package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "name": "agenthub",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev",
  7. "build": "next build",
  8. "start": "next start",
  9. "lint": "next lint",
  10. "postinstall": "prisma generate"
  11. },
  12. "dependencies": {
  13. "@nextui-org/react": "^2.4.8",
  14. "@prisma/client": "^5.19.1",
  15. "@radix-ui/react-avatar": "^1.1.0",
  16. "@radix-ui/react-checkbox": "^1.1.1",
  17. "@radix-ui/react-popover": "^1.1.1",
  18. "@radix-ui/react-scroll-area": "^1.1.0",
  19. "@tiptap/extension-document": "^2.7.2",
  20. "@tiptap/extension-mention": "^2.7.2",
  21. "@tiptap/extension-paragraph": "^2.7.2",
  22. "@tiptap/extension-placeholder": "^2.7.4",
  23. "@tiptap/extension-text": "^2.7.2",
  24. "@tiptap/pm": "^2.2.4",
  25. "@tiptap/react": "^2.7.2",
  26. "@tiptap/suggestion": "^2.7.2",
  27. "axios": "^1.7.7",
  28. "class-variance-authority": "^0.7.0",
  29. "classnames": "^2.5.1",
  30. "common": "^0.2.5",
  31. "copy-to-clipboard": "^3.3.3",
  32. "framer-motion": "^11.5.5",
  33. "install": "^0.13.0",
  34. "lodash": "^4.17.21",
  35. "lucide-react": "^0.441.0",
  36. "next": "^14.2.12",
  37. "npm": "^10.8.3",
  38. "prisma": "^5.19.1",
  39. "quill": "^2.0.2",
  40. "quill-mention": "^6.0.1",
  41. "react": "^18",
  42. "react-dom": "^18",
  43. "react-markdown": "^9.0.1",
  44. "react-popper": "^2.3.0",
  45. "react-quill-patched": "^3.0.4",
  46. "react-syntax-highlighter": "^15.5.0",
  47. "react-tooltip": "^5.28.0",
  48. "sonner": "^1.5.0",
  49. "supabase": "^1.192.5",
  50. "ui": "*"
  51. },
  52. "devDependencies": {
  53. "@types/node": "^20",
  54. "@types/react": "^18",
  55. "@types/react-dom": "^18",
  56. "@types/react-syntax-highlighter": "^15.5.13",
  57. "eslint": "^8",
  58. "eslint-config-next": "14.2.8",
  59. "postcss": "^8",
  60. "tailwindcss": "^3.4.1",
  61. "typescript": "^5"
  62. }
  63. }