package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "name": "coco-app-platform",
  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. },
  11. "dependencies": {
  12. "@prisma/client": "^5.18.0",
  13. "@tanstack/react-query": "^5.52.0",
  14. "@tiptap/extension-bubble-menu": "^2.6.6",
  15. "@tiptap/pm": "^2.6.6",
  16. "@tiptap/react": "^2.6.6",
  17. "@tiptap/starter-kit": "^2.6.6",
  18. "@trpc/client": "^11.0.0-rc.482",
  19. "@trpc/react-query": "^11.0.0-rc.482",
  20. "@trpc/server": "^11.0.0-rc.482",
  21. "@types/file-saver": "^2.0.7",
  22. "docx": "^8.5.0",
  23. "docx-preview": "^0.3.2",
  24. "file-saver": "^2.0.5",
  25. "jotai": "^2.9.3",
  26. "jotai-devtools": "^0.10.1",
  27. "js-cookie": "^3.0.5",
  28. "lodash": "^4.17.21",
  29. "markdown-it": "^14.1.0",
  30. "next": "14.2.5",
  31. "next-auth": "^4.24.7",
  32. "ramda": "^0.30.1",
  33. "react": "^18",
  34. "react-dom": "^18",
  35. "react-hook-form": "^7.52.2",
  36. "react-icons": "^5.3.0",
  37. "react-markdown": "^9.0.1",
  38. "react-textarea-autosize": "^8.5.3",
  39. "react-use": "^17.5.1",
  40. "tailwind-merge": "^2.5.2",
  41. "uuid": "^10.0.0",
  42. "zod": "^3.23.8"
  43. },
  44. "devDependencies": {
  45. "@tailwindcss/typography": "^0.5.14",
  46. "@tanstack/react-query-devtools": "^5.52.0",
  47. "@types/node": "^20",
  48. "@types/ramda": "^0.30.1",
  49. "@types/react": "^18",
  50. "@types/react-dom": "^18",
  51. "@types/uuid": "^10.0.0",
  52. "daisyui": "^4.12.10",
  53. "eslint": "^8",
  54. "eslint-config-next": "14.2.5",
  55. "postcss": "^8",
  56. "prisma": "^5.18.0",
  57. "tailwindcss": "^3.4.1",
  58. "typescript": "^5"
  59. }
  60. }