-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.27 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
{
"name": "vue-demo",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "yarn serve",
"serve": "vue-cli-service serve --project-mode dev",
"lint": "vue-cli-service lint",
"build:pro": "vue-cli-service build --project-mode pro",
"build:test": "vue-cli-service build --project-mode test",
"build:analyze": "vue-cli-service build --report --project-mode test"
},
"dependencies": {
"axios": "^0.18.0",
"countup.js": "^2.0.4",
"dayjs": "^1.8.12",
"echarts": "^4.2.1",
"element-ui": "^2.6.1",
"nprogress": "^0.2.0",
"qs": "^6.7.0",
"register-service-worker": "^1.6.2",
"sass": "^1.27.0",
"vue": "^2.6.6",
"vue-router": "^3.0.1",
"vuex": "^3.0.1",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-plugin-pwa": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-standard": "^4.0.0",
"autodll-webpack-plugin": "^0.4.2",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"hard-source-webpack-plugin": "^0.13.1",
"mockjs": "^1.0.1-beta3",
"sass-loader": "^7.1.0",
"uglifyjs-webpack-plugin": "^2.1.2",
"vue-template-compiler": "^2.5.21"
}
}