-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 888 Bytes
/
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
{
"name": "globalcovid",
"version": "0.0.1",
"author": "Lachlan Campbell <lachlan@hackclub.com>",
"license": "MIT",
"private": true,
"scripts": {
"dl": "node lib/download.js",
"dev": "yarn run dl && next",
"build": "yarn run dl && next build",
"start": "next"
},
"dependencies": {
"@hackclub/theme": "^0.3.1",
"@mdx-js/loader": "^1.6.22",
"@next/mdx": "^10.0.3",
"cheerio": "^1.0.0-rc.3",
"country-emoji": "^1.5.4",
"github-slugger": "^1.3.0",
"isomorphic-unfetch": "^3.1.0",
"load-json-file": "^6.2.0",
"lodash": "^4.17.21",
"neat-csv": "^6.0.0",
"next": "^10.0.3",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-feather": "^2.0.9",
"react-modal": "^3.12.1",
"react-player": "^2.7.0",
"react-reveal": "^1.2.2",
"theme-ui": "^0.6.0-alpha.3",
"write-json-file": "^4.3.0"
}
}