forked from opendata-stuttgart/feinstaub-map-v2
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.44 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
{
"name": "sensors.africa.feinstaub-map-v2",
"version": "1.0.0",
"description": "A new map for the Project Luftdaten - Implemented on sensors.AFRICA Map",
"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",
"ghpages": "node ghpages.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeForAfrica/sensors.AFRICA-AQ-map-v2.git"
},
"author": "PJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeForAfrica/sensors.AFRICA-AQ-map-v2.git/issues"
},
"homepage": "https://v2.map.aq.sensors.africa",
"devDependencies": {
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"gh-pages": "^2.0.1",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.6.0",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"style-loader": "^0.23.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-dev-server": "^3.2.1"
},
"dependencies": {
"d3-array": "^2.0.3",
"d3-geo": "^1.11.3",
"d3-hexbin": "^0.2.2",
"d3-scale": "^3.0.0",
"d3-selection": "^1.4.0",
"d3-time": "^1.0.11",
"d3-time-format": "^2.1.3",
"d3-timer": "^1.0.9",
"d3-transition": "^1.2.0",
"leaflet": "^1.4.0",
"leaflet-hash": "^0.2.1",
"lodash": "^4.17.15",
"whatwg-fetch": "^3.0.0"
}
}