mirror of
https://github.com/backnotprop/plannotator.git
synced 2026-09-14 14:17:26 +08:00
740d6fb2eb
* feat(annotate): add WebTUI agent terminal * feat(annotate): wire WebTUI agent into annotate UI * docs: recap annotate agent terminal work * fix(annotate): harden agent terminal runtime * docs: add annotate agent terminal runtime ADRs * fix(annotate): polish agent terminal integration * fix(ui): preserve comment draft on Ask AI failure * fix(annotate): address terminal review findings * fix(annotate): harden agent terminal runtime fallback
26 lines
653 B
JSON
26 lines
653 B
JSON
{
|
|
"name": "@plannotator/editor",
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./App.tsx",
|
|
"./styles": "./index.css",
|
|
"./shortcuts": "./shortcuts.ts"
|
|
},
|
|
"dependencies": {
|
|
"@fontsource-variable/geist-mono": "5.2.7",
|
|
"@fontsource-variable/inter": "^5.2.8",
|
|
"@plannotator/ai": "workspace:*",
|
|
"@plannotator/shared": "workspace:*",
|
|
"@plannotator/ui": "workspace:*",
|
|
"@plannotator/webtui": "0.1.0",
|
|
"diff": "^8.0.3",
|
|
"lucide-react": "^1.14.0",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3",
|
|
"sonner": "^2.0.7",
|
|
"tailwindcss": "^4.1.18",
|
|
"tailwindcss-animate": "^1.0.7"
|
|
}
|
|
}
|