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", | |
| 10 | "test": "vitest run" | |
| 11 | }, | |
| 12 | "dependencies": { | |
| 13 | "react": "^19.0.0", | |
| 14 | "react-dom": "^19.0.0", | |
| 15 | "react-markdown": "^10.1.0", | |
| 16 | "remark-gfm": "^4.0.1", | |
| 17 | "zustand": "^5.0.15" | |
| 18 | }, | |
| 19 | "devDependencies": { | |
| 20 | "@testing-library/react": "^16.0.0", | |
| 21 | "@types/react": "^19.0.0", | |
| 22 | "@types/react-dom": "^19.0.0", | |
| 23 | "@vitejs/plugin-react": "^5.0.0", | |
| 24 | "jsdom": "^26.0.0", | |
| 25 | "typescript": "^5.6.0", | |
| 26 | "vite": "^7.0.0", | |
| 27 | "vitest": "^3.0.0" | |
| 28 | }, | |
| 29 | "allowScripts": { | |
| 30 | "esbuild@0.28.2": true | |
| 31 | } | |
| 32 | } |