Phase 8: TypeScript migration, i18n rewrite, Activity Tree, Projects API, Heartbeats

This commit is contained in:
Rose
2026-04-29 11:50:00 +02:00
parent c705fad626
commit 255914c9f1
43 changed files with 17948 additions and 6899 deletions

26
package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"name": "webui-dev",
"version": "1.0.0",
"description": "[Hermes Agent] WebUI Development Environment",
"type": "module",
"scripts": {
"dev": "vite",
"check": "tsc --noEmit",
"build": "node scripts/build.js"
},
"repository": {
"type": "git",
"url": "https://x-access-token:***@git.sabo.synology.me/Sabo/webui-develop.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^25.6.0",
"typescript": "^6.0.3",
"vite": "^8.0.9"
},
"dependencies": {
"@tanstack/virtual-core": "^3.14.0"
}
}