This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
50 lines (50 loc) · 1.43 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
{
"name": "map.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",
"ghpages": "node ghpages.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pjgueno/luft_node.git"
},
"author": "PJ",
"license": "ISC",
"bugs": {
"url": "https://github.com/pjgueno/luft_node/issues"
},
"homepage": "https://github.com/pjgueno/luft_node#readme",
"devDependencies": {
"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"
},
"dependencies": {
"d3-array": "^2.8.0",
"d3-geo": "^2.0.1",
"d3-hexbin": "^0.2.2",
"d3-scale": "^3.2.3",
"d3-selection": "^1.4.2",
"d3-time": "^2.0.0",
"d3-time-format": "^3.0.0",
"d3-timer": "^2.0.0",
"d3-transition": "^2.0.0",
"leaflet": "^1.6.0",
"leaflet-hash": "^0.2.1",
"leaflet-velocity": "^1.7.0",
"lodash": "^4.17.15",
"whatwg-fetch": "^3.5.0"
}
}