-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.89 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"private": true,
"name": "vue-coronavirus",
"version": "0.0.1",
"description": "> A Vue.js-Based Project",
"author": "",
"scripts": {
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"dev": "vue-cli-service serve"
},
"main": "index.js",
"dependencies": {
"axios": "^0.19.2",
"core-js": "^3.6.4",
"element-ui": "^2.13.0",
"maptalks": "^0.47.0",
"maptalks.heatmap": "^0.6.1",
"maptalks.markercluster": "^0.8.3",
"maptalks.three": "^0.10.1",
"minimist": ">=1.2.5",
"mint-ui": "^2.2.13",
"pdfjs-dist": "^2.8.335",
"three": "^0.115.0",
"vant": "^2.6.0",
"vue": "^2.6.11",
"vue-baidu-map": "^0.21.22",
"vue-jsonp": "^0.1.8",
"vue-preview": "^1.1.3",
"vuex": "^3.1.3",
"weixin-js-sdk": "^1.6.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/cli-service": "^4.4.1",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"echarts": "^4.7.0",
"eslint": "^7.1.0",
"eslint-plugin-vue": "^6.2.2",
"fastclick": "^1.0.6",
"postcss-px-to-viewport": "^1.1.1",
"vue-pdf": "^4.0.8",
"vue-router": "^3.1.6",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-unused-vars": 0,
"vue/no-unused-components": 0,
"no-undef": 0,
"no-extra-semi": 0,
"no-useless-escape": 0,
"no-console": 0
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"bugs": {
"url": "https://github.com/axmand/vue-coronavirus/issues"
},
"homepage": "https://github.com/axmand/vue-coronavirus#readme",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/axmand/vue-coronavirus.git"
}
}