{ "name": "@coreci/control-plane", "version": "0.0.1", "private": true, "type": "module", "scripts": { "build": "next build", "dev": "next dev", "start": "next start", "lint": "next lint", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@coreci/db": "workspace:*", "@coreci/secrets": "workspace:*", "@coreci/config": "workspace:*", "@coreci/runtime": "workspace:*", "next": "^15.0.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.6.0", "vitest": "^2.1.0" } }