-
Notifications
You must be signed in to change notification settings - Fork 1.5k
/
Copy pathpackage.json
55 lines (55 loc) · 1.41 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
{
"name": "vue",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"build:prod": "vue-cli-service build --mode production",
"build:dev": "vue-cli-service build --mode development",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.2",
"core-js": "^2.6.9",
"echarts": "^5.4.0",
"element-ui": "^2.11.1",
"express": "^4.17.1",
"js-cookie": "^2.2.1",
"mockjs": "^1.0.1-beta3",
"nprogress": "^0.2.0",
"qrcodejs2": "0.0.2",
"vue": "^2.6.10",
"vue-i18n": "^8.14.0",
"vue-router": "^3.1.2",
"vuex": "^3.1.1"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"babel-eslint": "^10.0.2",
"compression-webpack-plugin": "^10.0.0",
"image-webpack-loader": "^8.1.0",
"less": "^4.1.3",
"less-loader": "^7.3.0",
"terser-webpack-plugin": "^5.3.6",
"vue-hot-reload-api": "^2.3.3",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^4.7.0"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}