- the mobile hamburger menu was a cramped narrow corner dropdown with no backdrop and no tap-to-close - now a full-width panel (left+right anchored), comfortable full-width touch targets, a dimming tap-to-close backdrop, rounded card + shadow, fade-in - verified live (390px): backdrop present, menu ~374px wide, tap-to-close works
20 lines
419 B
JSON
20 lines
419 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.70.0-mobilemenu",
|
|
"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",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|