-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 2.11 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "soils-mapping",
"version": "0.1.0",
"type": "module",
"private": true,
"dependencies": {
"@babel/plugin-proposal-numeric-separator": "^7.16.7",
"@emotion/core": "^10.0.28",
"@mapbox/geojson-area": "^0.2.2",
"@oada/client": "^4.1.2",
"@oada/oada-cache": "^4.0.0",
"@oada/oada-cache-overmind": "^1.0.0",
"@oada/oada-id-client": "^1.0.8",
"@turf/bbox": "^6.0.1",
"axios": "^0.27.2",
"bluebird": "^3.7.2",
"color": "^4.2.1",
"concurrently": "^5.1.0",
"cpx": "^1.5.0",
"csvjson": "^5.1.0",
"d3": "^7.0.0",
"gaussian": "^1.1.0",
"geojson": "^0.5.0",
"geojson-utils": "^1.1.0",
"geojson-vt": "^3.2.1",
"leaflet": "^1.6.0",
"leaflet-geojson-vt": "https://github.com/brandonxiang/leaflet-geojson-vt.git#7b4473745ed0b540c2a3351f2a9b75d5d8d59595",
"lodash": "^4.17.19",
"material-ui": "^0.20.2",
"md5": "^2.3.0",
"ngeohash": "^0.6.3",
"overmind": "^25.0.2",
"overmind-devtools": "^26.0.2",
"overmind-react": "^26.0.2",
"point-in-polygon": "^1.0.1",
"pouchdb": "^7.2.2",
"prop-types": "^15.8.1",
"proxy-state-tree": "^6.3.0",
"random-material-color": "^1.0.5",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-leaflet": "1.7.8",
"react-leaflet-control": "1.4.0",
"react-scripts": "4.0.3",
"react-swipeable-views": "^0.13.9",
"recursive-readdir": "^2.2.2",
"rollup": "^2.70.0",
"scheduler": "^0.20.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^1.1.1",
"uuid": "^8.3.2"
},
"scripts": {
"start": "concurrently \"overmind-devtools\" \"cross-env DEBUG=@oada/client:* NODE_TLS_REJECT_UNAUTHORIZED=0 PORT=8000 REACT_APP_VERSION=$npm_package_version react-scripts start\"",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not op_mini all"
],
"devDependencies": {
"cross-env": "^7.0.2"
},
"packageManager": "[email protected]",
"resolutions": {
"@oada/oada-cache-overmind": "portal:/home/sanoel/oada-cache-overmind"
}
}