-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.04 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
{
"name": "conferences-participant-frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"amazon-cognito-identity-js": "^1.21.0",
"create-react-class": "^15.6.2",
"crypto-js": "^3.1.9-1",
"jwt-decode": "^2.2.0",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-bootstrap": "^0.31.3",
"react-day-picker": "^6.2.1",
"react-dom": "^16.0.0",
"react-popup": "^0.9.2",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14",
"react-search": "^2.0.5",
"react-simple-datepicker": "^0.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "aws s3 sync build/ s3://participants-app-uploads --delete",
"postdeploy": "aws cloudfront create-invalidation --distribution-id EF902ON5P2I57 --paths /*",
"eject": "react-scripts eject"
},
"description": "Front end for Conference Participants",
"main": "index.js",
"author": "",
"license": "ISC"
}