-
Notifications
You must be signed in to change notification settings - Fork 74
/
package.json
62 lines (62 loc) · 2.19 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
{
"name": "leaflet.extras",
"private": true,
"scripts": {
"napa": "napa",
"lint": "eslint .eslintrc.js webpack.config.js ./inst/htmlwidgets/bindings --ext .js --fix",
"build": "npm run lint && 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"
},
"napa-config": {
"cache": false
},
"dependencies": {
"@ansur/leaflet-pulse-icon": "^0.1.1",
"@mapbox/leaflet-omnivore": "0.3.4",
"@mapbox/togeojson": "^0.16.2",
"csv2geojson": "^5.1.2",
"fuse.js": "7.0.0",
"leaflet-choropleth": "github:trafficonese/leaflet-choropleth",
"leaflet-draw": "1.0.4",
"leaflet-draw-drag": "0.4.8",
"leaflet-fullscreen": "1.0.2",
"leaflet-gps": "1.7.8",
"leaflet-groupedlayercontrol": "github:trafficonese/leaflet-groupedlayercontrol",
"leaflet-hash": "github:wattnpapa/leaflet-hash#4020d13",
"leaflet-heat": "github:Leaflet/Leaflet.heat#fbca300",
"leaflet-measure-path": "1.5.0",
"leaflet-plugins": "3.4.0",
"leaflet-search": "4.0.0",
"leaflet-sleep": "0.5.2",
"leaflet-styleeditor": "^0.1.21",
"leaflet-webgl-heatmap": "0.2.7",
"leaflet.BounceMarker": "github:maximeh/leaflet.bouncemarker#v1.2.3",
"leaflet.geodesic": "^2.7.1",
"leaflet.tilelayer.pouchdbcached": "nikolauskrismer/Leaflet.TileLayer.PouchDBCached#748f1dd",
"pouchdb-browser": "8.0.1"
},
"devDependencies": {
"@stylistic/eslint-plugin-js": "^1.7.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^6.0.0",
"eslint": "^8.57.0",
"eslint-webpack-plugin": "^4.1.0",
"license-checker": "^25.0.1",
"lodash": "^4.17.21",
"mini-css-extract-plugin": "^2.8.1",
"napa": "^3.0.0",
"path": "^0.12.7",
"script-loader": "^0.7.2",
"style-loader": "^3.3.4",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}