amerc/package.json
artheru 9bc77fcc57 emotes + spawn memory (4.4.0)
- quick emotes: press 1-4 (or the side buttons) to pop 👋 ❤️   above
  your avatar ~2.4s; carried in the presence record so others see it
- the tavern remembers your last position (localStorage) and spawns you there
- verified across two browsers: A's wave appeared above A in B's view

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

19 lines
382 B
JSON

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