-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1005 Bytes
/
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
{
"name": "vue-project-base",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build-test": "vue-cli-service build --mode test",
"build-prod": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.3.2",
"element-ui": "^2.15.6",
"qs": "^6.9.1",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.0.0",
"@vue/cli-plugin-eslint": "^4.0.0",
"@vue/cli-service": "^4.0.0",
"babel-eslint": "^10.0.3",
"compression-webpack-plugin": "^3.0.1",
"dayjs": "^1.10.8",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"git-revision-webpack-plugin": "^3.0.4",
"glob": "^7.1.6",
"image-webpack-loader": "^6.0.0",
"lodash-es": "^4.17.21",
"node-sass": "^4.13.0",
"postcss-plugin-px2rem": "^0.8.1",
"sass-loader": "^8.0.0",
"vue-i18n": "^8.15.0",
"vue-template-compiler": "^2.6.10"
}
}