-
Notifications
You must be signed in to change notification settings - Fork 0
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": "rag-knowledge-base",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.18.0",
"@excalidraw/mermaid-to-excalidraw": "^2.0.0",
"@hookform/resolvers": "^3.3.4",
"@llamaindex/openai": "^0.4.22",
"@llamaindex/readers": "^3.1.21",
"@prisma/client": "^5.22.0",
"adm-zip": "^0.5.16",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"fs-extra": "^11.2.0",
"isomorphic-git": "^1.36.1",
"llamaindex": "^0.12.1",
"lucide-react": "^0.344.0",
"mammoth": "^1.6.0",
"meilisearch": "^0.54.0",
"next": "14.2.25",
"next-auth": "^4.24.5",
"pdf-parse": "^1.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-force-graph-2d": "^1.29.0",
"react-hook-form": "^7.49.3",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^16.1.0",
"tailwind-merge": "^2.2.1",
"typescript": "^5.3.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/adm-zip": "^0.5.7",
"@types/bcryptjs": "^2.4.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.11.5",
"@types/pdf-parse": "^1.1.4",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.2.25",
"postcss": "^8.4.35",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.1"
}
}