forked from zrysmt/leaflet-viz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.31 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
{
"name": "leaflet-demo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "SET DEBUG=true && webpack-dev-server --history-api-fallback --progress --profile --inline --colors --hot --port 5000 --open",
"build": "SET DEBUG=false && webpack -p --progress --profile --colors"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"css-loader": "^0.27.3",
"echarts": "^3.5.3",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^2.28.0",
"json-loader": "^0.5.4",
"leaflet-dvf": "^0.3.1",
"leaflet-easyprint": "^1.0.0",
"leaflet-image": "^0.4.0",
"moment": "^2.18.1",
"node-sass": "^4.5.2",
"path": "^0.12.7",
"sass-loader": "^6.0.3",
"stats.js": "^0.17.0",
"style-loader": "^0.16.1",
"url-loader": "^0.5.8",
"webpack": "^2.3.2",
"webpack-dev-server": "^2.4.2"
},
"dependencies": {
"autolinker": "^1.4.3",
"jquery": "^3.2.1",
"leaflet": "^1.0.3",
"leaflet-control-geocoder": "^1.5.4",
"leaflet-draw": "^0.4.9",
"leaflet.measurecontrol": "^1.1.0",
"proj4": "^2.4.3",
"proj4leaflet": "^1.0.1",
"projzh": "^0.5.0",
"mapbox-gl": "^0.37.0",
"mapbox-gl-leaflet": "^0.0.3"
}
}