repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
The Living OS cockpit
stars
latest
clone command
git clone gitlawb://did:key:z6Mku78K...XywC/living-os-cockp...git clone gitlawb://did:key:z6Mku78K.../living-os-cockp...59751530feat: surface worker supervisor health in live work3h ago| "name": "living-os-cockpit", |
| #3 | "version": "0.1.0", |
| #4 | "private": true, |
| #5 | "scripts": { |
| #6 | "dev": "next dev", |
| #7 | "build": "next build", |
| #8 | "start": "next start", |
| #9 | "test:e2e": "playwright test", |
| #10 | "smoke:live": "node scripts/live-os-smoke.mjs" |
| #11 | }, |
| #12 | "dependencies": { |
| #13 | "form-data": "^4.0.5", |
| #14 | "lucide-react": "^1.14.0", |
| #15 | "next": "16.2.6", |
| #16 | "pdf-parse": "^2.4.5", |
| #17 | "react": "19.2.4", |
| #18 | "react-dom": "19.2.4", |
| #19 | "react-dropzone": "^15.0.0", |
| #20 | "react-force-graph-3d": "^1.29.1", |
| #21 | "react-markdown": "^10.1.0", |
| #22 | "recharts": "^3.8.1", |
| #23 | "remark-breaks": "^4.0.0", |
| #24 | "remark-gfm": "^4.0.1", |
| #25 | "swr": "^2.4.1", |
| #26 | "three": "^0.184.0" |
| #27 | }, |
| #28 | "devDependencies": { |
| #29 | "@playwright/test": "^1.60.0", |
| #30 | "@tailwindcss/postcss": "^4", |
| #31 | "@types/node": "^20", |
| #32 | "@types/react": "^19", |
| #33 | "@types/react-dom": "^19", |
| #34 | "tailwindcss": "^4", |
| #35 | "typescript": "^5" |
| #36 | } |
| #37 | } |
| #38 |