-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 996 Bytes
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
{
"name": "ISOBlueApp",
"version": "1.1.2",
"private": true,
"homepage": "https://OpenATK.github.io/ISOBlueApp",
"dependencies": {
"@cerebral/react": "^3.2.2",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"@oada/cerebral-module": "^2.1.4",
"@oada/cerebral-provider": "^2.0.9",
"bluebird": "^3.5.3",
"cerebral": "^4.2.2",
"leaflet": "^1.4.0",
"lodash": "^4.17.11",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-leaflet": "^2.2.1",
"react-scripts": "^2.1.5",
"recharts": "^1.5.0",
"uuid": "^3.3.2"
},
"scripts": {
"start": "PORT=8000 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"devDependencies": {
"gh-pages": "^2.0.1"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}