-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 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
{
"name": "ocm",
"homepage": "https://openbeta.io/demo",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-cli": "^6.22.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"react-scripts": "0.9.0"
},
"dependencies": {
"@mapbox/react-geocoder": "^2.5.0",
"@turf/bbox": "^4.1.0",
"@turf/buffer": "^4.1.0",
"@turf/helpers": "^4.1.0",
"@turf/turf": "^4.1.0",
"babel-runtime": "^6.22.0",
"leaflet": "^1.0.3",
"leaflet-draw": "^0.4.9",
"mobx": "^3.1.0",
"mobx-react": "^4.1.0",
"mobx-react-form": "^1.19.0",
"rc-slider": "^7.0.1",
"react": "^15.4.2",
"react-bootstrap": "^0.30.8",
"react-dom": "^15.4.2",
"react-fontawesome": "^1.5.0",
"react-geocoder-autocomplete": "^3.0.10",
"react-leaflet": "^1.1.4",
"react-leaflet-draw": "^0.13.0",
"react-leaflet-markercluster": "^1.1.3",
"react-modal": "^1.6.5",
"react-scripts": "^0.9.5",
"validatorjs": "^3.11.0",
"whatwg-fetch": "^2.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}