{
  "name": "hyper-local",
  "version": "1.0.2",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "next dev --turbopack",
    "build": "npm run lint && node scripts/update-manifest.mjs && node scripts/update-robots.mjs && node scripts/generate-sitemap.mjs && next build",
    "deploy": "npm install && npm run build && node create-htaccess.js && node ftp.js",
    "start": "next start",
    "lint": "eslint --fix",
    "scan:i18n": "i18next-scanner --config i18next-scanner.config.cjs"
  },
  "dependencies": {
    "@ducanh2912/next-pwa": "^10.2.9",
    "@emotion/is-prop-valid": "^1.4.0",
    "@heroui/react": "^2.8.7",
    "@heroui/system": "2.4.25",
    "@heroui/theme": "2.4.25",
    "@react-aria/visually-hidden": "3.8.29",
    "@reduxjs/toolkit": "^2.11.2",
    "@stripe/react-stripe-js": "^5.4.1",
    "@stripe/stripe-js": "^8.6.1",
    "@types/leaflet": "^1.9.21",
    "@vercel/speed-insights": "^1.3.1",
    "axios": "^1.13.2",
    "basic-ftp": "^5.1.0",
    "clsx": "2.1.1",
    "cookie": "^1.1.1",
    "country-list-with-dial-code-and-flag": "^5.1.1",
    "dotenv": "^17.2.3",
    "firebase": "^12.7.0",
    "framer-motion": "12.26.0",
    "i18next": "^25.7.4",
    "leaflet": "^1.9.4",
    "libphonenumber-js": "^1.12.34",
    "lodash": "^4.17.21",
    "lucide-react": "^0.562.0",
    "next": "^16.1.1",
    "next-themes": "0.4.6",
    "nprogress": "^0.2.0",
    "react": "19.2.3",
    "react-confetti": "^6.4.0",
    "react-dom": "19.2.3",
    "react-i18next": "^16.5.2",
    "react-icons": "^5.5.0",
    "react-leaflet": "^5.0.0",
    "react-redux": "^9.2.0",
    "redux-persist": "^6.0.0",
    "swiper": "^12.0.3",
    "swr": "^2.3.8",
    "yet-another-react-lightbox": "^3.28.0"
  },
  "devDependencies": {
    "@eslint/compat": "2.0.1",
    "@eslint/eslintrc": "3.3.3",
    "@eslint/js": "9.39.2",
    "@tailwindcss/postcss": "^4",
    "@types/google.maps": "^3.58.1",
    "@types/lodash": "^4.17.23",
    "@types/node": "^25",
    "@types/nprogress": "^0.2.3",
    "@types/react": "^19",
    "@typescript-eslint/eslint-plugin": "^8.52.0",
    "@typescript-eslint/parser": "^8.52.0",
    "baseline-browser-mapping": "^2.9.14",
    "eslint": "^9.39.2",
    "eslint-config-next": "^16.1.1",
    "eslint-config-prettier": "10.1.8",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-jsx-a11y": "6.10.2",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-prettier": "5.5.4",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "7.0.1",
    "eslint-plugin-unused-imports": "^4.3.0",
    "i18next-scanner": "^4.6.0",
    "prettier": "3.7.4",
    "tailwind-variants": "3.2.2",
    "tailwindcss": "^4",
    "typescript": "^5"
  }
}
