forked from mjhale/blaseball-reference.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.13 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
{
"name": "blaseball-reference.com",
"version": "0.1.0",
"author": "Michael Hale <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:index": "next build && node ./.next/serverless/scripts/generate-index.js",
"start": "next start"
},
"dependencies": {
"@chakra-ui/core": "1.0.0-rc.0",
"@chakra-ui/icons": "1.0.0-rc.0",
"@chakra-ui/system": "1.0.0-rc.0",
"@chakra-ui/theme": "1.0.0-rc.0",
"@chakra-ui/theme-tools": "1.0.0-rc.0",
"@reach/combobox": "^0.11.2",
"@reach/skip-nav": "^0.11.2",
"@zeit/fetch-retry": "^5.0.0",
"algoliasearch": "^4.5.1",
"lodash.debounce": "^4.0.8",
"next": "^9.5.4",
"node-fetch": "^2.6.1",
"react": "^16.13.1",
"react-cookie": "^4.0.3",
"react-csv": "^2.0.3",
"react-dom": "^16.13.1",
"react-icons": "^3.11.0",
"react-table": "^7.5.2",
"sitemap": "^6.3.2",
"swr": "^0.3.5"
},
"devDependencies": {
"@types/node": "^14.11.7",
"@types/react": "^16.9.51",
"globby": "^11.0.1",
"prettier": "^2.1.2",
"typescript": "^4.0.3"
}
}