- new Quartermaster.jsx: the admin panel is now amerc's internal station — a command-post dashboard (live member/agent/online/session counts + quick links to git, docs, pm workspace, webagent, tavern) plus tabs for Tenants/keys/company (AdminConsole), Whiteboards, and Netdisk - Scene2D #/admin renders Quartermaster (AdminConsole no longer imported directly); pm.amerc.ai stays as a standalone too - verified locally: first signup=admin, all four tabs render Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "2.4.0-quartermaster",
|
|
"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",
|
|
"marked": "^14.1.4",
|
|
"react": "^19.0.0",
|
|
"react-dom": "^19.0.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|