-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "vue-element-admin",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@types/axios": "^0.14.0",
"@types/clipboard": "^2.0.1",
"@types/echarts": "^4.1.9",
"@types/js-cookie": "^2.2.2",
"@types/mockjs": "^1.0.2",
"@types/nprogress": "0.0.29",
"@types/screenfull": "^3.3.3",
"axios": "^0.18.0",
"clipboard": "^2.0.4",
"echarts": "^4.2.1",
"element-ui": "^2.8.2",
"js-cookie": "^2.2.0",
"mockjs": "^1.0.1-beta3",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"register-service-worker": "^1.6.2",
"screenfull": "^3.3.3",
"vue": "^2.6.10",
"vue-class-component": "^6.0.0",
"vue-count-to": "^1.0.13",
"vue-property-decorator": "^7.3.0",
"vue-router": "^3.0.6",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.7.0",
"@vue/cli-plugin-pwa": "^3.7.0",
"@vue/cli-plugin-typescript": "^3.7.0",
"@vue/cli-service": "^3.7.0",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"sass-loader": "^7.0.1",
"svg-sprite-loader": "^4.1.6",
"typescript": "^3.4.5",
"vue-template-compiler": "^2.6.10"
}
}