-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
49 lines (49 loc) · 1.38 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": "NYCollision",
"version": "1.0.0",
"description": "web-based visualization showing vehicle collisions in NYC",
"main": "webpack.dev.js",
"scripts": {
"build": "webpack --config webpack.dev.js",
"watch": "webpack --config webpack.dev.js --watch",
"start": "webpack-dev-server --config webpack.dev.js --open",
"server": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@turf/turf": "^5.1.6",
"body-parser": "^1.18.3",
"bootstrap": "^4.1.1",
"d3": "^5.4.0",
"express": "^4.16.3",
"jquery": "^3.3.1",
"leaflet": "^1.3.1",
"npm": "^6.1.0",
"pg-promise": "^8.4.4",
"popper.js": "^1.14.3",
"source-map-loader": "^0.2.3",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3"
},
"devDependencies": {
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"file-loader": "^1.1.11",
"npm-update-all": "^1.0.1",
"style-loader": "^0.21.0",
"webpack-dev-server": "^3.1.4",
"write-file-webpack-plugin": "^4.3.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/glncstgl/NYCollision.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/glncstgl/NYCollision/issues"
},
"homepage": "https://github.com/glncstgl/NYCollision#readme"
}