-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 2.24 KB
/
Copy pathpackage.json
File metadata and controls
81 lines (81 loc) · 2.24 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "zachcodinginterview",
"version": "1.2.9",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"db:push": "prisma db push",
"db:generate": "prisma generate",
"db:migrate": "prisma migrate dev",
"db:studio": "prisma studio",
"db:reset": "prisma migrate reset"
},
"dependencies": {
"@ai-sdk/google": "^4.0.12",
"@base-ui/react": "^1.6.0",
"@hookform/resolvers": "^5.4.0",
"@monaco-editor/react": "^4.7.0",
"@polar-sh/better-auth": "^1.8.4",
"@polar-sh/sdk": "^0.47.1",
"@prisma/adapter-pg": "^7.8.0",
"@prisma/client": "^7.9.1",
"@radix-ui/react-label": "^2.1.11",
"@react-pdf/renderer": "^4.5.1",
"@shadcn/react": "^0.2.0",
"@tanstack/react-query": "^5.101.2",
"@trpc/client": "^11.18.0",
"@trpc/server": "^11.18.0",
"@trpc/tanstack-react-query": "^11.18.0",
"@vercel/blob": "^2.6.0",
"ai": "^7.0.22",
"better-auth": "^1.6.23",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"dotenv": "^17.4.2",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"isomorphic-dompurify": "^3.18.0",
"lucide-react": "^1.23.0",
"next": "16.2.10",
"next-themes": "^0.4.6",
"nodemailer": "^9.0.3",
"nuqs": "^2.9.0",
"pdf-parse": "^2.4.5",
"react": "19.2.4",
"react-day-picker": "^10.0.1",
"react-dom": "19.2.4",
"react-error-boundary": "^6.1.2",
"react-hook-form": "^7.80.0",
"react-icons": "^5.7.0",
"react-resizable-panels": "^4.12.0",
"recharts": "^3.8.0",
"shadcn": "^4.13.0",
"sonner": "^2.0.7",
"superjson": "^2.2.6",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.43",
"@types/nodemailer": "^8.0.1",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/trusted-types": "^2.0.7",
"babel-plugin-react-compiler": "1.0.0",
"prisma": "^7.9.1",
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"jsdom": "26.1.0"
}
}