chore: remove kbx-foundation-v36 reference (superseded by v4 implementation)

Removed entire kbx-foundation-v36 directory as it's been replaced by
the new KBX Foundation v4 patterns implemented in this session:
- Registry-driven screen definitions
- Density-aware UI adapter components
- Feature module templates (ShadowRun, Models)

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-08-12 01:39:58 +09:00
parent 831c4b467d
commit c41e5063b7
1079 changed files with 13094 additions and 1134 deletions
@@ -0,0 +1,35 @@
{
"name": "@kbx/web",
"version": "0.45.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite --host 127.0.0.1",
"dev:demo": "vite --mode demo --host 127.0.0.1",
"build": "vue-tsc --noEmit && vite build",
"build:demo": "vue-tsc --noEmit && vite build --mode demo",
"typecheck": "vue-tsc --noEmit",
"preview": "vite preview --host 127.0.0.1"
},
"dependencies": {
"@kbx/contracts": "workspace:*",
"@kbx/ui": "workspace:*",
"@microsoft/signalr": "^10.0.0",
"@primeuix/themes": "^1.2.3",
"@tanstack/vue-query": "^5.85.5",
"ag-grid-community": "^34.1.2",
"ag-grid-vue3": "^34.1.2",
"axios": "^1.11.0",
"pinia": "^3.0.3",
"primevue": "^4.3.7",
"vue": "^3.5.18",
"vue-router": "^4.5.1",
"zod": "^4.0.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^7.0.0",
"typescript": "^5.9.2",
"vite": "^8.0.0",
"vue-tsc": "^3.0.5"
}
}