-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 867 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 867 Bytes
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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@hookform/resolvers": "^3.1.0",
"@supabase/auth-helpers-nextjs": "^0.7.0",
"@supabase/ssr": "^0.5.0",
"@supabase/supabase-js": "^2.45.2",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"next": "^14.2.10",
"postcss": "^8.4.41",
"react": "^18.3.1",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.44.3",
"react-hot-toast": "^2.4.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.10",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-beautiful-dnd": "^13.1.8",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13",
"typescript": "^5.5.4"
}
}