-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "covid-internal",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "COVID_INTERNAL_DISABLE_AUTH=true next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-on-netlify",
"setup": "rm -rf _api || true && git clone --depth 1 https://github.com/COVID19Tracking/covid-public-api.git _api && rm -rf _api/.git"
},
"dependencies": {
"@google-cloud/bigquery": "^5.5.0",
"@slack/web-api": "^5.15.0",
"@zeit/next-less": "^1.0.1",
"@zeit/next-sass": "^1.0.1",
"antd": "^4.3.3",
"color": "^3.1.2",
"crypto-js": "^4.0.0",
"filestack-js": "^3.20.0",
"filestack-react": "^3.2.1",
"less": "^3.11.3",
"luxon": "^1.24.1",
"marked": "^1.1.0",
"netlify": "^4.3.1",
"next": "9.4.4",
"next-on-netlify": "^2.1.0",
"node-fetch": "^2.6.1",
"object-path": "^0.11.5",
"randomcolor": "^0.5.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"recharts": "^1.8.5",
"slugify": "^1.4.6",
"url": "^0.11.0"
}
}