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