-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 765 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 765 Bytes
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
{
"dependencies": {
"@clerk/nextjs": "^6.33.7",
"@google/genai": "^1.26.0",
"aws-sdk": "^2.1692.0",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.44.6",
"next": "^16.0.0",
"pdf": "link:@langchain/community/document_loaders/fs/pdf",
"pnpm": "^10.19.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.6.0"
},
"devDependencies": {
"@types/node": "24.9.1",
"@types/react": "19.2.2",
"drizzle-kit": "^0.31.5",
"typescript": "5.9.3"
},
"scripts": {
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"dev": "next dev",
"build": "next build",
"start": "next start"
}
}