-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
96 lines (96 loc) Β· 2.93 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "ant-design-vue-pro",
"version": "0.1.0",
"private": true,
"scripts": {
"commit": "git-cz",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "npm run lint:code && npm run lint:style",
"lint:code": "vue-cli-service lint",
"lint:style": "vue-cli-service lint:style",
"postinstall": "husky install"
},
"lint-staged": {
"src/**/*.{js,ts,tsx,vue}": [
"vue-cli-service lint"
],
"src/**/*.{vue,htm,html,css,sss,less,scss}": [
"vue-cli-service lint:style"
]
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"@ant-design/icons-vue": "^6.0.1",
"@antv/g2plot": "^2.3.31",
"@surely-vue/table": "^1.0.0-alpha.5",
"@vueuse/core": "^6.0.0",
"ant-design-vue": "^2.2.6",
"axios": "^0.21.1",
"core-js": "^3.16.2",
"good-storage": "^1.1.1",
"js-cookie": "^3.0.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"numeral": "^2.0.6",
"register-service-worker": "^1.7.2",
"screenfull": "^5.1.0",
"scroll-into-view-if-needed": "^2.2.28",
"smooth-dnd": "^0.12.1",
"uuid": "^8.3.2",
"vue": "^3.2.4",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.0.0"
},
"devDependencies": {
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@samhammer/vue-cli-plugin-stylelint": "^2.0.1",
"@types/good-storage": "^1.1.0",
"@types/js-cookie": "^2.2.7",
"@types/lodash-es": "^4.17.4",
"@types/nprogress": "^0.2.0",
"@types/numeral": "^2.0.1",
"@types/uuid": "^8.3.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vue/cli-plugin-babel": "~5.0.0-beta.3",
"@vue/cli-plugin-eslint": "~5.0.0-beta.3",
"@vue/cli-plugin-pwa": "~5.0.0-beta.3",
"@vue/cli-plugin-router": "~5.0.0-beta.3",
"@vue/cli-plugin-typescript": "~5.0.0-beta.3",
"@vue/cli-plugin-vuex": "~5.0.0-beta.3",
"@vue/cli-service": "~5.0.0-beta.3",
"@vue/compiler-sfc": "^3.2.4",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/eslint-config-typescript": "^7.0.0",
"babel-plugin-import": "^1.13.3",
"commitizen": "^4.2.4",
"compression-webpack-plugin": "^8.0.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-vue": "^7.16.0",
"husky": "^7.0.1",
"less": "^4.1.1",
"less-loader": "9.0.0",
"lint-staged": "^11.1.2",
"mockjs": "^1.1.0",
"stylelint": "^13.13.1",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-order": "^4.1.0",
"terser-webpack-plugin": "^5.1.4",
"typescript": "~4.3.5",
"umi-mock-middleware": "^1.0.0"
}
}