-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.54 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.54 KB
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
{
"name": "my-v0-project",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"devAi": "pnpx @ai-sdk/devtools"
},
"dependencies": {
"@ai-sdk/groq": "3.0.29",
"@auth/core": "0.37.0",
"@base-ui/react": "latest",
"@convex-dev/auth": "^0.0.91",
"@hookform/resolvers": "5.2.2",
"ai": "6.0.116",
"autoprefixer": "10.4.27",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "^1.1.1",
"convex": "^1.33.1",
"date-fns": "4.1.0",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "0.577.0",
"next": "^16.1.7",
"next-themes": "latest",
"react": "19.2.4",
"react-confetti": "6.4.0",
"react-day-picker": "^9.14.0",
"react-dom": "19.2.4",
"react-hook-form": "7.71.2",
"react-resizable-panels": "^4.7.3",
"sonner": "2.0.7",
"tailwind-merge": "3.5.0",
"tw-animate-css": "1.4.0",
"uuid": "^13.0.0",
"vaul": "^1.1.2",
"zod": "4.3.6"
},
"devDependencies": {
"@convex-dev/eslint-plugin": "^1.2.0",
"@eslint/eslintrc": "3.3.5",
"@next/eslint-plugin-next": "16.1.7",
"@tailwindcss/postcss": "4.2.1",
"@types/node": "25.5.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/uuid": "^11.0.0",
"eslint": "^9.0.0",
"eslint-config-next": "16.1.7",
"eslint-plugin-react-hooks": "7.0.1",
"postcss": "8.5.8",
"tailwindcss": "4.2.1",
"typescript": "5.9.3"
}
}