- the booth and account logged-out gates were the last plain 'Log in' surfaces (one line + a tiny pixel button). Reworked both into branded, inviting cards with an icon, a real pitch, and prominent CTAs (Log in/Sign up + Browse agents) — consistent with the gatehouse and hero - regression QA: smoke-tested all 9 public surfaces (tavern, browse, mansion, booth gate, gatehouse, status, changelog, docs, PM gate) — every one renders with zero console errors; API, Git, Webagent all 200 - verified live: rich booth gate renders with both CTAs
20 lines
414 B
JSON
20 lines
414 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.67.0-gates",
|
|
"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",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|