This repository was archived by the owner on Dec 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.61 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.61 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
82
83
84
85
{
"name": "prodfind",
"version": "0.1.0",
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"build:prod": "next build --turbopack --no-lint",
"start": "next start",
"lint": "next lint",
"db:auth:generate": "pnpx @better-auth/cli@latest generate --output ./src/lib/db/schema/auth.ts --y",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push"
},
"dependencies": {
"@hookform/resolvers": "^5.2.1",
"@icons-pack/react-simple-icons": "^13.7.0",
"@radix-ui/react-icons": "^1.3.2",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.53.0",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/react-query": "^5.84.1",
"@trpc/client": "^11.4.4",
"@trpc/next": "^11.4.4",
"@trpc/react-query": "^11.4.4",
"@trpc/server": "^11.4.4",
"@uploadthing/react": "^7.3.2",
"@vercel/analytics": "^1.5.0",
"better-auth": "^1.3.4",
"botid": "^1.4.5",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.1",
"drizzle-orm": "^0.44.4",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.12",
"input-otp": "^1.4.2",
"lucide-react": "^0.536.0",
"next": "15.4.6",
"next-themes": "^0.4.6",
"pg": "^8.16.3",
"postgres": "^3.4.7",
"prodfind": "link:",
"radix-ui": "latest",
"react": "19.1.1",
"react-day-picker": "^9.8.1",
"react-dom": "19.1.1",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.62.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.4",
"react-shiki": "^0.7.2",
"recharts": "3.1.2",
"remark-gfm": "^4.0.1",
"resend": "^5.0.0",
"shiki": "^3.9.2",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"ua-parser-js": "^2.0.4",
"uploadthing": "^7.7.3",
"uuid": "^11.1.0",
"vaul": "^1.1.2",
"zod": "^4.0.15"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^24.2.0",
"@types/pg": "^8.15.5",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"@types/ua-parser-js": "^0.7.39",
"drizzle-kit": "^0.31.4",
"eslint": "^9.32.0",
"eslint-config-next": "15.4.6",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.11",
"tsx": "^4.20.3",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2"
},
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
}