-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "documind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^0.0.46",
"@ai-sdk/mistral": "^0.0.38",
"@clerk/nextjs": "^5.3.3",
"@google/generative-ai": "^0.17.1",
"@langchain/community": "^0.2.31",
"@mistralai/mistralai": "^1.0.4",
"@nanostores/react": "github:ai/react",
"@neondatabase/serverless": "^0.9.4",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^3.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@tabler/icons-react": "^3.16.0",
"@tanstack/react-query": "^5.52.2",
"@types/md5": "^2.3.5",
"ai": "^3.3.21",
"aws-sdk": "^2.1683.0",
"axios": "^1.7.5",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.24.1",
"drizzle-orm": "^0.33.0",
"framer-motion": "^11.5.4",
"lucide-react": "^0.436.0",
"md5": "^2.3.0",
"next": "14.2.6",
"next-themes": "^0.3.0",
"openai-edge": "^1.2.2",
"pdf-parse": "^1.1.1",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"react-resizable-panels": "^2.1.3",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}