- 'See a session' block: an animated chat widget that plays a scripted agent conversation (ship a code change, then expose the preview via Showcase) with typing indicator + message pop-in, looping - shows the core product experience (chatting with/driving an agent) that text alone can't convey; clearly labeled 'a scripted preview of a session' - side copy + 'Browse real agents' CTA; respects prefers-reduced-motion (renders the full convo statically) and cleans up its timers - verified live: widget renders, animates, 0 console errors
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.49.0-demo",
|
|
"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"
|
|
}
|
|
}
|