{
  "name": "humand-backoffice",
  "author": "Humand",
  "private": true,
  "type": "module",
  "packageManager": "bun@1.3.11",
  "scripts": {
    "biome:check": "biome check ./src",
    "biome:lint": "biome lint ./src --diagnostic-level=error",
    "biome:format": "biome format ./src --diagnostic-level=error",
    "biome:fix": "biome check --write ./src",
    "lint": "bun run biome:lint && bun run biome:format",
    "start:slot1": "vite --mode slot1",
    "start:slot2": "vite --mode slot2",
    "start:stg": "vite --mode staging",
    "start:prd": "vite --mode production",
    "start": "vite",
    "update:material-hu": "bun pm cache rm && bun update @humanddev/material-hu",
    "update:hu-translations": "bun pm cache rm && bun update @humanddev/hu-translations",
    "start:dev": "tsx ./node_modules/@humanddev/material-hu/vite/dev-server/index.ts",
    "build": "NODE_OPTIONS=--max-old-space-size=8192 VITE_TRANSLATIONS_VERSION=$(node ./scripts/getTranslationsVersion.cjs) vite build",
    "start:windows": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" VITE_ESBUILD_WORKER=false vite",
    "serve": "vite preview",
    "tsc": "tsgo --project tsconfig.non-strict.json --incremental",
    "tsc:strict": "tsgo --project tsconfig.json",
    "tsc:strict:diff": "chmod +x ./scripts/tsc-diff.sh && ./scripts/tsc-diff.sh",
    "tsc:watch": "tsgo --watch --project tsconfig.json"
  },
  "engines": {
    "node": "24.11.1"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "dependencies": {
    "@amplitude/analytics-browser": "^2.3.8",
    "@azure/msal-browser": "^2.32.1",
    "@azure/msal-react": "^1.5.1",
    "@dnd-kit/core": "^6.3.1",
    "@dnd-kit/sortable": "^10.0.0",
    "@hookform/resolvers": "^3.10.0",
    "@humanddev/hu-translations": "git@github.com:HumandDev/hu-translations.git",
    "@humanddev/material-hu": "git@github.com:HumandDev/material-hu.git",
    "@okta/okta-auth-js": "^7.1.1",
    "@okta/okta-react": "^6.7.0",
    "@react-oauth/google": "^0.5.1",
    "@sentry/browser": "^10.47.0",
    "@sentry/react": "^10.47.0",
    "@vis.gl/react-google-maps": "^1.1.0",
    "@vitejs/plugin-react-swc": "^3.7.2",
    "@xyflow/react": "^12.4.1",
    "apexcharts": "^3.35.0",
    "axios": "^1.15.0",
    "bluebird": "^3.7.2",
    "chart.js": "4.5.1",
    "compressorjs": "^1.1.1",
    "d3-hierarchy": "^3.1.2",
    "date-fns": "^2.19.0",
    "emoji-picker-react": "^4.18.0",
    "encrypt-storage": "^2.12.22",
    "firebase": "^9.0.1",
    "i18next": "^21.3.1",
    "i18next-browser-languagedetector": "^6.1.2",
    "i18next-http-backend": "^3.0.2",
    "jsep": "^1.3.9",
    "jszip": "^3.10.0",
    "jwt-decode": "^4.0.0",
    "libphonenumber-js": "^1.9.44",
    "lodash-es": "^4.17.23",
    "mathjs": "^14.4.0",
    "mui-tel-input": "^2.1.0",
    "nanoid": "^5.1.5",
    "nprogress": "^0.2.0",
    "nuqs": "^2.7.2",
    "posthog-js": "^1.259.0",
    "qs": "^6.11.2",
    "randomcolor": "^0.6.2",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-beautiful-dnd": "^13.1.1",
    "react-csv": "^2.2.2",
    "react-dom": "^18.2.0",
    "react-helmet-async": "^1.3.0",
    "react-hook-form": "7.54.2",
    "react-i18next": "^11.13.0",
    "react-idle-timer": "5.3",
    "react-image-crop": "^10.0.1",
    "react-image-file-resizer": "^0.4.8",
    "react-intersection-observer": "^9.4.3",
    "react-material-ui-carousel": "^3.4.2",
    "react-moveable": "^0.56.0",
    "react-pdf": "^9.2.1",
    "react-perfect-scrollbar": "^1.5.8",
    "react-qr-code": "^2.0.18",
    "react-query": "^3.39.2",
    "react-router": "^6.26.2",
    "react-router-dom": "^6.26.2",
    "react-window": "^2.1.1",
    "react-zendesk": "^0.1.13",
    "socket.io-client": "^4.7.2",
    "ua-parser-js": "^2.0.0",
    "yup": "^0.32.11",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.3.13",
    "@humanddev/humand-biome-config": "git@github.com:HumandDev/humand-biome-config.git",
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^14.0.0",
    "@testing-library/user-event": "^14.4.3",
    "@types/bluebird": "^3.5.36",
    "@types/d3-hierarchy": "^3.1.7",
    "@types/jest": "^29.4.2",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^20.17.27",
    "@types/nprogress": "^0.2.0",
    "@types/qs": "^6.14.0",
    "@types/randomcolor": "^0.5.9",
    "@types/react": "^18.0.26",
    "@types/react-beautiful-dnd": "^13.1.3",
    "@types/react-dom": "^18.0.9",
    "@types/react-pdf": "^6.2.0",
    "@types/react-router-dom": "^5.1.7",
    "cross-env": "^7.0.3",
    "esbuild": "^0.25.0",
    "msw": "^2.7.3",
    "rimraf": "^6.0.1",
    "ts-morph": "^27.0.0",
    "tsx": "^4.19.3",
    "@typescript/native-preview": "^7.0.0-dev.20260502.1",
    "typescript": "^5.8.3",
    "vite": "^6.0.3",
    "vite-plugin-static-copy": "^3.1.4",
    "vite-plugin-svgr": "^4.3.0"
  },
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    },
    "transformIgnorePatterns": [
      "\\.pnp\\.[^\\/]+$"
    ]
  },
  "trustedDependencies": [
    "@swc/core",
    "protobufjs"
  ],
  "patchedDependencies": {
    "i18next@21.3.1": "patches/i18next@21.3.1.patch",
    "react-i18next@11.13.0": "patches/react-i18next@11.13.0.patch"
  }
}
