forked from pjgueno/luft_node
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
executable file
·53 lines (53 loc) · 1.62 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
{
"name": "maps.sensor.community",
"version": "1.0.0",
"description": "visualize recent sensor data on a world map for Sensor.Community",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.dev.js --mode development",
"build": "webpack --config webpack.config.js --mode production",
"ghpages": "node ghpages.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opendata-stuttgart/feinstaub-map-v2"
},
"author": "PJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/opendata-stuttgart/feinstaub-map-v2/issues"
},
"homepage": "https://github.com/opendata-stuttgart/feinstaub-map-v2#readme",
"devDependencies": {
"@webpack-cli/serve": "^2.0.1",
"css-loader": "^6.7.3",
"file-loader": "^6.2.0",
"gh-pages": "^4.0.0",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^1.6.2",
"optimize-css-assets-webpack-plugin": "^6.0.1",
"style-loader": "^3.3.1",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
},
"dependencies": {
"copy-webpack-plugin": "^11.0.0",
"d3-array": "^2.12.1",
"d3-geo": "^2.0.2",
"d3-hexbin": "^0.2.2",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-selection": "^1.4.2",
"d3-time-format": "^3.0.0",
"d3-transition": "^3.0.1",
"leaflet": "^1.7.1",
"leaflet-geosearch": "^3.6.0",
"leaflet-hash": "^0.2.1",
"leaflet-velocity": "^1.9.2",
"leaflet.locatecontrol": "^0.76.0",
"lodash": "^4.17.21",
"whatwg-fetch": "^3.5.0"
}
}