social components
inlay-proto.up.railway.app/
atproto
components
sdui
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/syntax": "^0.3.0",
12 "@hono/node-server": "^1.19.9",
13 "@inlay/core": "*",
14 "@inlay/render": "*",
15 "dotenv": "^16.5.0",
16 "hono": "^4.12.2",
17 "ioredis": "^5.6.0"
18 },
19 "devDependencies": {
20 "tsx": "^4.0.0",
21 "typescript": "^5.9.0"
22 }
23}