-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.51 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.51 KB
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
51
52
53
54
55
56
{
"name": "NextMove",
"version": "1.0.0",
"description": "[Live Version](https://swetagsanghavi.github.io/NextMove/)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"engines": {
"node": "6.10.1",
"npm": "3.10.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "webpack",
"start": "webpack-dev-server --inline",
"heroku-postbuild": "webpack --config webpack.config.prod.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/swetagsanghavi/NextMove.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/swetagsanghavi/NextMove/issues"
},
"homepage": "https://github.com/swetagsanghavi/NextMove#readme",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"d3": "^4.7.4",
"esri-leaflet-geocoder": "^2.2.4",
"leaflet": "^1.0.3",
"lodash.merge": "^4.6.0",
"point-in-polygon": "^1.0.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dnd": "^2.3.0",
"react-dnd-html5-backend": "^2.3.0",
"react-dom": "^15.4.2",
"react-leaflet": "^0.10.2",
"react-leaflet-control": "^1.3.0",
"react-leaflet-heatmap-layer": "^0.2.3",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"spotcrime": "^1.0.1",
"webpack": "^2.3.3",
"webpack-dev-server": "^1.16.2"
}
}