-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.02 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
{
"name": "agents-platform",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "node server/index.js",
"dev:server": "node --watch server/index.js",
"test": "node --test test/*.test.js"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.98.0",
"@langchain/anthropic": "^1.4.0",
"@langchain/core": "^1.1.48",
"@langchain/langgraph": "^1.3.2",
"@qdrant/js-client-rest": "^1.18.0",
"better-sqlite3": "^11.0.0",
"compression": "^1.8.1",
"cors": "^2.8.5",
"cron-parser": "^4.9.0",
"cronstrue": "^3.14.0",
"express": "^4.18.2",
"lucide-react": "^0.344.0",
"node-cron": "^3.0.3",
"ollama": "^0.6.3",
"react": "^18",
"react-dom": "^18",
"react-router-dom": "^6",
"recharts": "^3.8.1",
"yaml": "^2.9.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^7.3.3"
}
}