-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 861 Bytes
/
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
{
"name": "pi-sensor-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.4.0",
"@material-ui/icons": "^2.0.0",
"amazon-cognito-auth-js": "^1.2.4",
"aws-amplify": "^1.0.1",
"aws-amplify-react": "^1.0.1",
"lodash": "^4.17.10",
"material-ui": "^0.20.1",
"material-ui-image": "^3.0.0",
"moment": "^2.22.2",
"node-uuid": "^1.4.8",
"pretty-ms": "^3.2.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-moment": "^0.7.9",
"react-scripts": "1.1.4",
"react-vis": "^1.10.3",
"uuid": "^3.3.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "yarn build && aws s3 sync build/ s3://pi.jameshamann.com --delete"
}
}