{
  "name": "news-tailwind",
  "version": "3.3.0",
  "private": true,
  "scripts": {
    "dev": "next dev --webpack -p 2009",
    "build": "node ./scripts/sitemap-generator.js && next build --webpack",
    "start": "NODE_ENV=production PORT=8004 HOSTNAME=0.0.0.0 node .next/standalone/server.js",
    "export": "node ./scripts/sitemap-generator.js && next build --webpack",
    "hostdev": "next dev --hostname 0.0.0.0",
    "lint": "next lint"
  },
  "dependencies": {
    "@radix-ui/react-alert-dialog": "^1.1.4",
    "@radix-ui/react-dialog": "^1.1.6",
    "@radix-ui/react-dropdown-menu": "^2.1.5",
    "@radix-ui/react-navigation-menu": "^1.2.4",
    "@radix-ui/react-popover": "^1.1.4",
    "@radix-ui/react-progress": "^1.1.0",
    "@radix-ui/react-select": "^2.1.4",
    "@radix-ui/react-slider": "^1.2.0",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-switch": "^1.1.2",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-tooltip": "^1.2.6",
    "@reduxjs/toolkit": "^2.5.1",
    "@tanstack/react-query": "^5.101.0",
    "@tanstack/react-query-devtools": "^5.101.0",
    "@tiptap/react": "^3.26.0",
    "@tiptap/starter-kit": "^3.26.0",
    "add": "^2.0.6",
    "axios": "^1.8.4",
    "bun": "^1.3.14",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.1.1",
    "cmdk": "^1.1.1",
    "crypto-js": "^4.2.0",
    "dashjs": "^5.1.1",
    "dotenv": "^17.2.1",
    "embla-carousel-react": "^8.6.0",
    "feed": "^4.2.2",
    "firebase": "^11.9.1",
    "globby": "^14.0.2",
    "google-libphonenumber": "^3.2.40",
    "hls.js": "^1.5.14",
    "js-cookie": "^3.0.5",
    "libphonenumber-js": "^1.12.9",
    "lucide-react": "^0.474.0",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.45",
    "next": "^16.2.6",
    "nprogress": "^0.2.0",
    "react": "^19.2.6",
    "react-datepicker": "^9.1.0",
    "react-dom": "^19.2.6",
    "react-dropzone": "^14.3.8",
    "react-fast-marquee": "^1.6.5",
    "react-hot-toast": "^2.5.2",
    "react-icons": "^5.4.0",
    "react-infinite-scroll-component": "^6.1.0",
    "react-loading-skeleton": "^3.1.0",
    "react-otp-input": "^3.1.1",
    "react-phone-number-input": "^3.2.16",
    "react-player": "^2.16.0",
    "react-redux": "^9.2.0",
    "react-share": "^5.2.2",
    "yet-another-react-lightbox": "^3.32.0",
    "redux-persist": "^6.0.0",
    "rss": "^1.2.2",
    "swiper": "^12.2.0",
    "tailwind-merge": "^3.0.1",
    "tailwindcss-animate": "^1.0.7",
    "validator": "^13.7.0",
    "vaul": "^1.1.2"
  },
  "devDependencies": {
    "@types/redux-persist": "^4.3.1",
    "eslint": "^9.0.0",
    "eslint-config-next": "^16.2.6",
    "postcss": "^8",
    "tailwindcss": "^3.4.1"
  }
}