-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
executable file
·45 lines (45 loc) · 1.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
{
"name": "NO2",
"version": "1.0.0",
"description": "A map for the NO2 projet of 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"
},
"homepage": "https://sensor.community/en/",
"keywords": [
"Carte",
"Moselle"
],
"author": "pjgueno",
"license": "MIT",
"dependencies": {
"d3-dsv": "^2.0.0",
"d3-geo": "^2.0.1",
"d3-interpolate": "^2.0.1",
"d3-scale": "^3.2.3",
"geojson": "^0.5.0",
"leaflet": "^1.6.0",
"leaflet-hash": "^0.2.1",
"leaflet-sidebar-v2": "^3.2.3"
},
"devDependencies": {
"copy-webpack-plugin": "^6.4.1",
"css-loader": "^4.3.0",
"file-loader": "^6.2.0",
"gh-pages": "^3.1.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^0.11.3",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.3.0",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjgueno/no2.git"
}
}