-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
48 lines (48 loc) · 1.23 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": "leaflet.chinaprovider",
"version": "0.1.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "webpack-dev-server --inline --progress --config ./webpack.config.js",
"build": "NODE_ENV=production webpack",
"lint": "eslint ."
},
"pre-push": [
"lint"
],
"author": "linkaka",
"license": "ISC",
"dependencies": {
"leaflet": "^1.4.0",
"proj4leaflet": "^1.0.2"
},
"repository": {},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"babel-preset-minify": "^0.5.0",
"babel-preset-stage-3": "^6.24.1",
"esdoc": "^1.1.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0",
"html-webpack-plugin": "^3.2.0",
"intelli-espower-loader": "^1.0.1",
"mocha": "^4.0.1",
"nyc": "^13.1.0",
"power-assert": "^1.6.1",
"pre-push": "^0.1.1",
"sinon": "^5.0.1",
"webpack": "^4.30.0",
"webpack-bundle-analyzer": "^3.3.2",
"webpack-cli": "^3.3.2",
"webpack-dev-server": "^3.3.1",
"webpack-merge": "^4.2.1"
},
"keywords": []
}