package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "jotai": "^2.9.3",
  22. "jotai-devtools": "^0.10.1",
  23. "js-cookie": "^3.0.5",
  24. "markdown-it": "^14.1.0",
  25. "next": "14.2.5",
  26. "next-auth": "^4.24.7",
  27. "ramda": "^0.30.1",
  28. "react": "^18",
  29. "react-dom": "^18",
  30. "react-hook-form": "^7.52.2",
  31. "react-icons": "^5.3.0",
  32. "react-markdown": "^9.0.1",
  33. "react-textarea-autosize": "^8.5.3",
  34. "react-use": "^17.5.1",
  35. "tailwind-merge": "^2.5.2",
  36. "uuid": "^10.0.0",
  37. "zod": "^3.23.8"
  38. },
  39. "devDependencies": {
  40. "@tailwindcss/typography": "^0.5.14",
  41. "@tanstack/react-query-devtools": "^5.52.0",
  42. "@types/node": "^20",
  43. "@types/ramda": "^0.30.1",
  44. "@types/react": "^18",
  45. "@types/react-dom": "^18",
  46. "@types/uuid": "^10.0.0",
  47. "daisyui": "^4.12.10",
  48. "eslint": "^8",
  49. "eslint-config-next": "14.2.5",
  50. "postcss": "^8",
  51. "prisma": "^5.18.0",
  52. "tailwindcss": "^3.4.1",
  53. "typescript": "^5"
  54. }
  55. }