forked from connect-our-kids/impact-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
78 lines (78 loc) · 2.07 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"@auth0/auth0-spa-js": "^1.3.1",
"@google-cloud/bigquery": "^4.3.0",
"@google-cloud/storage": "^4.0.0",
"aws-serverless-express": "^3.3.6",
"axios": "^0.19.0",
"chart.js": "^2.9.1",
"chrome-aws-lambda": "^2.0.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"d3": "^5.12.0",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-jwt": "^5.3.1",
"http-errors": "~1.6.3",
"jade": "~1.11.0",
"jwks-rsa": "^1.6.0",
"morgan": "~1.9.1",
"node-sass": "^4.12.0",
"puppeteer-core": "^2.0.0",
"react": "^16.10.2",
"react-chartjs-2": "^2.8.0",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-modal": "^3.11.1",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-share": "^3.0.1",
"react-simple-maps": "^0.12.1",
"react-social-sharing": "^3.0.1",
"react-usa-map": "^1.4.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"serverless-apigw-binary": "^0.4.4",
"serverless-apigwy-binary": "^1.0.0",
"serverless-associate-waf": "^1.1.1",
"serverless-http": "^2.3.0",
"serverless-mocha-plugin": "^1.11.0",
"serverless-offline": "^5.12.0",
"serverless-plugin-include-dependencies": "^3.2.1",
"styled-components": "^4.4.0",
"supertest": "^4.0.2"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start2": "node bin/www",
"build:dev": "serverless deploy && yarn start",
"build:deploy": "yarn build && serverless deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"nyc": "^14.1.1",
"serverless-dotenv-plugin": "^2.1.1"
}
}