forked from mystatus/covid19-reports
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
144 lines (144 loc) · 3.97 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
{
"name": "status-engine",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=10",
"npm": ">=6"
},
"dependencies": {
"@date-io/moment": "^1.3.13",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"@rescripts/cli": "0.0.14",
"@rescripts/rescript-use-babel-config": "0.0.10",
"@types/dotenv": "^8.2.0",
"@types/http-proxy-middleware": "^0.19.3",
"@types/multer": "^1.4.4",
"@types/uuid": "^8.3.0",
"aws-sdk": "^2.810.0",
"axios": "^0.20.0",
"axios-cookiejar-support": "^1.0.0",
"axios-retry": "^3.1.9",
"body-parser": "^1.19.0",
"clsx": "^1.1.1",
"cookie-parser": "^1.4.5",
"csvtojson": "^2.0.10",
"dotenv": "^8.2.0",
"elasticsearch": "^15.5.0",
"eslint": "^6.6.0",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-session": "^1.17.1",
"fast-deep-equal": "^3.1.3",
"http-proxy-middleware": "^0.20.0",
"json-2-csv": "^3.7.8",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"moment-timezone": "^0.5.32",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"njwt": "^1.0.0",
"passport": "^0.4.1",
"pg": "^8.3.3",
"plotly.js": "^1.57.1",
"process": "^0.11.10",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-plotly.js": "^2.5.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "3.4.3",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.3.0",
"reflect-metadata": "^0.1.13",
"tough-cookie": "^4.0.0",
"ts-md5": "^1.2.7",
"typeorm": "^0.2.25",
"typeorm-naming-strategies": "^2.0.0",
"uuid": "^8.3.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@types/cookie-parser": "^1.4.2",
"@types/elasticsearch": "^5.0.36",
"@types/express": "^4.17.8",
"@types/express-session": "^1.17.0",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.165",
"@types/morgan": "^1.9.1",
"@types/node": "^12.12.54",
"@types/passport": "^1.0.4",
"@types/react": "^16.9.48",
"@types/react-dom": "^16.9.8",
"@types/react-plotly.js": "^2.2.4",
"@types/react-redux": "^7.1.9",
"@types/react-router-dom": "^5.1.5",
"@types/tough-cookie": "^4.0.0",
"@typescript-eslint/eslint-plugin": "^4.1.1",
"@typescript-eslint/parser": "^4.1.1",
"concurrently": "^5.3.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-airbnb-typescript": "^10.0.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.20.6",
"eslint-plugin-react-hooks": "^4.1.2",
"node-sass": "^4.14.1",
"nodemon": "^2.0.4",
"openssl": "^1.1.0",
"ts-node": "^9.0.0",
"typescript": "^3.7.5"
},
"scripts": {
"start": "./run-prod.sh",
"dev": "./run-dev.sh",
"build": "./build-prod.sh",
"test": "./test.sh",
"seed-dev": "./seed-dev.sh",
"build-run-dev": "./build-run-dev.sh",
"typeorm": "ts-node --project ./server/tsconfig.json ./node_modules/.bin/typeorm",
"migration-create": "./migration-create.sh",
"migration-generate": "./migration-generate.sh",
"migration-run": "./migration-run.sh"
},
"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"
]
},
"proxy": "http://127.0.0.1:4000/",
"rescripts": [
[
"use-babel-config",
{
"presets": [
"react-app",
[
"@babel/preset-typescript",
{
"allowNamespaces": true
}
]
]
}
]
]
}