-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.42 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.42 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
{
"name": "rag",
"version": "0.1.0",
"private": true,
"description": "This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).",
"keywords": [],
"license": "ISC",
"author": "",
"type": "module",
"main": "index.js",
"scripts": {
"dev": "next dev ",
"build": "next build",
"start": "next start",
"lint": "eslint",
"dev : worker": "worker.js"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@langchain/classic": "^1.0.15",
"@langchain/community": "^1.1.12",
"@langchain/core": "^1.1.19",
"@langchain/google-genai": "^2.1.15",
"@langchain/openai": "^1.2.7",
"@langchain/textsplitters": "^1.0.1",
"axios": "^1.13.4",
"bullmq": "^5.67.3",
"cors": "^2.8.6",
"dotenv": "^17.2.3",
"express": "^5.2.1",
"install": "^0.13.0",
"ioredis": "^5.9.2",
"langchain": "^1.2.18",
"mongodb": "^7.0.0",
"multer": "^2.0.2",
"next": "16.1.6",
"npm": "^11.9.0",
"pdf-parse": "^1.1.4",
"react": "19.2.3",
"react-dom": "19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.24",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"postcss": "^8.5.6",
"tailwindcss": "^4",
"typescript": "^5"
}
}