-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.38 KB
/
package.json
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
{
"name": "maza-sathi",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "export NODE_OPTIONS='--max-old-space-size=8192' && next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^1.0.12",
"@aws-sdk/client-s3": "^3.414.0",
"@clerk/nextjs": "^6.1.0",
"@google/generative-ai": "^0.21.0",
"@langchain/community": "^0.3.19",
"@langchain/core": "^0.3.24",
"@langchain/google-genai": "^0.1.5",
"@neondatabase/serverless": "^0.6.0",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^4.0.0",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-scroll-area": "^1.2.2",
"@radix-ui/react-slot": "^1.1.0",
"@tanstack/react-query": "^4.36.1",
"@types/md5": "^2.3.2",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@vercel/speed-insights": "^1.1.0",
"ai": "3.0.19",
"autoprefixer": "10.4.15",
"axios": "^1.7.9",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.19.13",
"drizzle-orm": "^0.28.5",
"encoding": "^0.1.13",
"eslint-config-next": "13.4.19",
"langchain": "^0.0.150",
"lucide-react": "^0.274.0",
"md5": "^2.3.0",
"next": "14.2.19",
"next-themes": "^0.4.4",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.10.111",
"pg": "^8.11.3",
"postcss": "8.4.29",
"razorpay": "^2.9.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-dropzone": "^14.2.3",
"react-hot-toast": "^2.4.1",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"sonner": "^1.7.1",
"stream": "^0.0.2",
"stripe": "^13.4.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.2.2"
},
"devDependencies": {
"@electric-sql/pglite": "^0.2.14",
"@tailwindcss/typography": "^0.5.15",
"@tanstack/eslint-plugin-query": "^5.62.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.22.0",
"drizzle-orm": "^0.36.4",
"eslint": "8.57.1",
"eslint-config-next": "14.2.18",
"i": "^0.3.7",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tsx": "^4.19.2",
"typescript": "^5"
}
}