{ "name": "@mcpengine/web", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "next": "^15.2.0", "react": "^19.0.0", "react-dom": "^19.0.0", "@clerk/nextjs": "^6.12.0", "@xyflow/react": "^12.4.0", "zustand": "^5.0.0", "@tanstack/react-query": "^5.65.0", "@anthropic-ai/sdk": "^0.39.0", "canvas-confetti": "^1.9.0", "lucide-react": "^0.469.0", "clsx": "^2.1.0", "tailwind-merge": "^3.0.0", "@mcpengine/ui": "workspace:*", "@mcpengine/db": "workspace:*", "@mcpengine/ai-pipeline": "workspace:*" }, "devDependencies": { "typescript": "^5.7.0", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", "@types/canvas-confetti": "^1.6.0", "tailwindcss": "^4.0.0", "@tailwindcss/postcss": "^4.0.0", "postcss": "^8.5.0", "eslint": "^9.0.0", "eslint-config-next": "^15.2.0" } }