-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.48 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.48 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
{
"name": "custom-hack-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "NODE_ENV=production next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mendable/firecrawl-js": "^1.21.1",
"@prisma/client": "6.11.0",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@tambo-ai/react": "^0.37.1",
"@tambo-ai/typescript-sdk": "^0.59.0",
"autumn-js": "^0.0.77",
"better-auth": "^1.2.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.4",
"dompurify": "^3.2.6",
"highlight.js": "^11.11.1",
"json-stringify-pretty-compact": "^4.0.0",
"lingo.dev": "^0.105.1",
"lucide-react": "^0.525.0",
"motion": "^12.23.0",
"next": "15.3.4",
"pg": "^8.16.3",
"radix-ui": "^1.4.2",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"resend": "^4.6.0",
"tailwind-merge": "^3.3.1",
"zod": "^3.25.71"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/pg": "^8.15.4",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prisma": "6.11.0",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.4",
"typescript": "^5"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}