-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 849 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 849 Bytes
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
{
"name": "rag-open-source",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.10",
"@prisma/client": "^6.3.0",
"@xenova/transformers": "^2.17.2",
"ai": "^4.1.20",
"cheerio": "^1.0.0",
"hnswlib-node": "^3.0.0",
"next": "^15.5.6",
"openai": "^4.77.3",
"puppeteer": "^23.11.0",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^24.9.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"prisma": "^6.3.0",
"tailwindcss": "3",
"typescript": "^5.9.3"
}
}