nandi/oripublic Fork 0
2434cc7fb724f02b34c0189dfd5fb30c1a8a68e3
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 · 32 lines · 649 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",
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}