feat: ship agent-first mission control v0.2.57
CI - Build & Test / Backend (.NET) (push) Successful in 42s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m46s
CI - Build & Test / Security Check (push) Successful in 3s
CI - Build & Test / Deploy Nexus (push) Successful in 56s

This commit is contained in:
AzuTear
2026-07-31 22:39:47 +02:00
parent 3bc7622977
commit f5552218bc
535 changed files with 95242 additions and 8791 deletions
+14 -4
View File
@@ -5,26 +5,36 @@
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc --noEmit && vite build",
"typecheck": "vue-tsc --noEmit",
"test": "vitest run"
"build": "pnpm typecheck && vite build",
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json && tsc --noEmit -p e2e/tsconfig.json",
"test": "vitest run",
"test:e2e": "playwright test",
"openapi:generate": "openapi-typescript ../backend/openapi/Nexus.Api.json -o src/api/generated/schema.d.ts",
"openapi:check": "pnpm openapi:generate && git diff --exit-code -- src/api/generated/schema.d.ts"
},
"dependencies": {
"@lucide/vue": "1.17.0",
"@tailwindcss/vite": "^4.1.8",
"@tanstack/vue-query": "5.101.4",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eventsource-parser": "3.1.0",
"openapi-fetch": "0.17.0",
"pinia": "^3.0.3",
"radix-vue": "^1.9.17",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.1.8",
"tailwindcss-animate": "^1.0.7",
"vue": "^3.5.16",
"vue-router": "^4.5.1"
"vue-router": "^4.5.1",
"web-vitals": "5.3.0"
},
"devDependencies": {
"@playwright/test": "1.62.0",
"@types/node": "^22.15.29",
"@vitejs/plugin-vue": "^5.2.4",
"openapi-typescript": "7.13.0",
"postcss": "8.5.18",
"typescript": "~5.7.3",
"vite": "^6.3.5",
"vitest": "^3.1.3",