-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.1 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
{
"private": true,
"scripts": {
"dev": "next dev -p 3008",
"build": "next build",
"start": "next start",
"db:types": "supabase gen types typescript --linked > lib/database.types.ts"
},
"dependencies": {
"@heroicons/react": "^2.0.13",
"@next/font": "^13.1.1",
"@radix-ui/react-checkbox": "^1.0.1",
"@radix-ui/react-collapsible": "^1.0.1",
"@radix-ui/react-dropdown-menu": "^2.0.1",
"@radix-ui/react-label": "^2.0.0",
"@radix-ui/react-scroll-area": "^1.0.2",
"@supabase/auth-helpers-nextjs": "^0.5.2",
"@supabase/auth-helpers-react": "^0.3.1",
"@supabase/auth-ui-react": "^0.2.6",
"@supabase/supabase-js": "^2.4.0",
"@supabase/ui": "^0.36.5",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.9",
"classnames": "^2.3.2",
"daisyui": "^2.46.1",
"next": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"swr": "1.1.2",
"typescript": "4.9.3",
"zustand": "^4.3.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}