{
    "$schema": "https://www.schemastore.org/package.json",
    "name": "wedflow-atelier",
    "description": "WedFlow Atelier — front-end (React 19 + Inertia + Vite + Tailwind 4).",
    "homepage": "https://wedflow.site",
    "license": "SEE LICENSE IN LICENSE.md",
    "private": true,
    "type": "module",
    "scripts": {
        "build": "vite build",
        "dev": "vite"
    },
    "devDependencies": {
        "@tailwindcss/vite": "^4.2.2",
        "@vitejs/plugin-react": "^6.0.1",
        "concurrently": "^9.0.1",
        "laravel-vite-plugin": "^3.0.0",
        "tailwindcss": "^4.2.2",
        "typescript": "^6.0.3",
        "vite": "^8.0.0"
    },
    "dependencies": {
        "@inertiajs/react": "^3.0.3",
        "@react-three/drei": "^10.7.0",
        "@react-three/fiber": "^9.4.0",
        "@types/qrcode": "^1.5.6",
        "@types/react": "^19.2.14",
        "@types/react-dom": "^19.2.3",
        "@types/three": "^0.180.0",
        "jspdf": "^3.0.3",
        "jspdf-autotable": "^5.0.8",
        "qrcode": "^1.5.4",
        "react": "^19.2.5",
        "react-dom": "^19.2.5",
        "three": "^0.180.0",
        "xlsx": "^0.18.5"
    }
}
