{
  "name": "@khizar/shop",
  "version": "6.9.0",
  "private": true,
  "scripts": {
    "clean": "rimraf -g \"{node_modules,.next,.cache}\"",
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint",
    "prepare": "husky install"
  },
  "dependencies": {
    "@headlessui/react": "1.7.17",
    "@hookform/resolvers": "3.9.1",
    "@stripe/react-stripe-js": "2.8.1",
    "@stripe/stripe-js": "2.2.0",
    "@tailwindcss/forms": "0.5.9",
    "@tailwindcss/typography": "0.5.15",
    "@types/cookie": "0.5.4",
    "axios": "1.7.7",
    "camelcase-keys": "9.1.3",
    "classnames": "2.5.1",
    "cookie": "0.6.0",
    "date-fns": "2.30.0",
    "dayjs": "1.11.13",
    "framer-motion": "10.16.4",
    "i18next": "23.16.4",
    "jotai": "2.10.1",
    "js-cookie": "3.0.5",
    "little-state-machine": "4.8.0",
    "lodash": "4.17.21",
    "next": "13.5.6",
    "next-i18next": "15.3.1",
    "next-seo": "6.6.0",
    "next-sitemap": "4.2.3",
    "next-themes": "0.2.1",
    "overlayscrollbars": "2.10.0",
    "overlayscrollbars-react": "0.5.6",
    "pluralize": "8.0.0",
    "rc-pagination": "3.7.0",
    "rc-rate": "2.13.0",
    "rc-slider": "^11.1.7",
    "rc-table": "7.22.2",
    "react": "18.3.1",
    "react-confetti": "6.1.0",
    "react-content-loader": "6.2.1",
    "react-countdown": "2.3.6",
    "react-dom": "18.3.1",
    "react-dropzone": "14.3.4",
    "react-hook-form": "7.53.1",
    "react-hot-toast": "2.4.1",
    "react-i18next": "13.5.0",
    "react-phone-input-2": "2.15.1",
    "react-player": "2.16.0",
    "react-portal": "4.2.2",
    "react-query": "3.39.3",
    "react-share": "5.1.0",
    "react-use": "17.5.1",
    "sanitize-html": "2.13.1",
    "sharp": "0.32.6",
    "swiper": "11.1.14",
    "tailwind-merge": "2.5.4",
    "tiny-invariant": "1.3.3",
    "yup": "1.4.0"
  },
  "devDependencies": {
    "@types/js-cookie": "3.0.6",
    "@types/lodash": "4.17.13",
    "@types/node": "20.9.4",
    "@types/pluralize": "0.0.33",
    "@types/react": "18.3.12",
    "@types/react-copy-to-clipboard": "5.0.7",
    "@types/react-dom": "18.3.1",
    "@types/sanitize-html": "2.13.0",
    "autoprefixer": "10.4.20",
    "eslint": "8.54.0",
    "eslint-config-next": "14.0.3",
    "eslint-config-prettier": "9.1.0",
    "husky": "8.0.3",
    "lint-staged": "15.2.10",
    "postcss": "8.4.47",
    "prettier": "3.3.3",
    "prettier-plugin-tailwindcss": "0.5.7",
    "rimraf": "5.0.5",
    "tailwindcss": "3.4.14",
    "typescript": "5.3.2"
  }
}