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-router": "^1.130.2",
17 "@tanstack/react-router-devtools": "^1.131.5",
18 "@tanstack/router-plugin": "^1.121.2",
19 "idb-keyval": "^6.2.2",
20 "react": "^19.0.0",
21 "react-dom": "^19.0.0",
22 "react-player": "^3.3.2",
23 "tailwindcss": "^4.0.6"
24 },
25 "devDependencies": {
26 "@testing-library/dom": "^10.4.0",
27 "@testing-library/react": "^16.2.0",
28 "@types/node": "^24.3.0",
29 "@types/react": "^19.0.8",
30 "@types/react-dom": "^19.0.3",
31 "@vitejs/plugin-react": "^4.3.4",
32 "jsdom": "^26.0.0",
33 "prettier": "^3.6.2",
34 "typescript": "^5.7.2",
35 "vite": "^6.3.5",
36 "vitest": "^3.0.5",
37 "web-vitals": "^4.2.4"
38 }
39}