-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 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
{
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbopack",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.7",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.47.12",
"@tailwindcss/forms": "^0.5.9",
"@types/recharts": "^1.8.29",
"@vercel/postgres": "^0.10.0",
"autoprefixer": "10.4.20",
"axios": "^1.7.9",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"lucide-react": "^0.469.0",
"next": "^15.1.6",
"next-auth": "5.0.0-beta.19",
"postcss": "8.4.49",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.4.0",
"recharts": "^2.15.0",
"tailwind-merge": "^2.6.0",
"tailwindcss": "3.4.16",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2",
"use-debounce": "^10.0.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/node": "22.10.1",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0"
}
}