forked from hao3304/lab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.24 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
43
44
45
{
"name": "lab",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/g2": "^3.2.8",
"@types/echarts": "^4.1.1",
"animated-number-vue": "^0.1.3",
"cssnano": "^4.1.0",
"cssnano-preset-advanced": "^4.0.0",
"echarts": "^4.1.0",
"iview": "^3.1.1-rc.1",
"iview-loader": "^1.2.2",
"postcss-aspect-ratio-mini": "0.0.2",
"postcss-cssnext": "^3.1.0",
"postcss-plugin-px2rem": "^0.7.0",
"postcss-px-to-viewport": "0.0.3",
"postcss-viewport-units": "^0.1.4",
"postcss-write-svg": "^3.0.1",
"vue": "^2.5.17",
"vue-class-component": "^6.0.0",
"vue-property-decorator": "^7.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-typescript": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"echarts": "^4.1.0",
"node-sass": "^4.9.0",
"postcss-import": "^12.0.0",
"postcss-url": "^8.0.0",
"sass-loader": "^7.0.1",
"tslint-config-alloy": "^0.1.0",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.0.0",
"vue-template-compiler": "^2.5.17"
}
}