{
  "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.15",
    "@heroicons/react": "^1.0.6",
    "@hookform/resolvers": "^3.1.1",
    "@iconify-icons/heroicons-outline": "^1.2.5",
    "@material-tailwind/react": "^2.0.4",
    "@paypal/react-paypal-js": "^7.8.3",
    "@react-icons/all-files": "^4.1.0",
    "@stripe/stripe-js": "^1.54.1",
    "axios": "^1.4.0",
    "bcryptjs": "^2.4.3",
    "chart.js": "^3.9.1",
    "cloudinary": "^1.37.3",
    "daisyui": "^2.52.0",
    "formik": "^2.4.2",
    "js-cookie": "^3.0.5",
    "libphonenumber-js": "^1.10.36",
    "material-icons": "^1.13.8",
    "mongoose": "^6.11.2",
    "next": "^12.3.1",
    "next-auth": "^4.22.1",
    "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.45.0",
    "react-icons": "^4.10.1",
    "react-phone-number-input": "^1.1.14",
    "react-responsive-carousel": "^3.2.23",
    "react-select": "^5.7.3",
    "react-toastify": "^9.1.3",
    "recharts": "^2.7.2",
    "spinners-react": "^1.0.7",
    "swiper": "^9.4.1",
    "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.3.2"
  }
}
