forked from 2020-nCoV/nCoV-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.46 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
{
"name": "coronavirus-map",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"fix-memory-limit": "cross-env LIMIT=10240 increase-memory-limit"
},
"repository": {
"type": "git",
"url": "https://github.com/yc111/coronavirus-map.git"
},
"dependencies": {
"@mapbox/mapbox-gl-language": "^0.10.1",
"axios": "^0.19.2",
"core-js": "^3.4.4",
"cross-env": "^7.0.0",
"echarts": "^4.6.0",
"element-ui": "^2.13.0",
"leaflet": "^1.6.0",
"lodash": "^4.17.15",
"mapbox-gl": "^1.7.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.1.2"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-airbnb": "^4.0.0",
"babel-eslint": "^10.0.3",
"babel-plugin-component": "^1.1.1",
"copy-webpack-plugin": "^5.1.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"lint-staged": "^9.5.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"vue-template-compiler": "^2.6.10"
},
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
},
"homepage": "https://github.com/yc111/coronavirus-map#readme",
"bugs": {
"url": "https://github.com/yc111/coronavirus-map/issues"
}
}