social components inlay.at
atproto components sdui
86
fork

Configure Feed

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

at main 25 lines 601 B view raw
1{ 2 "name": "proto", 3 "private": true, 4 "type": "module", 5 "scripts": { 6 "dev": "tsx --conditions source --watch src/index.tsx", 7 "start": "tsx --conditions source src/index.tsx" 8 }, 9 "dependencies": { 10 "@atproto/lex-resolver": "^0.0.15", 11 "@atproto/oauth-client-node": "^0.3.17", 12 "@atproto/syntax": "^0.3.0", 13 "@hono/node-server": "^1.19.9", 14 "@inlay/core": "*", 15 "@inlay/render": "*", 16 "dotenv": "^16.5.0", 17 "hono": "^4.12.2", 18 "ioredis": "^5.6.0", 19 "iron-session": "^8.0.4" 20 }, 21 "devDependencies": { 22 "tsx": "^4.0.0", 23 "typescript": "^5.9.0" 24 } 25}