this repo has no description
3
fork

Configure Feed

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

at main 33 lines 878 B view raw
1{ 2 "name": "mapped", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "build": "react-router build", 7 "dev": "react-router dev", 8 "start": "react-router-serve ./build/server/index.js", 9 "typecheck": "react-router typegen && tsc" 10 }, 11 "dependencies": { 12 "@atproto/api": "^0.15.6", 13 "@atproto/oauth-client-browser": "^0.3.16", 14 "@atproto/oauth-types": "^0.2.7", 15 "@react-router/node": "^7.5.3", 16 "@react-router/serve": "^7.5.3", 17 "isbot": "^5.1.27", 18 "react": "^19.1.0", 19 "react-dom": "^19.1.0", 20 "react-router": "^7.5.3" 21 }, 22 "devDependencies": { 23 "@react-router/dev": "^7.5.3", 24 "@tailwindcss/vite": "^4.1.4", 25 "@types/node": "^20", 26 "@types/react": "^19.1.2", 27 "@types/react-dom": "^19.1.2", 28 "tailwindcss": "^4.1.4", 29 "typescript": "^5.8.3", 30 "vite": "^6.3.3", 31 "vite-tsconfig-paths": "^5.1.4" 32 } 33}