-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.3 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
{
"name": "bingo-online",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev-turbo": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --ignore-path .gitignore --write \"**/*.+(js|json|ts|tsx)\"",
"format": "npm run prettier -- --write"
},
"dependencies": {
"@chakra-ui/react": "^2.4.4",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@hookform/resolvers": "^2.9.10",
"@next/font": "13.0.7",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/supabase-js": "^2.2.1",
"@types/node": "18.11.17",
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9",
"eslint": "8.30.0",
"eslint-config-next": "13.0.7",
"file-saver": "^2.0.5",
"framer-motion": "^6",
"immer": "^9.0.16",
"next": "13.0.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-error-boundary": "^3.1.4",
"react-hook-form": "^7.41.1",
"react-icons": "^4.7.1",
"react-lottie": "^1.2.3",
"read-excel-file": "^5.5.3",
"typescript": "4.9.4",
"xlsx": "^0.18.5",
"yup": "^0.32.11",
"zustand": "^4.1.5"
},
"devDependencies": {
"@types/file-saver": "^2.0.5",
"prettier": "^2.8.1"
}
}