-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.42 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
{
"name": "vue-admin-template",
"version": "1.0.0",
"author": "parchments",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --mode dev",
"build--test": "vue-cli-service build --mode test",
"build--uat": "vue-cli-service build --mode uat",
"build--prod": "vue-cli-service build --mode prod",
"build": "vue-cli-service build"
},
"dependencies": {
"@vue/cli-shared-utils": "^4.0.5",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"color-convert": "^2.0.1",
"compression-webpack-plugin": "^3.0.0",
"core-js": "^3.3.2",
"element-ui": "^2.12.0",
"end-of-stream": "^1.4.4",
"escape-string-regexp": "^2.0.0",
"execa": "^3.2.0",
"isexe": "^2.0.0",
"less": "^3.10.3",
"less-loader": "^5.0.0",
"mimic-fn": "^3.0.0",
"moment": "^2.24.0",
"node-ipc": "^9.1.1",
"once": "^1.4.0",
"open": "^7.0.0",
"shebang-command": "^2.0.0",
"string.prototype.padstart": "^3.0.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.0.1",
"wrappy": "^1.0.2",
"yallist": "^4.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-router": "^4.0.0",
"@vue/cli-plugin-vuex": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"vue-template-compiler": "^2.6.10"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}