package.json 1.5 KB

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