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 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 "@radix-ui/react-dialog": "^1.1.15",
16 "@radix-ui/react-dropdown-menu": "^2.1.16",
17 "@radix-ui/react-slider": "^1.3.6",
18 "@tailwindcss/vite": "^4.0.6",
19 "@tanstack/query-sync-storage-persister": "^5.85.6",
20 "@tanstack/react-devtools": "^0.2.2",
21 "@tanstack/react-query": "^5.85.6",
22 "@tanstack/react-query-persist-client": "^5.85.6",
23 "@tanstack/react-router": "^1.130.2",
24 "@tanstack/react-router-devtools": "^1.131.5",
25 "@tanstack/router-plugin": "^1.121.2",
26 "dompurify": "^3.3.0",
27 "i": "^0.3.7",
28 "idb-keyval": "^6.2.2",
29 "jotai": "^2.13.1",
30 "npm": "^11.6.2",
31 "radix-ui": "^1.4.3",
32 "react": "^19.0.0",
33 "react-dom": "^19.0.0",
34 "react-player": "^3.3.2",
35 "tailwindcss": "^4.0.6",
36 "tanstack-router-keepalive": "^1.0.0"
37 },
38 "devDependencies": {
39 "@eslint-react/eslint-plugin": "^2.2.1",
40 "@iconify-icon/react": "^3.0.1",
41 "@iconify-json/material-symbols": "^1.2.42",
42 "@iconify-json/mdi": "^1.2.3",
43 "@iconify/json": "^2.2.396",
44 "@svgr/core": "^8.1.0",
45 "@svgr/plugin-jsx": "^8.1.0",
46 "@testing-library/dom": "^10.4.0",
47 "@testing-library/react": "^16.2.0",
48 "@types/node": "^24.3.0",
49 "@types/react": "^19.0.8",
50 "@types/react-dom": "^19.0.3",
51 "@typescript-eslint/eslint-plugin": "^8.46.1",
52 "@typescript-eslint/parser": "^8.46.1",
53 "@vitejs/plugin-react": "^4.3.4",
54 "babel-plugin-react-compiler": "^1.0.0",
55 "eslint-plugin-react": "^7.37.5",
56 "eslint-plugin-react-hooks": "^7.0.0",
57 "eslint-plugin-simple-import-sort": "^12.1.1",
58 "eslint-plugin-unused-imports": "^4.2.0",
59 "jsdom": "^26.0.0",
60 "prettier": "^3.6.2",
61 "typescript": "^5.7.2",
62 "typescript-eslint": "^8.46.1",
63 "unplugin-auto-import": "^20.2.0",
64 "unplugin-icons": "^22.4.2",
65 "vite": "^6.3.5",
66 "vitest": "^3.0.5",
67 "web-vitals": "^4.2.4"
68 }
69}