- topbar version (vX.Y.Z) is now a button linking to the changelog — the natural 'what's new' entry point (moved out of the logo button) - footer 'All systems operational' pill now links to the status page, with a hover lift - both new utility pages are now reachable from natural entry points - also audited the full home page on mobile (390px): hero CTAs wrap, flow diagram stacks vertically, session preview stacks, live screen renders, and zero horizontal overflow — no regressions from recent additions - verified live: both links route correctly
20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.54.0-discover",
|
|
"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"
|
|
}
|
|
}
|