- TavernGame rebuilt with LPC Base Assets (CC-BY-SA): 32px detailed tiles (brick walls, wood floor, red rug, barrels, victorian furniture, curtains) + animated 64px characters (princess dancer spotlit, armored bartender + patrons). Higher-res, less pixelated. - PM nav link + pm.amerc.ai gated to admins only (Docs gated to logged-in) - stronger button hover visibility; Georgia fonts; CC-BY-SA attribution in repo + public
21 lines
437 B
JSON
21 lines
437 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.25.0-lpc",
|
|
"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",
|
|
"three": "^0.184.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|