This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.54 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "mapmyreps",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/chroma-js": "^1.4.1",
"@types/d3-geo": "^1.11.0",
"@types/jest": "23.3.12",
"@types/lodash": "^4.14.119",
"@types/node": "10.12.18",
"@types/react": "16.7.18",
"@types/react-dom": "16.0.11",
"@types/react-redux": "^7.0.0",
"@types/react-router-dom": "^4.3.1",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@types/topojson": "^3.2.1",
"chroma-js": "^2.0.2",
"d3-geo": "^1.11.3",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"node-sass": "^4.11.0",
"normalize.css": "^8.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.3",
"redux": "^4.0.1",
"redux-saga": "^1.0.0",
"reselect": "^4.0.0",
"topojson": "^3.0.2",
"typesafe-actions": "^3.0.0",
"typescript": "3.2.2",
"utility-types": "^3.4.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "s3-deploy './build/**' --cwd './build/' --deleteRemoved --gzip",
"deploy:production": "yarn deploy --bucket 'mapmyreps.us'",
"deploy:staging": "yarn deploy --bucket 'staging.mapmyreps.us'"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"s3-deploy": "^1.3.0"
}
}