{ "name": "@pipeline/web", "version": "0.0.1", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start" }, "dependencies": { "@pipeline/shared": "workspace:*", "@pipeline/collect": "workspace:*", "next": "^15.3.0", "react": "^19.0.0", "react-dom": "^19.0.0", "yaml": "^2.7.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^22.0.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "typescript": "^5.8.0" } }