forked from rtcovidlive/covid-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.6 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
{
"name": "rtlive",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_PORT=3300 && next dev -p $NODE_PORT",
"build": "rm -rf .next/server && rm -rf .next/static && next build",
"build_aws": "rm -rf .next/server && rm -rf .next/static && DEPLOY_TARGET=aws next build",
"start": "next start",
"export": "next export",
"export_aws": "DEPLOY_TARGET=aws next export",
"export_site_images": "node scripts/export_site_images.js --port 31384 --output tmp --start-next"
},
"dependencies": {
"@analytics/google-analytics": "^1.0.5",
"@analytics/google-analytics-v3": "^0.6.1",
"@ant-design/icons": "^4.3.0",
"@sentry/browser": "^5.27.6",
"@sentry/webpack-plugin": "^1.14.0",
"@ygoe/msgpack": "^1.0.3",
"analytics": "^0.8.1",
"antd": "^4.16.12",
"aws-sdk": "^2.799.0",
"axios": "^0.19.2",
"d3": "^5.16.0",
"date-fns": "^2.17.0",
"execa": "^4.1.0",
"moment": "^2.29.4",
"next": "^9.5.5",
"node-cache": "^5.1.2",
"postgrest-client": "^1.1.2",
"puppeteer": "^3.3.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-vis": "^1.11.7",
"styled-components": "^5.2.1",
"swr": "^0.4.2",
"tmp-promise": "^2.1.1",
"topojson-client": "^3.1.0",
"yargs": "^15.4.1"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"html-loader": "^1.3.2",
"markdown-loader": "^5.1.0",
"marked": "^1.2.5",
"prettier": "^2.2.1",
"pretty-quick": "^2.0.2",
"sass": "^1.38.0",
"sass-loader": "^10.0.2",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.12"
}
}