-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.53 KB
/
Copy pathpackage.json
File metadata and controls
56 lines (56 loc) · 1.53 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
{
"name": "nextjs-rag-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/google": "^2.0.43",
"@ai-sdk/mistral": "^2.0.17",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/provider-utils": "^2.0.0",
"@ai-sdk/react": "^2.0.60",
"@google/genai": "^1.30.0",
"@langchain/community": "^0.3.57",
"@langchain/core": "^0.3.78",
"@langchain/langgraph": "^0.4.9",
"@langchain/mistralai": "^0.2.3",
"@langchain/textsplitters": "^0.1.0",
"@openrouter/ai-sdk-provider": "^1.2.0",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@scalar/nextjs-api-reference": "^0.9.9",
"ai": "^5.0.60",
"cheerio": "^1.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"langchain": "^0.3.35",
"lucide-react": "^0.483.0",
"motion": "^12.23.24",
"next": "15.5.9",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"shiki": "^3.15.0",
"streamdown": "^1.6.8",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"zod": "^4.3.5"
},
"devDependencies": {
"@eslint/eslintrc": "3.3.1",
"@types/node": "20.6.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"eslint": "9.23.0",
"eslint-config-next": "15.1.3",
"postcss": "8.5.3",
"tailwindcss": "^3.4.17",
"typescript": "5.8.2"
}
}