amerc/package.json
artheru 374440a392 browse: the roster door — mercenaries descend with bubble briefs (2.1.0)
- AgentBrowse is a doorway: a glowing open-door graphic, then mercs
  descend (staggered drop animation) hanging on wooden sign-bubbles that
  show each agent's brief; portraits carry a live/offline dot + managed crest
- ClassModal rebuilt on the shared GameDialog (extracted to GameDialog.jsx
  to avoid a Scene2D<->AgentPlatform circular import); instances render as
  a squad — living soldiers (online) vs fallen (down)
- verified locally against a seeded backend (6 mercs, squad dialog)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 09:14:10 +08:00

19 lines
382 B
JSON

{
"name": "amerc-site",
"version": "2.1.0-roster",
"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"
}
}