an appview-less Bluesky client using Constellation and PDS Queries reddwarf.app
frontend spa bluesky reddwarf microcosm
1{ 2 "name": "red-dwarf-tanstack", 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.6", 14 "@tailwindcss/vite": "^4.0.6", 15 "@tanstack/react-devtools": "^0.2.2", 16 "@tanstack/react-query": "^5.85.6", 17 "@tanstack/react-router": "^1.130.2", 18 "@tanstack/react-router-devtools": "^1.131.5", 19 "@tanstack/router-plugin": "^1.121.2", 20 "idb-keyval": "^6.2.2", 21 "jotai": "^2.13.1", 22 "react": "^19.0.0", 23 "react-dom": "^19.0.0", 24 "react-player": "^3.3.2", 25 "tailwindcss": "^4.0.6" 26 }, 27 "devDependencies": { 28 "@testing-library/dom": "^10.4.0", 29 "@testing-library/react": "^16.2.0", 30 "@types/node": "^24.3.0", 31 "@types/react": "^19.0.8", 32 "@types/react-dom": "^19.0.3", 33 "@vitejs/plugin-react": "^4.3.4", 34 "jsdom": "^26.0.0", 35 "prettier": "^3.6.2", 36 "typescript": "^5.7.2", 37 "vite": "^6.3.5", 38 "vitest": "^3.0.5", 39 "web-vitals": "^4.2.4" 40 } 41}