migrate bskyembed to @atproto/lex

This commit is contained in:
Samuel Newman
2026-05-13 15:13:58 +03:00
parent 756d3aac05
commit a8fae7c8fe
16 changed files with 706 additions and 448 deletions
+9 -2
View File
@@ -10,10 +10,17 @@
"analyze": "ANALYZE=1 vite build",
"lint": "eslint --cache src",
"typecheck": "tsc --noEmit",
"format": "prettier -w src"
"format": "prettier -w src",
"lex": "lex",
"lex:install": "lex install",
"lex:update": "lex install --update",
"lex:ci": "lex install --ci",
"lex:build": "lex build --lexicons ./lexicons --out ./src/lexicons --clear",
"postinstall": "pnpm lex:install && pnpm lex:build"
},
"dependencies": {
"@atproto/api": "0.20.30",
"@atproto/lex": "^0.3.0",
"@atproto/syntax": "^0.7.2",
"preact": "^10.29.7"
},
"devDependencies": {