my harness for niri
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 27 lines 597 B view raw
1{ 2 "name": "@niri/web", 3 "version": "0.1.0", 4 "private": true, 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "vite build", 9 "preview": "vite preview" 10 }, 11 "dependencies": { 12 "@niri/chat-client": "*", 13 "highlight.js": "^11.11.1", 14 "react": "^19.2.0", 15 "react-dom": "^19.2.0", 16 "react-markdown": "^10.1.0", 17 "rehype-highlight": "^7.0.2", 18 "remark-gfm": "^4.0.1" 19 }, 20 "devDependencies": { 21 "@types/react": "^19.2.2", 22 "@types/react-dom": "^19.2.2", 23 "@vitejs/plugin-react": "^5.1.0", 24 "typescript": "^6.0.2", 25 "vite": "^7.1.9" 26 } 27}