-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
38 lines (38 loc) · 1.03 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"gen:types": "supabase gen types typescript --local > supabase/functions/_lib/database.ts"
},
"dependencies": {
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@supabase/auth-helpers-nextjs": "latest",
"@supabase/supabase-js": "latest",
"@tanstack/react-query": "^4.35.7",
"@xenova/transformers": "^2.6.2",
"ai": "^2.2.14",
"autoprefixer": "10.4.15",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"lucide-react": "^0.284.0",
"next": "latest",
"postcss": "8.4.29",
"react": "18.2.0",
"react-dom": "18.2.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"three-dots": "^0.3.2",
"typescript": "5.1.3"
},
"devDependencies": {
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"encoding": "^0.1.13",
"supabase": "^1.163.2"
}
}