package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "front",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview",
  11. "format": "prettier --write \"src/**/*.{ts,tsx,css,json}\""
  12. },
  13. "dependencies": {
  14. "@fontsource-variable/geist": "^5.2.8",
  15. "@hookform/resolvers": "^5.2.2",
  16. "@radix-ui/react-alert-dialog": "^1.0.5",
  17. "@radix-ui/react-dialog": "^1.1.2",
  18. "@radix-ui/react-label": "^2.1.8",
  19. "@radix-ui/react-slot": "^1.2.4",
  20. "@react-google-maps/api": "^2.20.8",
  21. "axios": "^1.13.6",
  22. "class-variance-authority": "^0.7.1",
  23. "clsx": "^2.1.1",
  24. "date-fns": "^4.1.0",
  25. "i18next": "^25.8.20",
  26. "keycloak-js": "^26.2.3",
  27. "lucide-react": "^0.577.0",
  28. "next-themes": "^0.4.6",
  29. "radix-ui": "^1.4.3",
  30. "react": "^19.2.4",
  31. "react-dom": "^19.2.4",
  32. "react-hook-form": "^7.72.0",
  33. "react-i18next": "^16.5.8",
  34. "react-promise-tracker": "^2.1.1",
  35. "react-router-dom": "^7.13.1",
  36. "react-select": "^5.10.2",
  37. "shadcn": "^4.0.8",
  38. "sonner": "^2.0.7",
  39. "tailwind-merge": "^3.5.0",
  40. "tw-animate-css": "^1.4.0",
  41. "world-countries": "^5.1.0",
  42. "zod": "^4.3.6"
  43. },
  44. "devDependencies": {
  45. "@eslint/js": "^9.39.4",
  46. "@tailwindcss/vite": "^4.2.1",
  47. "@types/node": "^24.12.0",
  48. "@types/react": "^19.2.14",
  49. "@types/react-dom": "^19.2.3",
  50. "@vitejs/plugin-react": "^6.0.0",
  51. "autoprefixer": "^10.4.27",
  52. "eslint": "^10.1.0",
  53. "eslint-plugin-react-hooks": "^7.0.1",
  54. "eslint-plugin-react-refresh": "^0.5.2",
  55. "globals": "^17.4.0",
  56. "postcss": "^8.5.8",
  57. "prettier": "^3.8.1",
  58. "prettier-plugin-tailwindcss": "^0.7.2",
  59. "tailwindcss": "^4.2.1",
  60. "typescript": "~5.9.3",
  61. "typescript-eslint": "^8.56.1",
  62. "vite": "^8.0.0"
  63. }
  64. }