package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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": "^4.1.9",
  15. "@apollo/client-integration-nextjs": "^0.14.5",
  16. "@heroicons/react": "^2.2.0",
  17. "@heroui/accordion": "^2.2.25",
  18. "@heroui/alert": "^2.2.32",
  19. "@heroui/avatar": "^2.2.26",
  20. "@heroui/button": "^2.2.32",
  21. "@heroui/date-picker": "^2.3.33",
  22. "@heroui/drawer": "^2.2.25",
  23. "@heroui/input": "^2.4.33",
  24. "@heroui/modal": "^2.2.29",
  25. "@heroui/popover": "^2.3.32",
  26. "@heroui/radio": "^2.3.32",
  27. "@heroui/select": "^2.4.29",
  28. "@heroui/switch": "^2.2.27",
  29. "@heroui/system": "^2.4.28",
  30. "@heroui/theme": "^2.4.26",
  31. "@heroui/tooltip": "^2.2.29",
  32. "@heroui/use-disclosure": "^2.2.19",
  33. "@internationalized/date": "3.12.0",
  34. "@paypal/react-paypal-js": "^9.2.0",
  35. "@react-aria/visually-hidden": "^3.8.31",
  36. "@react-types/shared": "^3.33.1",
  37. "@reduxjs/toolkit": "^2.10.1",
  38. "clsx": "^2.1.1",
  39. "framer-motion": "^12.23.24",
  40. "graphql": "^16.12.0",
  41. "libphonenumber-js": "^1.13.4",
  42. "lucide-react": "^0.563.0",
  43. "next": "16.2.6",
  44. "next-auth": "^4.24.13",
  45. "react": "19.2.5",
  46. "react-dom": "19.2.5",
  47. "react-hook-form": "^7.66.1",
  48. "react-redux": "^9.2.0",
  49. "rxjs": "^7.8.2",
  50. "swiper": "^12.1.3"
  51. },
  52. "devDependencies": {
  53. "@tailwindcss/postcss": "^4",
  54. "@types/node": "^20",
  55. "@types/react": "19.2.14",
  56. "@types/react-dom": "19.2.3",
  57. "cross-env": "^10.1.0",
  58. "eslint": "^9",
  59. "eslint-config-next": "16.2.3",
  60. "tailwindcss": "^4",
  61. "ts-node": "^10.9.2",
  62. "typescript": "^5"
  63. },
  64. "pnpm": {
  65. "overrides": {
  66. "@types/react": "19.2.14",
  67. "@types/react-dom": "19.2.3"
  68. }
  69. },
  70. "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
  71. }