- new #/changelog route: a vivid vertical timeline of releases with version badges, titles, dates and highlights (14 entries, 0.30 → 0.51) - communicates the product's continuous shipping cadence — trust + transparency - scroll-reveal on each entry; linked from the footer Resources column (replaced the placeholder Roadmap link) - verified live: 14 entries render, latest first
20 lines
418 B
JSON
20 lines
418 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.52.0-changelog",
|
|
"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"
|
|
}
|
|
}
|