-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.59 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.59 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
{
"name": "documind",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"start": "next start",
"lint": "biome check",
"format": "biome format --write",
"build": "next build",
"vercel-build": "next build"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.892.0",
"@aws-sdk/s3-request-presigner": "^3.892.0",
"@clerk/nextjs": "^6.32.0",
"@clerk/themes": "^2.4.19",
"@langchain/community": "^0.3.56",
"@langchain/core": "^0.3.77",
"@qdrant/js-client-rest": "^1.15.1",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@types/multer": "^2.0.0",
"@types/uuid": "^10.0.0",
"axios": "^1.12.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cytoscape": "^3.33.1",
"cytoscape-cose-bilkent": "^4.1.0",
"langchain": "^0.3.34",
"lucide-react": "^0.544.0",
"mammoth": "^1.10.0",
"mongodb": "^6.19.0",
"multer": "^2.0.2",
"neo4j-driver": "^5.28.2",
"next": "15.5.3",
"openai": "^5.21.0",
"pdf-parse": "^1.1.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-hot-toast": "^2.6.0",
"tailwind-merge": "^3.3.1",
"uuid": "^13.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"typescript": "^5"
}
}