-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 3.55 KB
/
Copy pathpackage.json
File metadata and controls
103 lines (103 loc) · 3.55 KB
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
97
98
99
100
101
102
103
{
"name": "admin-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --mode production",
"dev:nnxy": "vue-cli-service serve --mode nnxy.development",
"build:nnxy": "vue-cli-service build --mode nnxy.production",
"dev:fangchenggang": "vue-cli-service serve --mode fangchenggang.development",
"build:fangchenggang": "vue-cli-service build --mode fangchenggang.production",
"dev:gxhqxx": "vue-cli-service serve --mode gxhqxx.development",
"build:gxhqxx": "vue-cli-service build --mode gxhqxx.production",
"build:ysxx": "vue-cli-service build --mode ysxx.production",
"lint": "vue-cli-service lint",
"report": "vue-cli-service build --report"
},
"dependencies": {
"@ant-design-vue/pro-layout": "^1.0.11",
"@antv/data-set": "^0.11.8",
"@vue/babel-helper-vue-jsx-merge-props": "^1.2.1",
"ant-design-vue": "^1.7.8",
"async-validator": "^4.0.7",
"axios": "^0.24.0",
"core-js": "^3.20.3",
"crypto-js": "^4.1.1",
"echarts": "^5.2.2",
"echarts-liquidfill": "^3.1.0",
"element-ui": "^2.15.6",
"js-cookie": "^2.2.1",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"mobx": "^5.15.7",
"mobx-vue": "^2.2.0",
"moment": "^2.29.1",
"qs": "^6.10.3",
"regenerator-runtime": "^0.13.9",
"register-service-worker": "^1.7.2",
"store": "^2.0.12",
"tslib": "^2.3.1",
"viser-vue": "^2.4.8",
"vue": "^2.6.14",
"vue-class-component": "^7.2.6",
"vue-draggable-resizable": "^2.3.0",
"vue-fragment": "^1.5.2",
"vue-fullscreen": "^2.6.1",
"vue-i18n": "^8.26.8",
"vue-image-crop-upload": "^3.0.3",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.5.3",
"webpack-theme-color-replacer": "^1.3.26",
"xlsx": "^0.17.5"
},
"devDependencies": {
"@types/js-cookie": "^2.2.7",
"@typescript-eslint/eslint-plugin": "^4.0.0",
"@typescript-eslint/parser": "^4.0.0",
"@vue/cli-plugin-babel": "~4.5.15",
"@vue/cli-plugin-eslint": "~4.5.15",
"@vue/cli-plugin-pwa": "~4.5.15",
"@vue/cli-plugin-router": "~4.5.15",
"@vue/cli-plugin-typescript": "~4.5.15",
"@vue/cli-service": "~4.5.15",
"@vue/eslint-config-prettier": "^6.0.0",
"@vue/eslint-config-typescript": "^10.0.0",
"babel-plugin-component": "^1.1.1",
"babel-plugin-import": "^1.13.3",
"copy-webpack-plugin": "6.0.0",
"eslint": "^6.8.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-vue": "^6.2.2",
"less": "^3.0.0",
"less-loader": "^5.0.0",
"lint-staged": "^12.1.7",
"mocker-api": "^2.9.4",
"mockjs": "^1.1.0",
"prettier": "^2.5.1",
"sass": "^1.48.0",
"sass-loader": "^10.0.0",
"svg-sprite-loader": "^6.0.11",
"svgo": "^2.8.0",
"typescript": "~4.5.4",
"vue-cli-plugin-element": "~1.0.1",
"vue-template-compiler": "^2.6.14",
"webpack-bundle-analyzer": "^4.5.0",
"yorkie": "^2.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not dead"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,jsx,vue,ts,tsx}": [
"vue-cli-service lint",
"git add"
]
}
}