package.json 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "workoutcool",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev --turbopack",
  7. "build": "next build",
  8. "email": "email dev",
  9. "start": "next start",
  10. "stripe-webhooks": "stripe listen --forward-to localhost:3000/api/webhooks/stripe",
  11. "vercel-build": "next build",
  12. "old-vercel-build": "prisma generate && prisma migrate deploy && next build",
  13. "postinstall": "prisma generate",
  14. "lint": "next lint",
  15. "import:exercises-full": "tsx scripts/import-exercises-with-attributes.ts"
  16. },
  17. "resolutions": {
  18. "prettier": "^3.4.2"
  19. },
  20. "dependencies": {
  21. "@auth/prisma-adapter": "^2.8.0",
  22. "@aws-sdk/client-s3": "^3.787.0",
  23. "@dnd-kit/core": "^6.3.1",
  24. "@dnd-kit/modifiers": "^9.0.0",
  25. "@dnd-kit/sortable": "^10.0.0",
  26. "@dnd-kit/utilities": "^3.2.2",
  27. "@hookform/resolvers": "^5.0.1",
  28. "@openpanel/nextjs": "^1.0.8",
  29. "@prisma/client": "^6.5.0",
  30. "@radix-ui/react-accordion": "^1.2.3",
  31. "@radix-ui/react-alert-dialog": "^1.1.6",
  32. "@radix-ui/react-aspect-ratio": "^1.1.2",
  33. "@radix-ui/react-avatar": "^1.1.3",
  34. "@radix-ui/react-dialog": "^1.1.6",
  35. "@radix-ui/react-dropdown-menu": "^2.1.6",
  36. "@radix-ui/react-hover-card": "^1.1.7",
  37. "@radix-ui/react-icons": "^1.3.2",
  38. "@radix-ui/react-label": "^2.1.2",
  39. "@radix-ui/react-navigation-menu": "^1.2.6",
  40. "@radix-ui/react-popover": "^1.1.6",
  41. "@radix-ui/react-portal": "^1.1.5",
  42. "@radix-ui/react-radio-group": "^1.3.3",
  43. "@radix-ui/react-scroll-area": "^1.2.6",
  44. "@radix-ui/react-select": "^2.1.7",
  45. "@radix-ui/react-separator": "^1.1.2",
  46. "@radix-ui/react-slider": "^1.3.2",
  47. "@radix-ui/react-slot": "^1.2.0",
  48. "@radix-ui/react-switch": "^1.2.2",
  49. "@radix-ui/react-tabs": "^1.1.3",
  50. "@radix-ui/react-toast": "^1.2.7",
  51. "@radix-ui/react-tooltip": "^1.1.8",
  52. "@react-email/components": "^0.0.35",
  53. "@react-email/html": "^0.0.11",
  54. "@react-email/tailwind": "^1.0.4",
  55. "@t3-oss/env-nextjs": "^0.12.0",
  56. "@tailwindcss/typography": "^0.5.16",
  57. "@tanstack/react-query": "^5.74.3",
  58. "@tanstack/react-query-devtools": "^5.74.4",
  59. "@tiptap/extension-bold": "^2.11.7",
  60. "@tiptap/extension-bullet-list": "^2.11.7",
  61. "@tiptap/extension-italic": "^2.11.7",
  62. "@tiptap/extension-list-item": "^2.11.7",
  63. "@tiptap/extension-ordered-list": "^2.11.7",
  64. "@tiptap/extension-placeholder": "^2.11.7",
  65. "@tiptap/extension-strike": "^2.11.7",
  66. "@tiptap/react": "^2.11.7",
  67. "@tiptap/starter-kit": "^2.11.7",
  68. "@vercel/functions": "^2.0.3",
  69. "better-auth": "^1.2.7",
  70. "class-variance-authority": "^0.7.1",
  71. "clsx": "^2.1.1",
  72. "csv-parser": "^3.2.0",
  73. "embla-carousel-auto-scroll": "^8.6.0",
  74. "embla-carousel-react": "^8.6.0",
  75. "eslint-config-prettier": "^10.1.1",
  76. "framer-motion": "^12.7.2",
  77. "geist": "^1.3.1",
  78. "i": "^0.3.7",
  79. "is-ua-webview": "^1.1.2",
  80. "isomorphic-dompurify": "^2.24.0",
  81. "lodash.debounce": "^4.0.8",
  82. "lodash.findkey": "^4.6.0",
  83. "lodash.set": "^4.3.2",
  84. "lottie-react": "^2.4.1",
  85. "lucide-react": "^0.487.0",
  86. "mime": "^4.0.7",
  87. "nanoid": "^5.1.5",
  88. "next": "15.2.3",
  89. "next-international": "^1.3.1",
  90. "next-mdx-remote": "^5.0.0",
  91. "next-plausible": "^3.12.4",
  92. "next-safe-action": "^7.10.4",
  93. "next-themes": "^0.4.6",
  94. "nodemailer": "^6.10.0",
  95. "npm": "^11.3.0",
  96. "nprogress": "^0.2.0",
  97. "nuqs": "^2.4.3",
  98. "pg": "^8.14.1",
  99. "prisma": "^6.5.0",
  100. "react": "^19.0.0",
  101. "react-calendly": "^4.3.1",
  102. "react-colorful": "^5.6.1",
  103. "react-dom": "^19.0.0",
  104. "react-facebook-pixel": "^1.0.4",
  105. "react-hook-form": "^7.55.0",
  106. "react-icons": "^5.5.0",
  107. "react-qrcode-logo": "^3.0.0",
  108. "resend": "^4.2.0",
  109. "sharp": "^0.34.1",
  110. "sonner": "^2.0.3",
  111. "stripe": "^18.0.0",
  112. "tw-animate-css": "^1.2.5",
  113. "usehooks-ts": "^3.1.1",
  114. "vaul": "^1.1.2",
  115. "zod": "^3.24.2",
  116. "zustand": "^5.0.3"
  117. },
  118. "devDependencies": {
  119. "@eslint/compat": "^1.2.7",
  120. "@eslint/eslintrc": "^3.3.1",
  121. "@eslint/js": "^9.28.0",
  122. "@next/eslint-plugin-next": "^15.2.4",
  123. "@types/lodash.debounce": "^4.0.9",
  124. "@types/lodash.set": "^4.3.9",
  125. "@types/node": "^20",
  126. "@types/nprogress": "^0.2.3",
  127. "@types/react": "^19",
  128. "@types/react-dom": "^19",
  129. "@typescript-eslint/eslint-plugin": "^8.29.0",
  130. "@typescript-eslint/parser": "^8.29.0",
  131. "autoprefixer": "^10.4.21",
  132. "daisyui": "^5.0.43",
  133. "eslint": "^9.23.0",
  134. "eslint-config-next": "15.2.3",
  135. "eslint-plugin-import": "^2.31.0",
  136. "eslint-plugin-prettier": "^5.2.5",
  137. "eslint-plugin-react": "^7.37.4",
  138. "eslint-plugin-react-hooks": "^5.2.0",
  139. "eslint-plugin-unused-imports": "^4.1.4",
  140. "globals": "^16.0.0",
  141. "postcss": "^8.5.3",
  142. "prettier": "^3.4.2",
  143. "prettier-plugin-sort-json": "^4.1.1",
  144. "tailwind-merge": "^2.3.0",
  145. "tailwindcss": "^3.4.13",
  146. "tailwindcss-animate": "^1.0.7",
  147. "tslog": "^4.9.3",
  148. "tsx": "^4.19.4",
  149. "typescript": "^5",
  150. "typescript-eslint": "^8.29.0"
  151. }
  152. }