Full-screen diegetic game home — the page IS the tavern: - grand glowing door = Browse Agents; bar/barkeep = sign-in (greets a logged-in user by name); wall banners = My Legion; villa side-exit = My Mansion; dancer pitches the tour in a holographic panel - persistent clickable speech bubbles (wood / holo / door variants), hover quips on patrons, live stats on the wall screen - GameDialog: ornate gem-cornered dialog frame; the tour (HomeFeatures) and login (THE LEDGER) open in-game instead of navigating away - stage scales to fill the viewport (768x432 buffer, pixelated upscale) Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
382 B
JSON
19 lines
382 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "2.0.0-tavern",
|
|
"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"
|
|
}
|
|
}
|