{
    "$schema": "https://json.schemastore.org/package.json",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "build:ssr": "vite build && vite build --ssr",
        "dev": "vite",
        "format": "prettier --write resources/",
        "format:check": "prettier --check resources/",
        "lint": "eslint . --fix",
        "types": "tsc --noEmit",
        "preview": "vite preview"
    },
    "devDependencies": {
        "@eslint/js": "^9.19.0",
        "@laravel/vite-plugin-wayfinder": "^0.1.3",
        "@types/lodash": "^4.17.20",
        "@types/node": "^22.13.5",
        "babel-plugin-react-compiler": "^1.0.0",
        "eslint": "^9.17.0",
        "eslint-config-prettier": "^10.0.1",
        "eslint-plugin-react": "^7.37.3",
        "eslint-plugin-react-hooks": "^7.0.0",
        "prettier": "^3.4.2",
        "prettier-plugin-organize-imports": "^4.1.0",
        "typescript-eslint": "^8.23.0"
    },
    "dependencies": {
        "@headlessui/react": "^2.2.0",
        "@inertiajs/react": "^2.1.4",
        "@react-google-maps/api": "^2.20.8",
        "@tanstack/react-table": "^8.21.3",
        "@types/react": "^19.2.0",
        "@types/react-dom": "^19.2.0",
        "@vitejs/plugin-react": "^5.0.0",
        "apexcharts": "^5.3.5",
        "axios": "^1.13.2",
        "bootstrap": "^5.3.8",
        "bootstrap-icons": "^1.13.1",
        "class-variance-authority": "^0.7.1",
        "classnames": "^2.5.1",
        "clsx": "^2.1.1",
        "concurrently": "^9.0.1",
        "framer-motion": "^12.23.24",
        "globals": "^15.14.0",
        "highcharts": "^12.5.0",
        "highcharts-react-official": "^3.2.3",
        "input-otp": "^1.4.2",
        "laravel-vite-plugin": "^2.0",
        "lottie-react": "^2.4.1",
        "lucide-react": "^0.475.0",
        "moment": "^2.30.1",
        "react": "^19.2.0",
        "react-apexcharts": "^1.8.0",
        "react-bootstrap": "^2.10.10",
        "react-confetti": "^6.4.0",
        "react-dom": "^19.2.0",
        "react-icons": "^5.5.0",
        "react-number-format": "^5.4.4",
        "react-select": "^5.10.2",
        "react-toastify": "^11.0.5",
        "recharts": "^3.6.0",
        "sass": "^1.93.3",
        "sweetalert2": "^11.26.17",
        "sweetalert2-react-content": "^5.1.0",
        "typescript": "^5.7.2",
        "vite": "^7.0.4",
        "ziggy-js": "^2.6.0"
    },
    "optionalDependencies": {
        "@rollup/rollup-linux-x64-gnu": "4.9.5",
        "@rollup/rollup-win32-x64-msvc": "4.9.5",
        "lightningcss-linux-x64-gnu": "^1.29.1",
        "lightningcss-win32-x64-msvc": "^1.29.1"
    }
}
