UNPKG

@datev-research/mandat-shared-components

Version:

Shared Vue Components for the MANDAT B2B Showcase

71 lines (70 loc) 1.95 kB
{ "name": "@datev-research/mandat-shared-components", "version": "1.0.5", "homepage": "https://github.com/DATEV-Research/", "author": "DATEV eG <info@datev.de> (https://www.datev.de/)", "license": "MIT", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "https://github.com/DATEV-Research/Solid-B2B-showcase-libs.git" }, "description": "Shared Vue Components for the MANDAT B2B Showcase", "keywords": [ "vue", "solid", "datev" ], "scripts": { "prebuild": "rimraf dist", "build": "vue-cli-service build --target lib --formats commonjs,umd --no-clean --name SharedComponents ./index.ts", "test": "jest", "lint": "vue-cli-service lint" }, "exports": { ".": { "sfc": "./index.ts", "require": "./dist/SharedComponents.common.js", "import": "./index.ts", "browser": "./dist/SharedComponents.umd.js", "default": "./dist/SharedComponents.common.js" } }, "files": [ "dist", "src", "index.ts" ], "main": "index.ts", "dependencies": { "@datev-research/mandat-shared-composables": "^1.0.2", "vue": "~3.4.38" }, "devDependencies": { "@types/jest": "^29.0.0", "@types/n3": "^1.21.1", "@typescript-eslint/eslint-plugin": "^5.4.0", "@typescript-eslint/parser": "^5.4.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-plugin-typescript": "~5.0.0", "@vue/cli-service": "~5.0.0", "@vue/eslint-config-typescript": "^9.1.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-vue": "^8.0.3", "jest": "^29.0.0", "lint-staged": "^11.1.2", "npm-run-all2": "^7.0.1", "prettier": "^2.4.1", "rimraf": "^6.0.1", "ts-jest": "^29.0.0", "typescript": "^5.4.5" }, "gitHooks": { "pre-commit": "lint-staged" }, "gitHead": "dd73fde797bd92667742a54309070ed7d938b01f" }