-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "react-geocoder",
"version": "0.1.0",
"private": true,
"dependencies": {
"@esri/arcgis-rest-geocoder": "^1.5.1",
"@esri/arcgis-rest-request": "^1.5.1",
"@turf/boolean-point-in-polygon": "^6.0.1",
"@turf/buffer": "^5.1.5",
"@turf/distance": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/invariant": "^6.1.2",
"@turf/points-within-polygon": "^5.1.5",
"date-fns": "^1.29.0",
"debounce-fn": "^1.0.0",
"downshift": "^2.0.19",
"emotion": "^9.2.6",
"esri-loader": "^2.4.0",
"immer": "^1.5.0",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"match-sorter": "^2.2.3",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-emotion": "^9.2.6",
"react-fast-compare": "^2.0.1",
"react-scripts": "1.1.4",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}