{
  "name": "vishalpharma-store",
  "version": "0.1.0",
  "description": "this is vishalpharma-store built with next.js and tailwindcss",
  "homepage": "https://vpharma.yecor.com/",
  "private": true,
  "scripts": {
    "dev": "dotenv -- sh -c 'next dev --webpack -p $PORT'",
    "build": "dotenv -- sh -c 'NODE_OPTIONS=--max-old-space-size=4096 NEXT_DISABLE_STATIC_EXPORT=true NEXT_DISABLE_ESLINT=1 next build --webpack'",
    "start": "dotenv -- sh -c 'next start -p $PORT'",
    "lint": "next lint"
  },
  "dependencies": {
    "@headlessui/react": "^1.4.1",
    "@heroicons/react": "^1.0.5",
    "@pathofdev/react-tag-input": "^1.0.7",
    "@paypal/react-paypal-js": "^7.8.1",
    "@react-oauth/google": "^0.11.1",
    "@react-pdf/renderer": "^3.1.14",
    "@reduxjs/toolkit": "^1.9.7",
    "@rooks/use-sessionstorage": "^4.11.2",
    "@stripe/react-stripe-js": "^1.10.0",
    "@stripe/stripe-js": "^1.20.3",
    "@tailwindcss/aspect-ratio": "^0.3.0",
    "@tailwindcss/line-clamp": "^0.2.2",
    "@tawk.to/tawk-messenger-react": "^2.0.2",
    "axios": "^1.13.5",
    "browser-image-compression": "^2.0.2",
    "currency-symbol-map": "^5.0.1",
    "dayjs": "^1.10.7",
    "dotenv-cli": "^11.0.0",
    "form-data": "^4.0.4",
    "html-react-parser": "^3.0.4",
    "iconv-lite": "^0.6.3",
    "js-cookie": "^3.0.1",
    "jwt-decode": "^4.0.0",
    "local-storage": "^2.0.0",
    "lodash": "^4.17.23",
    "next": "^16.1.6",
    "next-auth": "^4.24.13",
    "next-pwa": "^5.6.0",
    "next-seo": "^4.28.1",
    "next-translate": "^1.4.0",
    "pify": "^4.0.1",
    "rc-drawer": "^4.4.2",
    "react": "^18.2.0",
    "react-copy-to-clipboard": "^5.0.4",
    "react-dom": "^18.2.0",
    "react-dropzone": "^14.2.3",
    "react-ga4": "^2.1.0",
    "react-hook-form": "^7.24.0",
    "react-icons": "^4.3.1",
    "react-loading-skeleton": "^3.3.1",
    "react-paginate": "^8.1.3",
    "react-razorpay": "^2.0.1",
    "react-redux": "^8.0.2",
    "react-responsive-carousel": "^3.2.23",
    "react-select": "^5.10.2",
    "react-share": "^4.4.0",
    "react-spinners": "0.13.8",
    "react-switch": "^7.0.0",
    "react-timer-hook": "^3.0.5",
    "react-to-print": "^2.14.0",
    "react-toastify": "^8.0.3",
    "react-use-cart": "^1.13.0",
    "redux": "^4.2.0",
    "redux-persist": "^6.0.0",
    "redux-thunk": "^2.4.1",
    "serialize-javascript": "^6.0.2",
    "sharp": "^0.34.5",
    "socket.io-client": "^4.4.0",
    "swiper": "^8.4.7",
    "tailwind-scrollbar-hide": "^1.0.4",
    "use-local-storage-state": "^13.0.0"
  },
  "author": "HtmlLover",
  "license": "Regular",
  "devDependencies": {
    "@next/eslint-plugin-next": "^14.1.0",
    "@tailwindcss/forms": "^0.4.0",
    "@tailwindcss/typography": "^0.5.1",
    "autoprefixer": "10.4.5",
    "eslint": "7.30.0",
    "eslint-config-next": "11.0.1",
    "eslint-config-prettier": "^8.3.0",
    "postcss": "^8.4.6",
    "tailwindcss": "^3.4.3"
  },
  "overrides": {
    "glob": "^10.5.0",
    "serialize-javascript": "^6.0.2",
    "minimatch": "^10.2.1",
    "ajv": "^8.18.0"
  }
}