add oauth

This commit is contained in:
2026-01-18 14:26:43 +09:00
parent a563359566
commit 59516b7fa2
50 changed files with 5132 additions and 330 deletions

View File

@@ -1,4 +1,20 @@
{
"name": "ailog",
"version": "0.2.0"
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@atproto/api": "^0.15.12",
"@atproto/oauth-client-browser": "^0.3.19",
"marked": "^15.0.6",
"highlight.js": "^11.11.1"
},
"devDependencies": {
"typescript": "^5.7.3",
"vite": "^6.0.7"
}
}