nandi/oripublic Fork 0
ca7e020cbb6442f047e0002eb9831ba29f8a17af
Commits
Clone
git clone https://git.rickub.com/nandi/ori.git
git clone ssh://git@rickub.com/nandi/ori.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

forked from bots-garden/ori

package.json · 40 lines · 935 BJSON Blame HistoryRaw
✨ Introduce new feature(s): ACP web client — Go backend (agent, bridge, httpserver, mockagent) + React SPA (Zed-like agent panel), tests, quality gate PASS 2434cc7 k33g yesterday1{
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 76d62ac k33g yesterday10 "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 2434cc7 k33g yesterday13 },
14 "dependencies": {
✨ Workspace panel, selectors, previews, desktop app, sandbox template, resizable file tree, light/dark theme 76d62ac k33g yesterday15 "@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 2434cc7 k33g yesterday20 "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 76d62ac k33g yesterday24 "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 2434cc7 k33g yesterday25 "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}