Retro Bulletin Board Systems on atproto. Web app and TUI. lazy mirror of alyraffauf/atbbs atbbs.xyz
forums python tui atproto bbs
3
fork

Configure Feed

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

at master 37 lines 1.0 kB view raw
1{ 2 "name": "atbbs-web", 3 "private": true, 4 "version": "1.4.0", 5 "type": "module", 6 "scripts": { 7 "dev": "vite", 8 "build": "tsc -b && vite build", 9 "preview": "vite preview" 10 }, 11 "dependencies": { 12 "@atcute/atproto": "^3.1.11", 13 "@atcute/client": "^4.2.1", 14 "@atcute/oauth-browser-client": "^3.0.0", 15 "@tanstack/query-sync-storage-persister": "^5.100.1", 16 "@tanstack/react-query": "^5.100.1", 17 "@tanstack/react-query-devtools": "^5.100.1", 18 "@tanstack/react-query-persist-client": "^5.100.1", 19 "lucide-react": "^1.8.0", 20 "react": "^19.2.5", 21 "react-dom": "^19.2.5", 22 "react-markdown": "^10.1.0", 23 "react-router-dom": "^7.14.0" 24 }, 25 "devDependencies": { 26 "@atcute/lex-cli": "^2.7.0", 27 "@tailwindcss/typography": "^0.5.19", 28 "@tailwindcss/vite": "^4.2.2", 29 "@types/react": "^19.2.14", 30 "@types/react-dom": "^19.2.3", 31 "@vitejs/plugin-react": "^5.2.0", 32 "prettier": "^3.8.2", 33 "tailwindcss": "^4.2.2", 34 "typescript": "^6.0.2", 35 "vite": "^8.0.8" 36 } 37}