- 'Embed this agent on any website' is now a prominent block with one-click Copy (+ copyToast) instead of a buried <details>; usage hint included - Web PTY mode points to the Backstage/后台 terminal tab - core loop verified: browse -> Use -> live connected chatbox + embed snippet
21 lines
439 B
JSON
21 lines
439 B
JSON
{
|
|
"name": "amerc-site",
|
|
"version": "0.37.0-embed",
|
|
"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",
|
|
"three": "^0.184.0",
|
|
"vite": "^7.0.0"
|
|
}
|
|
}
|