Mounts the Agentation React component (v3) as a thin overlay on the vanilla TS app via a React root shim. The toolbar appears bottom-right and lets users click any element, annotate it, and generate structured markdown for AI agent feedback. Submissions are persisted in localStorage and POSTed to /api/ui-feedback when the API is available. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
19 lines
393 B
JSON
19 lines
393 B
JSON
{
|
|
"name": "acb-web",
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"agentation": "^3.0.2",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"typescript": "^5.0.0",
|
|
"vite": "^5.0.0"
|
|
}
|
|
}
|