Files
nexus/mockups/run-control-option-2/package.json
T
AzuTear f5552218bc
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
feat: ship agent-first mission control v0.2.57
2026-07-31 22:39:47 +02:00

23 lines
582 B
JSON

{
"name": "run-control-option-2",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build && node scripts/prepare-sites-build.mjs",
"preview": "vite preview",
"test:sites": "node --test tests/sites-worker.test.mjs"
},
"dependencies": {
"@fontsource/jetbrains-mono": "^5.3.0",
"@fontsource/manrope": "^5.3.0",
"@fontsource/space-grotesk": "^5.3.0",
"@vitejs/plugin-react": "5.0.4",
"lucide-react": "^1.27.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"vite": "6.4.2"
}
}