-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-nextauth.json
More file actions
60 lines (60 loc) · 1.64 KB
/
package-nextauth.json
File metadata and controls
60 lines (60 loc) · 1.64 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
60
{
"name": "whisper-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "prisma generate && next build",
"start": "next start",
"studio": "prisma studio",
"db:push": "prisma db push"
},
"dependencies": {
"@ai-sdk/togetherai": "^0.2.15",
"@auth/prisma-adapter": "^2.7.2",
"@prisma/client": "^6.11.1",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@tanstack/react-query": "^5.81.5",
"@trpc/client": "^11.4.3",
"@trpc/server": "^11.4.3",
"@trpc/tanstack-react-query": "^11.4.3",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.35.1",
"ai": "^4.3.17",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.525.0",
"next": "15.2.4",
"next-auth": "^4.24.10",
"next-plausible": "^3.12.4",
"next-s3-upload": "^0.3.4",
"next-themes": "^0.4.6",
"prisma": "^6.11.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-markdown": "^10.1.0",
"server-only": "^0.0.1",
"sonner": "^2.0.6",
"tailwind-merge": "^3.3.1",
"together-ai": "^0.20.0",
"uuid": "^11.1.0",
"zod": "^3.25.74"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
}
}