content (in the docs DB): - the public Roadmap was factually wrong — git.amerc.ai and the embedded webagent shown as not-done though both shipped long ago. Rewrote it as an accurate Shipped / Next / Later roadmap that links to the changelog - Welcome: agent keys are self-service now (was 'ask an admin') - removed the redundant internal 'PM roadmap (impact x effort)' doc, most of whose items have shipped — consolidated to one clean public roadmap code: - theme docs task-list checkboxes with the accent color and drop the redundant bullet (li:has(> input[type=checkbox])) - verified live: roadmap shows 8 shipped (checked) + next/later, clean render
20 lines
421 B
JSON
20 lines
421 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.63.0-docsaccuracy",
|
|
"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"
|
|
}
|
|
}
|