an independent Bluesky client using Constellation, PDS Queries, and other services reddwarf.app
frontend spa bluesky reddwarf microcosm client app
at main 74 lines 2.4 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.18.20", 14 "@atproto/common-web": "^0.4.11", 15 "@atproto/oauth-client-browser": "^0.3.33", 16 "@radix-ui/react-dialog": "^1.1.15", 17 "@radix-ui/react-dropdown-menu": "^2.1.16", 18 "@radix-ui/react-hover-card": "^1.1.15", 19 "@radix-ui/react-slider": "^1.3.6", 20 "@tailwindcss/vite": "^4.0.6", 21 "@tanstack/query-sync-storage-persister": "^5.85.6", 22 "@tanstack/react-devtools": "^0.2.2", 23 "@tanstack/react-query": "^5.85.6", 24 "@tanstack/react-query-persist-client": "^5.85.6", 25 "@tanstack/react-router": "^1.130.2", 26 "@tanstack/react-router-devtools": "^1.131.5", 27 "@tanstack/router-plugin": "^1.121.2", 28 "@yornaath/batshit": "^0.14.0", 29 "dompurify": "^3.3.0", 30 "html-to-image": "^1.11.13", 31 "i": "^0.3.7", 32 "idb-keyval": "^6.2.2", 33 "jotai": "^2.13.1", 34 "npm": "^11.6.2", 35 "radix-ui": "^1.4.3", 36 "react": "^19.0.0", 37 "react-dom": "^19.0.0", 38 "react-player": "^3.3.2", 39 "sonner": "^2.0.7", 40 "tailwindcss": "^4.0.6", 41 "tanstack-router-keepalive": "^1.0.0" 42 }, 43 "devDependencies": { 44 "@eslint-react/eslint-plugin": "^2.2.1", 45 "@iconify-icon/react": "^3.0.1", 46 "@iconify-json/material-symbols": "^1.2.42", 47 "@iconify-json/mdi": "^1.2.3", 48 "@iconify/json": "^2.2.396", 49 "@svgr/core": "^8.1.0", 50 "@svgr/plugin-jsx": "^8.1.0", 51 "@testing-library/dom": "^10.4.0", 52 "@testing-library/react": "^16.2.0", 53 "@types/node": "^24.3.0", 54 "@types/react": "^19.0.8", 55 "@types/react-dom": "^19.0.3", 56 "@typescript-eslint/eslint-plugin": "^8.46.1", 57 "@typescript-eslint/parser": "^8.46.1", 58 "@vitejs/plugin-react": "^4.3.4", 59 "babel-plugin-react-compiler": "^1.0.0", 60 "eslint-plugin-react": "^7.37.5", 61 "eslint-plugin-react-hooks": "^7.0.0", 62 "eslint-plugin-simple-import-sort": "^12.1.1", 63 "eslint-plugin-unused-imports": "^4.2.0", 64 "jsdom": "^26.0.0", 65 "prettier": "^3.6.2", 66 "typescript": "^5.7.2", 67 "typescript-eslint": "^8.46.1", 68 "unplugin-auto-import": "^20.2.0", 69 "unplugin-icons": "^22.4.2", 70 "vite": "^6.3.5", 71 "vitest": "^3.0.5", 72 "web-vitals": "^4.2.4" 73 } 74}