-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
61 lines (61 loc) · 1.8 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
55
56
57
58
59
60
61
{
"name": "songuess",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"update-types": "npx supabase gen types typescript --project-id \"pxouihvwdqttpmujjoeq\" > src/types/supabase.ts"
},
"dependencies": {
"@bradgarropy/use-countdown": "^1.5.2",
"@hookform/resolvers": "^3.1.0",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-tooltip": "^1.0.6",
"@supabase/auth-helpers-nextjs": "^0.7.0",
"@supabase/auth-ui-react": "^0.4.2",
"@supabase/supabase-js": "^2.24.0",
"@tailwindcss/line-clamp": "^0.4.4",
"@types/node": "20.2.5",
"@types/react": "18.2.7",
"@types/react-dom": "18.2.4",
"@vercel/analytics": "^1.0.1",
"autoprefixer": "10.4.14",
"color": "^4.2.3",
"cryptr": "^6.2.0",
"eslint": "8.41.0",
"eslint-config-next": "^13.4.8",
"focus-trap-react": "^10.2.1",
"framer-motion": "^10.12.16",
"next": "^13.4.8",
"postcss": "8.4.24",
"react": "^18.2.0",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.2",
"react-hotkeys-hook": "^4.4.1",
"react-icons": "^4.9.0",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.0",
"string-similarity-js": "^2.1.4",
"tailwind-merge": "^1.12.0",
"tailwindcss": "3.3.2",
"three": "^0.155.0",
"typescript": "5.0.4",
"usehooks-ts": "^2.9.1",
"zod": "^3.21.4",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/color": "^3.0.3",
"@types/react-speech-recognition": "^3.9.2",
"@types/three": "^0.155.0",
"encoding": "^0.1.13",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"supabase": "^1.64.8",
"tailwindcss-animate": "^1.0.6"
}
}