{ "name": "front", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview", "format": "prettier --write \"src/**/*.{ts,tsx,css,json}\"" }, "dependencies": { "@fontsource-variable/geist": "^5.2.8", "@hookform/resolvers": "^5.2.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-dialog": "^1.1.2", "@radix-ui/react-label": "^2.1.8", "@radix-ui/react-slot": "^1.2.4", "@react-google-maps/api": "^2.20.8", "axios": "^1.13.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^4.1.0", "i18next": "^25.8.20", "keycloak-js": "^26.2.3", "lucide-react": "^0.577.0", "next-themes": "^0.4.6", "radix-ui": "^1.4.3", "react": "^19.2.4", "react-dom": "^19.2.4", "react-hook-form": "^7.72.0", "react-i18next": "^16.5.8", "react-promise-tracker": "^2.1.1", "react-router-dom": "^7.13.1", "react-select": "^5.10.2", "shadcn": "^4.0.8", "sonner": "^2.0.7", "tailwind-merge": "^3.5.0", "tw-animate-css": "^1.4.0", "world-countries": "^5.1.0", "zod": "^4.3.6" }, "devDependencies": { "@eslint/js": "^9.39.4", "@tailwindcss/vite": "^4.2.1", "@types/node": "^24.12.0", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.0", "autoprefixer": "^10.4.27", "eslint": "^10.1.0", "eslint-plugin-react-hooks": "^7.0.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.4.0", "postcss": "^8.5.8", "prettier": "^3.8.1", "prettier-plugin-tailwindcss": "^0.7.2", "tailwindcss": "^4.2.1", "typescript": "~5.9.3", "typescript-eslint": "^8.56.1", "vite": "^8.0.0" } }