-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 801 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
{
"name": "agent-platform-console",
"version": "1.0.0",
"private": true,
"type": "module",
"description": "Live operations console for the Agent Platform (Hermes / Paperclip / VPS).",
"scripts": {
"dev": "tsx watch src/server.ts",
"start": "tsx src/server.ts",
"build": "npm run build:v2",
"build:v2": "vite build"
},
"dependencies": {
"@hono/node-server": "^1.13.7",
"@tanstack/react-query": "^5.62.7",
"@types/pg": "^8.20.0",
"hono": "^4.6.14",
"pg": "^8.21.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"sharp": "^0.34.5",
"tsx": "^4.19.2"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}