-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 922 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 922 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
{
"name": "lambda-notes-client",
"version": "0.1.0",
"private": true,
"dependencies": {
"aws-amplify": "^0.2.14",
"aws-amplify-react": "^0.1.38",
"react": "^16.3.0",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.3.0",
"react-router-bootstrap": "^0.24.4",
"react-router-dom": "^4.2.2",
"react-scripts": "1.1.1"
},
"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://notes-app-client-takecontrol --delete",
"postdeploy": "aws cloudfront create-invalidation --distribution-id E39U6L22001FLV --paths '/*' && aws cloudfront create-invalidation --distribution-id E39U6L22001FLV --paths '/*'",
"eject": "react-scripts eject"
},
"devDependencies": {
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1"
}
}