- tavern-hero.png (1.75MB) was unused — the OG/social image is the .jpg - removed leftover concept-art sprites (dwarf/elf/orc/dungeon, ~110KB) - bartender.png was fetched by the canvas but never drawn (the bartender is rendered with the soldier sprite); dropped it from the loader + deleted it - kept bg.png (CSS), tavern-hero.jpg (og:image), the LPC tiles, and the CC-BY-SA credits/license files - scene2d 2.4MB -> 560KB, dist 2.9MB -> 1.1MB; canvas loads one fewer image - verified live: tavern renders identically, 0 failed requests, og:image 200
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.68.0-trim",
|
|
"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"
|
|
}
|
|
}
|