package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. "lucide-react": "^0.563.0",
  42. "next": "16.2.6",
  43. "next-auth": "^4.24.13",
  44. "react": "19.2.5",
  45. "react-dom": "19.2.5",
  46. "react-hook-form": "^7.66.1",
  47. "react-redux": "^9.2.0",
  48. "rxjs": "^7.8.2",
  49. "swiper": "^12.1.3"
  50. },
  51. "devDependencies": {
  52. "@tailwindcss/postcss": "^4",
  53. "@types/node": "^20",
  54. "@types/react": "19.2.14",
  55. "@types/react-dom": "19.2.3",
  56. "cross-env": "^10.1.0",
  57. "eslint": "^9",
  58. "eslint-config-next": "16.2.3",
  59. "tailwindcss": "^4",
  60. "ts-node": "^10.9.2",
  61. "typescript": "^5"
  62. },
  63. "pnpm": {
  64. "overrides": {
  65. "@types/react": "19.2.14",
  66. "@types/react-dom": "19.2.3"
  67. }
  68. },
  69. "packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748"
  70. }