-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 KB
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
{
"name": "backstage",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.13.8",
"@babel/polyfill": "^7.12.1",
"axios": "^0.19.2",
"babel-plugin-transform-remove-strict-mode": "0.0.2",
"core-js": "^3.9.0",
"countup.js": "^2.0.7",
"echarts": "^4.9.0",
"element-ui": "^2.15.1",
"font-awesome": "^4.7.0",
"highlight.js": "^9.18.5",
"nprogress": "^0.2.0",
"vue": "^2.6.12",
"vue-countup-v2": "^4.0.0",
"vue-cropper": "^0.5.6",
"vue-echarts": "^5.0.0-beta.0",
"vue-json-excel": "^0.2.99",
"vue-quill-editor": "^3.0.6",
"vue-router": "^3.5.1",
"vuex": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.13.0",
"@babel/core": "^7.13.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.13.8",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-router": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"babel-plugin-dynamic-import-webpack": "^1.1.0",
"sass-loader": "^11.0.1",
"vue-template-compiler": "^2.6.12"
}
}