-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 967 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
{
"name": "cognito.goldenbearkin.com",
"version": "1.0.0",
"dependencies": {
"amazon-cognito-auth-js": "^1.0.0",
"jwt-decode": "^2.2.0",
"material-ui": "^1.0.0-beta.16",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"@types/jest": "^21.1.0",
"@types/jwt-decode": "^2.2.1",
"@types/node": "^8.0.30",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/react-redux": "^5.0.9",
"@types/react-router-dom": "^4.0.7",
"react-scripts-ts": "2.7.0"
},
"scripts": {
"start": "HTTPS=true react-scripts-ts start",
"deploy": "yarn build && aws s3 sync build s3://$npm_package_name --delete && aws cloudfront create-invalidation --distribution-id E2BFBGG8WFQNOS --paths '/*'",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
}
}