{
  "name": "medicalclinics",
  "version": "0.1.0",
  "private": true,
  "browserslist": [
    "> 0.5%",
    "last 2 versions",
    "not dead",
    "not safari < 15.4",
    "not ios_saf < 15.4"
  ],
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "eslint",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "test:hero": "jest app/components/layout/PageHeroBanner.test.tsx",
    "benchmark:hero": "node -r ts-node/register app/components/layout/PageHeroBanner.benchmark.ts",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "@react-google-maps/api": "^2.20.8",
    "@splidejs/react-splide": "^0.7.12",
    "@splidejs/splide": "^4.1.4",
    "@splidejs/splide-extension-auto-scroll": "^0.5.3",
    "i18n": "^0.15.3",
    "lightgallery": "^2.9.0",
    "lucide-react": "^0.562.0",
    "next": "^16.1.1",
    "react": "19.2.3",
    "react-dom": "^19.2.3",
    "react-hook-form": "^7.71.1",
    "react-icons": "^5.5.0",
    "sweetalert2": "^11.26.22",
    "swiper": "^12.0.3"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@testing-library/dom": "^10.0.0",
    "@testing-library/jest-dom": "^6.1.4",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.5.1",
    "@types/jest": "^29.5.8",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-icons": "^2.2.7",
    "eslint": "^9",
    "eslint-config-next": "16.1.1",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "tailwindcss": "^4",
    "ts-node": "^10.9.1",
    "typescript": "^5.9.3"
  }
}
