-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.82 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
62
63
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@hookform/resolvers": "^3.4.2",
"@internationalized/date": "^3.5.4",
"@nextui-org/button": "^2.0.31",
"@nextui-org/react": "^2.3.6",
"@nextui-org/system": "^2.1.2",
"@nextui-org/theme": "^2.2.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@radix-ui/themes": "^3.0.5",
"@react-aria/i18n": "^3.11.1",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "latest",
"@supabase/supabase-js": "latest",
"@tanstack/react-table": "^8.17.3",
"@vercel/analytics": "^1.2.2",
"big.js": "^5.2.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.6",
"geist": "^1.2.1",
"libphonenumber-js": "^1.11.3",
"lucide-react": "^0.378.0",
"next": "latest",
"next-themes": "^0.3.0",
"nextjs-toploader": "^1.6.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"resend": "^3.2.0",
"tailwind-merge": "^2.3.0",
"typescript": "5.3.3",
"validator": "^13.12.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"@types/validator": "^13.11.10",
"autoprefixer": "10.4.17",
"encoding": "^0.1.13",
"postcss": "8.4.33",
"supabase": "^1.167.4",
"tailwindcss": "3.4.1",
"tailwindcss-animate": "^1.0.7"
}
}