-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.01 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": "TheRockApp",
"version": "0.1.32",
"private": true,
"homepage": "https://OpenATK.github.io/TheRockApp",
"dependencies": {
"@cerebral/react": "^3.1.1",
"@cerebral/storage": "^4.2.2",
"@material-ui/core": "^1.5.0",
"@material-ui/icons": "^2.0.2",
"@oada/cerebral-module": "^2.0.3",
"@oada/cerebral-provider": "^2.0.3",
"bluebird": "^3.5.1",
"cerebral": "^4.1.1",
"gh-pages": "^1.1.0",
"json-pointer": "^0.6.0",
"leaflet": "^1.3.1",
"lodash": "^4.17.5",
"npm": "^6.4.0",
"prop-types": "^15.6.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-leaflet": "^1.8.0",
"react-leaflet-div-icon": "^1.1.0",
"react-scripts": "1.1.4",
"uuid": "^3.2.1",
"webpack-sources": "^1.1.0"
},
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"start": "PORT=8000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}