package.json 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "@trpc/client": "^11.0.0-rc.482",
  15. "@trpc/react-query": "^11.0.0-rc.482",
  16. "@trpc/server": "^11.0.0-rc.482",
  17. "jotai": "^2.9.3",
  18. "next": "14.2.5",
  19. "next-auth": "^4.24.7",
  20. "ramda": "^0.30.1",
  21. "react": "^18",
  22. "react-dom": "^18",
  23. "react-hook-form": "^7.52.2",
  24. "react-icons": "^5.3.0",
  25. "react-use": "^17.5.1",
  26. "tailwind-merge": "^2.5.2",
  27. "zod": "^3.23.8"
  28. },
  29. "devDependencies": {
  30. "@tanstack/react-query-devtools": "^5.52.0",
  31. "@types/node": "^20",
  32. "@types/ramda": "^0.30.1",
  33. "@types/react": "^18",
  34. "@types/react-dom": "^18",
  35. "daisyui": "^4.12.10",
  36. "eslint": "^8",
  37. "eslint-config-next": "14.2.5",
  38. "postcss": "^8",
  39. "prisma": "^5.18.0",
  40. "tailwindcss": "^3.4.1",
  41. "typescript": "^5"
  42. }
  43. }