package.json 2.2 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": "eslint . && next build",
  8. "start": "next start -p 3001",
  9. "lint": "eslint .",
  10. "lint:fix": "eslint . --fix",
  11. "package-version": "npx npm-check-updates"
  12. },
  13. "dependencies": {
  14. "@airwallex/components-sdk": "^1.32.0",
  15. "@apollo/client": "^4.1.9",
  16. "@apollo/client-integration-nextjs": "^0.14.5",
  17. "@heroicons/react": "^2.2.0",
  18. "@heroui/accordion": "^2.2.25",
  19. "@heroui/alert": "^2.2.32",
  20. "@heroui/avatar": "^2.2.26",
  21. "@heroui/button": "^2.2.32",
  22. "@heroui/date-picker": "^2.3.33",
  23. "@heroui/drawer": "^2.2.25",
  24. "@heroui/input": "^2.4.33",
  25. "@heroui/modal": "^2.2.29",
  26. "@heroui/popover": "^2.3.32",
  27. "@heroui/radio": "^2.3.32",
  28. "@heroui/select": "^2.4.29",
  29. "@heroui/slider": "^2.4.29",
  30. "@heroui/switch": "^2.2.27",
  31. "@heroui/system": "^2.4.28",
  32. "@heroui/theme": "^2.4.26",
  33. "@heroui/tooltip": "^2.2.29",
  34. "@heroui/use-disclosure": "^2.2.19",
  35. "@internationalized/date": "3.12.0",
  36. "@livechat/widget-react": "^1.4.1",
  37. "@paypal/react-paypal-js": "^10.1.2",
  38. "@react-aria/visually-hidden": "^3.8.31",
  39. "@react-types/shared": "^3.33.1",
  40. "@reduxjs/toolkit": "^2.10.1",
  41. "big.js": "^7.0.1",
  42. "clsx": "^2.1.1",
  43. "framer-motion": "^12.23.24",
  44. "graphql": "^16.12.0",
  45. "libphonenumber-js": "^1.13.4",
  46. "lucide-react": "^0.563.0",
  47. "next": "16.3.4",
  48. "next-auth": "^4.24.13",
  49. "react": "19.2.5",
  50. "react-dom": "19.2.5",
  51. "react-hook-form": "^7.66.1",
  52. "react-redux": "^9.2.0",
  53. "rxjs": "^7.8.2",
  54. "swiper": "^12.1.3"
  55. },
  56. "devDependencies": {
  57. "@tailwindcss/postcss": "^4",
  58. "@types/big.js": "^7.0.0",
  59. "@types/node": "^20",
  60. "@types/react": "19.2.14",
  61. "@types/react-dom": "19.2.3",
  62. "cross-env": "^10.1.0",
  63. "eslint": "^9",
  64. "eslint-config-next": "16.3.4",
  65. "tailwindcss": "^4",
  66. "ts-node": "^10.9.2",
  67. "typescript": "^5"
  68. },
  69. "packageManager": "pnpm@11.26.0+sha512.fc0e2bf890b9f983611f1ab68c0637bce914390653699f83c1a78b005ed25f2c81e77920c8fd8eee2ecf0b58b28cdcb00a84d97f69bcf7c56b2f344710238664"
  70. }