Statusphere example with ESAV Live
at main 936 B view raw
1{ 2 "name": "statusphere-esav-live", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "vite --port 3000", 7 "start": "vite --port 3000", 8 "build": "vite build && tsc", 9 "serve": "vite preview", 10 "test": "vitest run" 11 }, 12 "dependencies": { 13 "@atproto/api": "^0.16.2", 14 "@tanstack/query-db-collection": "^0.2.0", 15 "@tanstack/react-db": "^0.1.1", 16 "@tanstack/react-router": "^1.130.2", 17 "@tanstack/react-router-devtools": "^1.130.2", 18 "@tanstack/router-plugin": "^1.121.2", 19 "jotai": "^2.13.0", 20 "react": "^19.0.0", 21 "react-dom": "^19.0.0" 22 }, 23 "devDependencies": { 24 "@testing-library/dom": "^10.4.0", 25 "@testing-library/react": "^16.2.0", 26 "@types/react": "^19.0.8", 27 "@types/react-dom": "^19.0.3", 28 "@vitejs/plugin-react": "^4.3.4", 29 "jsdom": "^26.0.0", 30 "typescript": "^5.7.2", 31 "vite": "^6.3.5", 32 "vitest": "^3.0.5", 33 "web-vitals": "^4.2.4" 34 } 35}