{
  "name": "my-ecom",
  "version": "0.1.0",
  "private": true,
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "NODE_ENV=production node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@headlessui/react": "^1.7.3",
    "@heroicons/react": "^1.0.5",
    "@hookform/resolvers": "^3.1.1",
    "@iconify-icons/heroicons-outline": "^1.2.5",
    "@material-tailwind/react": "^2.0.1",
    "@paypal/react-paypal-js": "^7.8.1",
    "@react-icons/all-files": "^4.1.0",
    "@stripe/stripe-js": "^1.41.0",
    "axios": "^1.1.2",
    "bcryptjs": "^2.4.3",
    "chart.js": "^3.9.1",
    "cloudinary": "^1.32.0",
    "daisyui": "^2.31.0",
    "formik": "^2.4.1",
    "js-cookie": "^3.0.1",
    "libphonenumber-js": "^1.9.0",
    "material-icons": "^1.10.6",
    "mongoose": "^6.6.5",
    "next": "12.2.0",
    "next-auth": "^4.14.0",
    "next-themes": "^0.0.15",
    "postcss-cli": "^10.1.0",
    "postcss-custom-properties": "^13.2.0",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-hook-form": "^7.37.0",
    "react-icons": "^4.6.0",
    "react-phone-number-input": "^1.1.14",
    "react-responsive-carousel": "^3.2.23",
    "react-select": "^5.7.3",
    "react-toastify": "^9.0.8",
    "recharts": "^2.1.15",
    "spinners-react": "^1.0.7",
    "swiper": "^9.4.0",
    "use-local-storage": "^3.0.0",
    "yup": "^1.2.0"
  },
  "devDependencies": {
    "autoprefixer": "^10.4.14",
    "eslint": "8.25.0",
    "eslint-config-next": "12.3.1",
    "postcss": "^8.4.24",
    "tailwindcss": "^3.1.8"
  }
}
