- agent_classes/instances/sessions API w/ lifecycle (heartbeat->online->lost->down) - TopDownTavern (3/4 tile RPG scene) + Browse Agents + Booth dashboard + live stats - /api/auth/verify SSO bridge (nginx auth_request -> Gitea reverse-proxy auth) - RPG-themed login across docs/pm; webagent broker login - server/platform-tests.mjs: 41 assertions, all passing Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.21.1-pool",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite --host 0.0.0.0",
|
|
"build": "vite build",
|
|
"preview": "vite preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
"lucide-react": "^0.468.0",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"three": "^0.184.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|