-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "quest",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^5.7.1",
"@copilotkit/react-core": "^1.3.2",
"@copilotkit/react-ui": "^1.3.2",
"@copilotkit/runtime": "^1.3.2",
"@google/generative-ai": "^0.21.0",
"@langchain/community": "^0.3.4",
"@langchain/core": "^0.3.7",
"@langchain/google-genai": "^0.1.0",
"@langchain/mongodb": "^0.1.0",
"@prisma/client": "^5.20.0",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/themes": "^3.1.4",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"@react-pdf-viewer/page-navigation": "^3.12.0",
"@react-pdf-viewer/toolbar": "^3.12.0",
"@vercel/blob": "^0.24.1",
"langchain": "^0.3.2",
"mongodb": "^6.9.0",
"next": "14.2.13",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.4.120",
"react": "^18",
"react-dom": "^18"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}