-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "vue-starter",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"analysis": "npm run build --report",
"deploy": "sh deploy.sh"
},
"dependencies": {
"animate.css": "^3.7.2",
"axios": "^0.19.0",
"babel-polyfill": "^6.26.0",
"core-js": "^3.4.3",
"echarts": "^5.1.1",
"element-ui": "2.13.1",
"font-awesome": "^4.7.0",
"jsonp": "^0.2.1",
"mockjs": "^1.1.0",
"typed.js": "^2.0.11",
"video.js": "^7.17.0",
"vue": "^2.6.10",
"vue-count-to": "^1.0.13",
"vue-i18n": "^8.15.3",
"vue-router": "^3.1.3",
"vue-virtual-scroller": "^1.0.10",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-router": "^4.1.0",
"@vue/cli-plugin-vuex": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-plugin-transform-remove-console": "^6.9.4",
"browserslist": "^4.12.0",
"caniuse-lite": "^1.0.30001230",
"compression-webpack-plugin": "^3.1.0",
"sass": "^1.23.7",
"sass-loader": "^8.0.0",
"vue-template-compiler": "^2.6.10",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-theme-color-replacer": "^1.3.3"
}
}