forked from wqi/transitdash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "dashboard",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --open",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wqi/transportation-dashboard.git"
},
"author": "William Qi <[email protected]> (http://williamqi.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/wqi/transportation-dashboard/issues"
},
"homepage": "https://github.com/wqi/transportation-dashboard#readme",
"devDependencies": {
"css-loader": "^0.28.5",
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.7.0",
"extract-text-webpack-plugin": "^3.0.0",
"file-loader": "^0.11.2",
"image-webpack-loader": "^3.3.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
},
"dependencies": {
"chroma-js": "^1.3.4",
"d3": "^4.10.0",
"jquery": "^3.2.1",
"leaflet": "^1.2.0",
"leaflet-choropleth": "^1.1.4"
}
}