- 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>
19 lines
382 B
JSON
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"
|
|
}
|
|
}
|