-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
58 lines (58 loc) · 1.34 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
{
"name": "acp-admin",
"version": "5.1.3",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/zhangbinhub/acp-admin"
},
"scripts": {
"start": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.1",
"axios": "^0.26.0",
"core-js": "^3.21.1",
"cropperjs": "^1.5.12",
"echarts": "^5.3.1",
"element-plus": "^2.0.5",
"js-base64": "^3.7.2",
"js-cookie": "^3.0.1",
"js-sha256": "^0.9.0",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"nprogress": "^0.2.0",
"qs": "^6.10.3",
"vue": "^3.2.31",
"vue-axios": "^3.4.1",
"vue-i18n": "^9.1.9",
"vue-json-editor": "^1.4.3",
"vue-router": "^4.0.13",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^5.0.1",
"@vue/cli-plugin-router": "^5.0.1",
"@vue/cli-plugin-vuex": "^5.0.1",
"@vue/cli-service": "^5.0.1",
"@vue/compiler-sfc": "^3.2.31",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.70.0"
},
"browserslist": [
"> 1%",
"Chrome >= 64",
"edge >= 79",
"firefox >= 78",
"safari >= 12",
"ios_saf >= 12",
"last 2 versions",
"not ie 8-11",
"not ie_mob 8-11",
"not op_mini all",
"not dead"
]
}