{
  "$schema": "https://www.schemastore.org/package.json",
  "private": true,
  "type": "module",
  "scripts": {
    "build": "tsc && vite build",
    "dev": "vite",
    "test": "npm run test:e2e",
    "test:e2e": "playwright test",
    "test:e2e:ui": "playwright test --ui",
    "verify:frontend": "npm run test:e2e",
    "verify:agent": "php artisan test && npm run verify:frontend"
  },
  "devDependencies": {
    "@headlessui/react": "^2.0.0",
    "@inertiajs/react": "^2.0.0",
    "@playwright/test": "^1.59.1",
    "@tailwindcss/forms": "^0.5.3",
    "@tailwindcss/vite": "^4.0.0",
    "@types/node": "^22.12.0",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.10",
    "@vitejs/plugin-react": "^6.0.1",
    "autoprefixer": "^10.4.12",
    "axios": ">=1.11.0 <=1.14.0",
    "concurrently": "^9.0.1",
    "laravel-vite-plugin": "^3.0.0",
    "postcss": "^8.4.31",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "tailwindcss": "^3.2.1",
    "typescript": "^5.0.2",
    "vite": "^8.0.0"
  },
  "dependencies": {
    "@svg-maps/france.departments": "^2.0.0"
  }
}
