-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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": "TrialsTracker",
"version": "0.1.0",
"private": true,
"devDependencies": {
"react-scripts": "1.1.1"
},
"dependencies": {
"@cerebral/react": "^2.5.0",
"@mapbox/geojson-area": "^0.2.2",
"aws-v4-sign-small": "^1.1.1",
"axios": "^0.18.0",
"bluebird": "^3.5.1",
"cerebral": "^3.6.0",
"csvjson": "^4.3.4",
"gaussian": "^1.1.0",
"geojson-utils": "^1.1.0",
"json-pointer": "^0.6.0",
"leaflet": "^1.2.0",
"material-ui": "^0.17.4",
"md5": "^2.2.1",
"mobile-detect": "^1.3.6",
"ngeohash": "^0.6.0",
"normalize-url": "^1.9.1",
"oada-id-client": "github:oada/oada-id-client-js",
"pouchdb": "^6.1.2",
"pouchdb-upsert": "^2.2.0",
"random-material-color": "^1.0.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-fontawesome": "^1.5.0",
"react-leaflet": "^1.7.8",
"react-leaflet-control": "^1.4.0",
"react-swipeable-views": "^0.12.1",
"react-tap-event-plugin": "^2.0.1",
"react-textarea-autosize": "^4.0.5",
"superagent": "^3.5.2",
"superagent-promise": "^1.1.0",
"togeojson": "^0.16.0",
"wellknown": "^0.5.0",
"ws": "^5.1.0"
},
"scripts": {
"start": "PORT=8000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}