This commit is contained in:
2026-01-15 18:36:41 +09:00
commit 162072d980
24 changed files with 2153 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"name": "ailog",
"version": "0.1.0",
"description": "AT Protocol site generator",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@atproto/api": "^0.15.8",
"@atproto/oauth-client-browser": "^0.3.39"
},
"devDependencies": {
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}