- ambient life over the painted scene: flickering warm lantern glows + pulsing cool crystal/bar light (CSS, screen-blend, no JS) - mobile: hide the tiny diegetic tabs/wood-bubbles, center the roster board, and add a clear Browse/Legion/Mansion tap-button row under the tagline so the tavern is usable on phones Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
389 B
JSON
19 lines
389 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "3.1.0-paintedmobile",
|
|
"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"
|
|
}
|
|
}
|