forked from trafficonese/leaflet.extras
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.93 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.93 KB
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
{
"name": "leaflet.extras",
"private": true,
"scripts": {
"napa": "napa",
"build": "napa; webpack --config webpack.config.js",
"watch": "napa; webpack --config webpack.config.js --watch --progress",
"test": "echo \"Error: no test specified\" && exit 1"
},
"napa": {
"leaflet-weather-markers": "tallsam/Leaflet.weather-markers#afda5b3",
"leaflet-wms-legend": "kartoza/leaflet-wms-legend#0f59578",
"webgl-heatmap": "pyalot/webgl-heatmap#995d541"
},
"dependencies": {
"@mapbox/leaflet-omnivore": "0.3.4",
"@mapbox/togeojson": "0.16.0",
"Leaflet.Geodesic": "github:henrythasler/Leaflet.Geodesic#c5fe36b",
"Leaflet.StyleEditor": "github:dwilhelm89/Leaflet.StyleEditor#24366b9",
"csv2geojson": "5.0.2",
"fuse.js": "3.2.0",
"leaflet-choropleth": "github:bhaskarvk/leaflet-choropleth#f8d1ed4",
"leaflet-draw": "1.0.2",
"leaflet-draw-drag": "0.4.5",
"leaflet-fullscreen": "1.0.2",
"leaflet-gps": "1.7.0",
"leaflet-hash": "github:PowerPan/leaflet-hash#4020d13",
"leaflet-measure-path": "1.3.1",
"leaflet-plugins": "3.0.2",
"leaflet-pulse-icon": "0.1.0",
"leaflet-search": "2.3.7",
"leaflet-sleep": "0.5.1",
"leaflet-webgl-heatmap": "0.2.7",
"leaflet.BounceMarker": "github:maximeh/leaflet.bouncemarker#v1.1",
"leaflet.heat": "bhaskarvk/Leaflet.heat#60cf4c4",
"leaflet.tilelayer.pouchdbcached": "nikolauskrismer/Leaflet.TileLayer.PouchDBCached#a92b176",
"pouchdb-browser": "6.4.3",
"topojson": "3.0.2"
},
"devDependencies": {
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.10",
"eslint": "^4.19.1",
"eslint-loader": "^2.0.0",
"file-loader": "^1.1.11",
"license-checker": "^18.0.0",
"lodash": "^4.17.5",
"mini-css-extract-plugin": "^0.2.0",
"napa": "^3.0.0",
"path": "^0.12.7",
"script-loader": "^0.7.2",
"style-loader": "^0.20.3",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.12"
}
}