{
    "$schema": "https://www.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "tsc -b && vite build",
        "dev": "vite",
        "lint": "eslint ."
    },
    "dependencies": {
        "@fullcalendar/core": "^6.1.15",
        "@fullcalendar/daygrid": "^6.1.15",
        "@fullcalendar/interaction": "^6.1.15",
        "@fullcalendar/list": "^6.1.15",
        "@fullcalendar/react": "^6.1.15",
        "@fullcalendar/timegrid": "^6.1.15",
        "@react-jvectormap/core": "^1.0.4",
        "@react-jvectormap/world": "^1.1.2",
        "apexcharts": "^4.1.0",
        "axios": "^1.15.1",
        "clsx": "^2.1.1",
        "flatpickr": "^4.6.13",
        "jsvectormap": "^1.7.0",
        "react": "^19.0.0",
        "react-apexcharts": "^1.7.0",
        "react-dnd": "^16.0.1",
        "react-dnd-html5-backend": "^16.0.1",
        "react-dom": "^19.0.0",
        "react-dropzone": "^14.3.5",
        "react-helmet-async": "^2.0.5",
        "react-icons": "^5.6.0",
        "react-router": "^7.1.5",
        "react-router-dom": "^7.14.2",
        "swiper": "^11.2.3",
        "tailwind-merge": "^3.0.1"
    },
    "devDependencies": {
        "@eslint/js": "^9.19.0",
        "@tailwindcss/postcss": "^4.0.8",
        "@tailwindcss/vite": "^4.0.0",
        "@types/react": "^19.0.12",
        "@types/react-dom": "^19.0.4",
        "@vitejs/plugin-react": "^6.0.1",
        "concurrently": "^9.0.1",
        "eslint": "^9.19.0",
        "eslint-plugin-react-hooks": "^5.0.0",
        "eslint-plugin-react-refresh": "^0.4.18",
        "globals": "^15.14.0",
        "laravel-vite-plugin": "^3.0.0",
        "postcss": "^8.5.2",
        "tailwindcss": "^4.0.0",
        "typescript": "~5.7.2",
        "typescript-eslint": "^8.22.0",
        "vite": "^8.0.0",
        "vite-plugin-svgr": "^4.3.0"
    },
    "overrides": {
        "react-helmet-async": {
            "react": "^16.8.0 || ^17 || ^18 || ^19"
        },
        "@react-jvectormap/core": {
            "react": "^16.8.0 || ^17 || ^18 || ^19",
            "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
        },
        "@react-jvectormap/world": {
            "react": "^16.8.0 || ^17 || ^18 || ^19",
            "react-dom": "^16.8.0 || ^17 || ^18 || ^19"
        }
    }
}
