feat: rebuild xiteng.site homelab platform

This commit is contained in:
2026-08-12 09:48:25 +08:00
parent 557b0eca33
commit 5b84988789
128 changed files with 14979 additions and 292 deletions
+28
View File
@@ -0,0 +1,28 @@
{
"name": "xiteng-chat",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "bun --hot src/server.ts",
"typecheck": "tsc --noEmit",
"build": "bun run typecheck && bun run build.ts",
"start": "bun src/server.ts",
"test": "bun test",
"test:history": "bun run build && bun history.test.mjs"
},
"dependencies": {
"@ai-sdk/anthropic": "4.0.36",
"@ai-sdk/google": "4.0.39",
"@ai-sdk/openai": "4.0.36",
"@ai-sdk/openai-compatible": "3.0.28",
"ai": "7.0.58",
"dompurify": "3.2.6",
"marked": "15.0.12",
"node-fetch": "3.3.2",
"proxy-agent": "8.0.2"
},
"devDependencies": {
"@types/bun": "1.3.5",
"typescript": "5.9.3"
}
}