feat: ship agent-first mission control v0.2.57
This commit is contained in:
+14
-4
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user