-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 905 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 905 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
{
"name": "oap",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-sdk": "^2.141.0",
"leaflet": "^1.2.0",
"leaflet.markercluster": "^1.1.0",
"material-ui": "^1.0.0-beta.16",
"material-ui-icons": "^1.0.0-beta.17",
"moment": "^2.19.1",
"plotly.js": "^1.31.2",
"rc-slider": "^8.3.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-leaflet": "^1.7.1",
"react-leaflet-markercluster": "^1.1.6",
"react-plotlyjs": "^0.4.4",
"react-scripts": "1.0.14",
"rx-lite": "^4.0.8",
"typeface-roboto": "0.0.43"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "aws s3 sync ./build s3://openairproject.com --exclude 'ota/**' --exclude 'ota-test/**' --exclude 'data/**' --delete --profile oap"
}
}