amerc/package.json
artheru 610b932140 art: painted tavern hero replaces the pixel tiles (3.0.0)
The home scene is now a layered hand-painted illustration — a clean
tavern backdrop with an elf host, orc bartender and dwarf patron cutouts
(the painted assets were already in assets/, just unused) — resized to
webp (258KB total, was ~5MB png). The diegetic UI sits on top: the roster
board with live stats, the barkeep sign-in bubble, the elf's tour bubble,
and Legion/Mansion side passages. Dropped the LPC canvas + tile preload.

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

19 lines
383 B
JSON

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