-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1.08 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
{
"name": "haterblock",
"version": "0.1.0",
"private": true,
"dependencies": {
"@glennsl/bs-json": "^1.0.1",
"bs-fetch": "^0.2.1",
"bs-moment": "^0.2.4",
"font-awesome": "^4.7.0",
"moment": "^2.21.0",
"normalize.css": "^8.0.0",
"phoenix": "^1.3.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-ladda": "^6.0.0",
"react-paginate": "^5.2.2",
"reason-scripts": "0.8.0",
"shortid": "^2.2.8"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "npm run build && stout deploy --bucket $(terraform output bucket_name) --key $AWS_ACCESS_KEY_ID --secret $AWS_SECRET_ACCESS_KEY --root ./build --region $(terraform output bucket_region) && yarn invalidate-cache",
"invalidate-cache": "aws cloudfront create-invalidation --distribution-id $(terraform output cdn_id) --paths /index.html"
},
"devDependencies": {
"@glennsl/bs-jest": "^0.4.2",
"bs-platform": "^2.2.3",
"reason-react": "^0.3.2"
}
}