-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
74 lines (74 loc) · 1.81 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
74
{
"private": true,
"workspaces": [
"packages/*"
],
"name": "@cnamts/design-system",
"scripts": {
"postinstall": "lerna run post-install --stream",
"prepublishOnly": "lerna run build",
"dev": "lerna run dev --stream",
"lint": "lerna run lint --stream",
"test": "lerna run test --stream",
"build": "lerna run build --stream",
"generate": "lerna run generate --stream"
},
"devDependencies": {
"@babel/core": "7.24.0",
"@mdi/js": "7.4.47",
"@rushstack/eslint-patch": "1.7.2",
"@types/eslint": "8.4.1",
"@types/fs-extra": "11.0.4",
"@types/jest": "26.0.24",
"@types/node": "16.18.87",
"@vue/eslint-config-typescript": "12.0.0",
"@vue/test-utils": "1.3.6",
"axios": "1.6.7",
"babel-loader": "8.3.0",
"consola": "2.15.3",
"copy-webpack-plugin": "6.4.1",
"core-js": "3.36.0",
"cross-env": "7.0.3",
"custom-event-polyfill": "1.0.7",
"dayjs": "1.11.10",
"deepmerge": "4.3.1",
"eslint": "7.32.0",
"eslint-plugin-jsdoc": "46.10.1",
"eslint-plugin-vue": "9.22.0",
"eslint-plugin-vuejs-accessibility": "2.2.1",
"fs-extra": "11.2.0",
"jest": "26.6.3",
"languages": "0.1.3",
"lerna": "6.6.2",
"lint-staged": "14.0.1",
"netlify-cli": "15.11.0",
"sass": "1.32.13",
"sass-loader": "10.5.2",
"slugify": "1.6.6",
"ts-jest": "26.5.6",
"ts-node": "10.9.2",
"typescript": "4.8.4",
"vue": "2.7.16",
"vue-class-component": "7.2.6",
"vue-input-facade": "2.2.0",
"vue-router": "3.6.5",
"vue-template-compiler": "2.7.16",
"vuetify": "2.7.2",
"vuex": "3.6.2",
"webpack": "4.47.0"
},
"resolutions": {
"css-loader": "4.3.0",
"jest": "26.6.3",
"ts-jest": "26.5.6",
"vue-server-renderer": "2.7.16",
"vue-template-compiler": "2.7.16"
},
"engines": {
"node": "^14 || ^16",
"yarn": "^1.12"
},
"gitHooks": {
"pre-commit": "lerna run pre-commit --stream"
}
}