{ "name": "agenthub", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint", "postinstall": "prisma generate" }, "dependencies": { "@nextui-org/react": "^2.4.8", "@prisma/client": "^5.19.1", "@radix-ui/react-avatar": "^1.1.0", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-popover": "^1.1.1", "@radix-ui/react-scroll-area": "^1.1.0", "@tiptap/extension-document": "^2.7.2", "@tiptap/extension-mention": "^2.7.2", "@tiptap/extension-paragraph": "^2.7.2", "@tiptap/extension-placeholder": "^2.7.4", "@tiptap/extension-text": "^2.7.2", "@tiptap/pm": "^2.2.4", "@tiptap/react": "^2.7.2", "@tiptap/suggestion": "^2.7.2", "axios": "^1.7.7", "class-variance-authority": "^0.7.0", "classnames": "^2.5.1", "common": "^0.2.5", "copy-to-clipboard": "^3.3.3", "framer-motion": "^11.5.5", "install": "^0.13.0", "lodash": "^4.17.21", "lucide-react": "^0.441.0", "next": "^14.2.12", "npm": "^10.8.3", "prisma": "^5.19.1", "quill": "^2.0.2", "quill-mention": "^6.0.1", "react": "^18", "react-dom": "^18", "react-markdown": "^9.0.1", "react-popper": "^2.3.0", "react-quill-patched": "^3.0.4", "react-syntax-highlighter": "^15.5.0", "react-tooltip": "^5.28.0", "sonner": "^1.5.0", "supabase": "^1.192.5", "ui": "*" }, "devDependencies": { "@types/node": "^20", "@types/react": "^18", "@types/react-dom": "^18", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^8", "eslint-config-next": "14.2.8", "postcss": "^8", "tailwindcss": "^3.4.1", "typescript": "^5" } }