package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "name": "nshop-front-m",
  3. "version": "0.1.0",
  4. "private": true,
  5. "scripts": {
  6. "dev": "next dev -p 3001",
  7. "build": "cross-env NODE_ENV=production eslint . && next build",
  8. "start": "next start -p 3001",
  9. "lint": "eslint .",
  10. "lint:fix": "next lint --fix",
  11. "package-version": "npx npm-check-updates"
  12. },
  13. "dependencies": {
  14. "@apollo/client": "^3.14.0",
  15. "@heroicons/react": "^2.2.0",
  16. "@heroui/accordion": "^2.2.25",
  17. "@heroui/alert": "^2.2.32",
  18. "@heroui/avatar": "^2.2.26",
  19. "@heroui/button": "^2.2.32",
  20. "@heroui/date-picker": "^2.3.33",
  21. "@heroui/drawer": "^2.2.25",
  22. "@heroui/input": "^2.4.33",
  23. "@heroui/modal": "^2.2.29",
  24. "@heroui/popover": "^2.3.32",
  25. "@heroui/radio": "^2.3.32",
  26. "@heroui/select": "^2.4.29",
  27. "@heroui/switch": "^2.2.27",
  28. "@heroui/system": "^2.4.28",
  29. "@heroui/tooltip": "^2.2.29",
  30. "@heroui/use-disclosure": "^2.2.19",
  31. "@react-aria/visually-hidden": "^3.8.31",
  32. "@react-types/shared": "^3.33.1",
  33. "@reduxjs/toolkit": "^2.10.1",
  34. "clsx": "^2.1.1",
  35. "framer-motion": "^12.23.24",
  36. "graphql": "^16.12.0",
  37. "lucide-react": "^0.563.0",
  38. "next": "16.2.3",
  39. "next-auth": "^4.24.13",
  40. "next-themes": "^0.4.6",
  41. "react": "19.2.5",
  42. "react-dom": "19.2.5",
  43. "react-hook-form": "^7.66.1",
  44. "react-redux": "^9.2.0",
  45. "swiper": "^12.1.3"
  46. },
  47. "devDependencies": {
  48. "@tailwindcss/postcss": "^4",
  49. "@types/node": "^20",
  50. "@types/react": "19.2.14",
  51. "@types/react-dom": "19.2.3",
  52. "cross-env": "^10.1.0",
  53. "eslint": "^9",
  54. "eslint-config-next": "16.2.3",
  55. "tailwindcss": "^4",
  56. "ts-node": "^10.9.2",
  57. "typescript": "^5"
  58. },
  59. "pnpm": {
  60. "overrides": {
  61. "@types/react": "19.2.14",
  62. "@types/react-dom": "19.2.3"
  63. }
  64. },
  65. "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
  66. }