forked from bots-garden/ori
| ✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS | 1 | { |
| 2 | "name": "ori-ui", | |
| 3 | "private": true, | |
| 4 | "version": "0.1.0", | |
| 5 | "type": "module", | |
| 6 | "scripts": { | |
| 7 | "dev": "vite", | |
| 8 | "build": "tsc -b && vite build", | |
| 9 | "typecheck": "tsc -b", | |
| ✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme | 10 | "test": "vitest run", |
| 11 | "predev": "node scripts/copy-icons.mjs", | |
| 12 | "prebuild": "node scripts/copy-icons.mjs" | |
| ✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS | 13 | }, |
| 14 | "dependencies": { | |
| ✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme | 15 | "@asciidoctor/core": "^4.0.11", |
| 16 | "@monaco-editor/react": "^4.7.0", | |
| 17 | "@xterm/addon-fit": "^0.11.0", | |
| 18 | "@xterm/xterm": "^6.0.0", | |
| 19 | "monaco-editor": "^0.56.0", | |
| ✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS | 20 | "react": "^19.0.0", |
| 21 | "react-dom": "^19.0.0", | |
| 22 | "react-markdown": "^10.1.0", | |
| 23 | "remark-gfm": "^4.0.1", | |
| ✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme | 24 | "vscode-material-icons": "^0.1.1", |
| ✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS | 25 | "zustand": "^5.0.15" |
| 26 | }, | |
| 27 | "devDependencies": { | |
| 28 | "@testing-library/react": "^16.0.0", | |
| 29 | "@types/react": "^19.0.0", | |
| 30 | "@types/react-dom": "^19.0.0", | |
| 31 | "@vitejs/plugin-react": "^5.0.0", | |
| 32 | "jsdom": "^26.0.0", | |
| 33 | "typescript": "^5.6.0", | |
| 34 | "vite": "^7.0.0", | |
| 35 | "vitest": "^3.0.0" | |
| 36 | }, | |
| 37 | "allowScripts": { | |
| 38 | "esbuild@0.28.2": true | |
| 39 | } | |
| 40 | } |