-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.1 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
{
"name": "ali-epidemic-project",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/data-set": "^0.11.7",
"@antv/f2": "^3.8.1",
"@antv/g2": "^4.1.7",
"@antv/l7": "^2.3.7",
"@antv/l7-maps": "^2.3.7",
"@types/node": "^14.14.22",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"element-ui": "^2.15.0",
"fullpage.js": "^3.0.9",
"js-base64": "^3.6.0",
"postcss-pxtorem": "^5.1.1",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-fullpage.js": "^0.1.6",
"vue-property-decorator": "^9.1.2",
"vue-router": "^3.2.0",
"vuex": "^3.4.0",
"vuex-class": "^0.3.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"node-sass": "^4.12.0",
"sass-loader": "^8.0.2",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
}
}