-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
executable file
·73 lines (73 loc) · 2.12 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "@cnamts/vue-dot",
"version": "2.16.15",
"description": "Implementation of our Design System for the French Health Insurance",
"keywords": [
"cnam",
"vue",
"vue-dot",
"vue-cli",
"component-library"
],
"homepage": "https://github.com/assurance-maladie-digital/design-system#readme",
"bugs": {
"url": "https://github.com/assurance-maladie-digital/design-system/issues",
"email": "digital_TL.cnam@assurance-maladie.fr"
},
"license": "MIT",
"author": {
"name": "CNAM",
"email": "digital_TL.cnam@assurance-maladie.fr"
},
"files": [
"dist/*",
"src/*",
"tests/integration/utils/*",
"tests/utils/*",
"tests/index.ts",
"types/*"
],
"main": "./dist/vue-dot.common.js",
"module": "./src/index.ts",
"types": "./types/index.d.ts",
"scripts": {
"post-install": "ts-node --project tsconfig.json --files scripts/post-install.ts",
"pre-commit": "lint-staged",
"dev": "vue-cli-service serve",
"build": "ts-node --project tsconfig.json --files scripts/build.ts",
"lint": "vue-cli-service lint . --ext .js,.ts,.vue",
"test": "vue-cli-service test:unit --runInBand"
},
"dependencies": {
"content-disposition-header": "^0.6.0",
"deepmerge": "^4.2.2",
"slugify": "^1.6.6"
},
"peerDependencies": {
"@cnamts/design-tokens": "^2.16.10",
"@cnamts/form-builder": "^2.5.0",
"@mdi/js": "^5.0.0 || ^6.0.0 || ^7.0.0",
"axios": "^0.22.0 || ^0.23.0 || ^0.24.0 || ^0.25.0 || ^0.26.0 || ^0.27.0 || ^1.0.0",
"dayjs": "^1.8.0",
"languages": "^0.1.3",
"vue": "^2.7.0",
"vue-input-facade": "^1.3.1 || ^2.0.0",
"vuetify": "^2.3.0",
"vuex": "^3.5.0"
},
"devDependencies": {
"@cnamts/eslint-config-vue": "^2.14.1",
"@cnamts/shared": "^2.12.0",
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-typescript": "4.5.19",
"@vue/cli-plugin-unit-jest": "4.5.19",
"@vue/cli-service": "4.5.19",
"eslint-plugin-jest-formatting": "3.1.0",
"vue-cli-plugin-vuetify": "2.5.8",
"vuetify-loader": "1.9.0"
},
"publishConfig": {
"access": "public"
}
}