{
    "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"
    },
    "devDependencies": {
        "@eslint/js": "^9.19.0",
        "@tailwindcss/forms": "^0.5.2",
        "@types/leaflet": "^1.9.17",
        "@types/node": "^22.13.5",
        "@types/react": "^19.0.3",
        "@types/react-dom": "^19.0.2",
        "@types/sortablejs": "^1.15.8",
        "alpinejs": "^3.4.2",
        "autoprefixer": "^10.4.2",
        "eslint": "^9.17.0",
        "eslint-config-prettier": "^10.0.1",
        "eslint-plugin-react": "^7.37.3",
        "eslint-plugin-react-hooks": "^5.1.0",
        "postcss": "^8.4.31",
        "prettier": "^3.4.2",
        "prettier-plugin-organize-imports": "^4.1.0",
        "sass": "^1.90.0",
        "tailwindcss": "^3.1.0",
        "typescript": "^5.7.2",
        "typescript-eslint": "^8.23.0",
        "vite": "^6.0"
    },
    "dependencies": {
        "@emoji-mart/data": "^1.2.1",
        "@fullcalendar/bootstrap": "^6.1.17",
        "@fullcalendar/core": "^6.1.17",
        "@fullcalendar/daygrid": "^6.1.19",
        "@fullcalendar/interaction": "^6.1.19",
        "@fullcalendar/list": "^6.1.19",
        "@fullcalendar/react": "^6.1.19",
        "@fullcalendar/timegrid": "^6.1.19",
        "@hookform/resolvers": "^5.0.1",
        "@iconify/react": "^5.2.1",
        "@inertiajs/progress": "^0.1.2",
        "@inertiajs/react": "^2.0.0",
        "@popperjs/core": "^2.11.8",
        "@smastrom/react-rating": "^1.5.0",
        "@types/dompurify": "^3.0.5",
        "@vitejs/plugin-react": "^4.4.1",
        "apexcharts": "^4.7.0",
        "bootstrap": "^5.3.5",
        "choices.js": "^11.1.0",
        "clsx": "^2.1.1",
        "dayjs": "^1.11.13",
        "dompurify": "^3.3.0",
        "emoji-mart": "^5.6.0",
        "globals": "^15.14.0",
        "gridjs": "^6.2.0",
        "gridjs-react": "^6.1.1",
        "jsvectormap": "1.3.2",
        "laravel-vite-plugin": "^1.2.0",
        "leaflet": "^1.9.4",
        "moment": "^2.30.1",
        "nouislider": "^15.8.1",
        "nouislider-react": "^3.4.2",
        "quill-delta": "^5.1.0",
        "react": "^19.0.0",
        "react-apexcharts": "^1.7.0",
        "react-bootstrap": "^2.10.9",
        "react-dom": "^19.0.0",
        "react-dropzone": "^14.3.8",
        "react-flatpickr": "^4.0.9",
        "react-hook-form": "^7.56.1",
        "react-leaflet": "^5.0.0",
        "react-quill-new": "^3.4.6",
        "react-select": "^5.10.1",
        "react-sortablejs": "^6.1.4",
        "react-toastify": "^11.0.5",
        "react-use-wizard": "^2.3.0",
        "simplebar-core": "^1.3.0",
        "simplebar-react": "^3.3.0",
        "sortablejs": "^1.15.6",
        "sweetalert2": "^11.19.1",
        "sweetalert2-react-content": "^5.1.0",
        "yup": "^1.6.1"
    },
    "optionalDependencies": {
        "@rollup/rollup-linux-x64-gnu": "4.9.5"
    }
}
