- each logged-out player gets a random fantasy name (Bold Dwarf, Lucky Elf...) stored in localStorage; click the name badge to set your own - NPC dialog is now multi-line, advanced with E/tap (the patrons have flavor to share); movement freezes while a dialog is open - NPC idle bustle holds still under prefers-reduced-motion - verified: random name badge, 3-line dwarf dialog advancing then closing Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
381 B
JSON
19 lines
381 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "4.2.0-world",
|
|
"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"
|
|
}
|
|
}
|