an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
94
fork

Configure Feed

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

at tanstack-virtual 54 lines 1.7 kB view raw
1{ 2 "name": "red-dwarf-tanstack", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "vite --port 3768", 7 "start": "vite --port 3768", 8 "build": "vite build && tsc", 9 "serve": "vite preview", 10 "test": "vitest run" 11 }, 12 "dependencies": { 13 "@atproto/api": "^0.16.6", 14 "@atproto/oauth-client-browser": "^0.3.33", 15 "@tailwindcss/vite": "^4.0.6", 16 "@tanstack/query-sync-storage-persister": "^5.85.6", 17 "@tanstack/react-devtools": "^0.2.2", 18 "@tanstack/react-query": "^5.85.6", 19 "@tanstack/react-query-persist-client": "^5.85.6", 20 "@tanstack/react-router": "^1.130.2", 21 "@tanstack/react-router-devtools": "^1.131.5", 22 "@tanstack/react-virtual": "^3.13.12", 23 "@tanstack/router-plugin": "^1.121.2", 24 "idb-keyval": "^6.2.2", 25 "jotai": "^2.13.1", 26 "react": "^19.0.0", 27 "react-dom": "^19.0.0", 28 "react-player": "^3.3.2", 29 "tailwindcss": "^4.0.6" 30 }, 31 "devDependencies": { 32 "@eslint-react/eslint-plugin": "^2.2.1", 33 "@testing-library/dom": "^10.4.0", 34 "@testing-library/react": "^16.2.0", 35 "@types/node": "^24.3.0", 36 "@types/react": "^19.0.8", 37 "@types/react-dom": "^19.0.3", 38 "@typescript-eslint/eslint-plugin": "^8.46.1", 39 "@typescript-eslint/parser": "^8.46.1", 40 "@vitejs/plugin-react": "^4.3.4", 41 "babel-plugin-react-compiler": "^1.0.0", 42 "eslint-plugin-react": "^7.37.5", 43 "eslint-plugin-react-hooks": "^7.0.0", 44 "eslint-plugin-simple-import-sort": "^12.1.1", 45 "eslint-plugin-unused-imports": "^4.2.0", 46 "jsdom": "^26.0.0", 47 "prettier": "^3.6.2", 48 "typescript": "^5.7.2", 49 "typescript-eslint": "^8.46.1", 50 "vite": "^6.3.5", 51 "vitest": "^3.0.5", 52 "web-vitals": "^4.2.4" 53 } 54}