amerc/package.json
artheru 33d89c6b4a polish: reduced-motion guard + sign-in host greeter (3.3.0)
- prefers-reduced-motion stills the painted scene's float/flicker/bob
  loops (ptbob/flicker/pulse, gm-bub-float, solbob, life pulse, cursor
  blink, apb drop, villa twinkle/flicker/wave, scroll reveals)
- the elf host greets you with a face-cropped portrait on the sign-in gate

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 14:36:03 +08:00

19 lines
382 B
JSON

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