-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "oracle-cli",
"version": "0.1.0",
"private": true,
"scripts": {
"prebuild": "node generate_config.js",
"config": "node generate_config.js",
"start-next": "node scripts/dev.mjs",
"dev": "npm run config && npm run start-next",
"build": "next build --turbopack",
"start": "next start"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.52",
"@ai-sdk/react": "^2.0.72",
"@langchain/community": "^0.3.57",
"@langchain/core": "^0.3.78",
"@langchain/ollama": "^0.2.4",
"@langchain/openai": "^0.6.16",
"ai": "^5.0.72",
"eslint-config-next": "^15.5.9",
"faiss-napi": "^0.10.3",
"hnswlib-node": "^3.0.0",
"langchain": "^0.3.36",
"lucide-react": "^0.552.0",
"next": "^15.5.9",
"ollama": "^0.5.18",
"react": "^19.2.3",
"react-dom": "^19.2.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.27",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.21",
"eslint": "^9.39.2",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.14",
"typescript": "^5.9.3"
}
}