{
  "name": "humand-web",
  "author": "Humand",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "packageManager": "bun@1.3.11",
  "scripts": {
    "prebuild": "python3 ./scripts/replace-firebase-sw.py ./.env ./public/firebase-messaging-sw.js",
    "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:locall": "vite --mode locall --host",
    "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",
    "serve": "vite preview",
    "test": "react-scripts test --watchAll=false",
    "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",
    "debug": "vite --debug transform"
  },
  "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": "^3.11.1",
    "@azure/msal-react": "^2.0.14",
    "@fortawesome/free-solid-svg-icons": "^5.15.4",
    "@fortawesome/react-fontawesome": "^0.2.0",
    "@giphy/js-fetch-api": "^4.7.1",
    "@giphy/react-components": "^6.5.1",
    "@hookform/resolvers": "^2.4.0",
    "@humanddev/hu-translations": "git@github.com:HumandDev/hu-translations.git",
    "@humanddev/material-hu": "git@github.com:HumandDev/material-hu.git",
    "@legendapp/list": "3.0.0-beta.50",
    "@okta/okta-auth-js": "^7.8.0",
    "@okta/okta-react": "^6.6.0",
    "@react-oauth/google": "^0.5.1",
    "@sentry/browser": "^10.47.0",
    "@sentry/react": "^10.47.0",
    "@stream-io/audio-filters-web": "^0.7.1",
    "@stream-io/video-react-sdk": "^1.37.4",
    "@tabler/icons-react": "3.35.0",
    "@tiptap/extension-character-count": "^2.9.1",
    "@tiptap/extension-link": "^2.9.1",
    "@tiptap/extension-mention": "^2.9.1",
    "@tiptap/extension-placeholder": "^2.9.1",
    "@tiptap/extension-underline": "^2.9.1",
    "@tiptap/pm": "2.27.2",
    "@tiptap/react": "^2.9.1",
    "@tiptap/starter-kit": "^2.9.1",
    "@tiptap/suggestion": "^2.9.1",
    "@vis.gl/react-google-maps": "^1.7.1",
    "@wavesurfer/react": "^1.0.11",
    "axios": "^1.15.0",
    "base64-js": "^1.5.1",
    "canvg": "3.0.11",
    "compressorjs": "^1.1.1",
    "country-flag-emoji-polyfill": "^0.1.4",
    "d3": "^3.x",
    "d3-array": "^3",
    "d3-flextree": "^2",
    "d3-hierarchy": "^3.1.2",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3",
    "d3-zoom": "^3",
    "date-fns": "^2.19.0",
    "dompurify": "^3.3.2",
    "emoji-picker-react": "^4.4.9",
    "encrypt-storage": "^2.12.22",
    "firebase": "^12.1.0",
    "html2canvas": "1.4.1",
    "humand-org-chart": "git@github.com:HumandDev/humand-org-chart.git",
    "i18next": "^21.3.1",
    "i18next-browser-languagedetector": "^6.1.2",
    "i18next-http-backend": "^3.0.2",
    "jspdf": "^4.2.1",
    "jwt-decode": "^4.0.0",
    "libphonenumber-js": "^1.10.10",
    "lodash-es": "^4.17.23",
    "lz-string": "^1.5.0",
    "motion": "^12.38.0",
    "mui-tel-input": "^2.1.0",
    "nprogress": "^0.2.0",
    "nuqs": "^2.8.9",
    "pdf-lib": "^1.17.1",
    "qs": "^6.10.1",
    "randomcolor": "^0.6.2",
    "react": "^18.2.0",
    "react-apexcharts": "^1.4.1",
    "react-avatar-editor": "^13.0.0",
    "react-beautiful-dnd": "^13.1.1",
    "react-color": "^2.17.2",
    "react-dom": "^18.2.0",
    "react-dropzone": "^14.2.3",
    "react-helmet-async": "^1.3.0",
    "react-hook-form": "7.54.2",
    "react-i18next": "^11.18.5",
    "react-idle-timer": "5.3",
    "react-intersection-observer": "^8.33.1",
    "react-linkify": "^1.0.0-alpha",
    "react-material-ui-carousel": "^3.4.2",
    "react-number-format": "^5.1.4",
    "react-pdf": "^9.2.1",
    "react-perfect-scrollbar": "^1.5.8",
    "react-query": "^3.39.2",
    "react-router": "^6.26.2",
    "react-router-dom": "^6.26.2",
    "react-signature-canvas": "^1.0.6",
    "react-webcam": "^7.2.0",
    "react-window": "^2.1.2",
    "recordrtc": "^5.6.2",
    "screenfull": "^6.0.2",
    "signals-hu": "^1.0.0",
    "socket.io-client": "^4.8.1",
    "tag-users": "^1.0.6",
    "to-words": "^4.8.0",
    "ulid": "^2.3.0",
    "uuidv7": "^1.0.2",
    "video.js": "^8.21.0",
    "wavesurfer.js": "^7.9.7",
    "web-vitals": "^1.1.0",
    "youtube-player": "^5.6.0",
    "yup": "^0.32.8",
    "zod": "^3.23.8"
  },
  "jest": {
    "transform": {
      "^.+\\.[t|j]sx?$": "babel-jest"
    },
    "transformIgnorePatterns": [
      "\\.pnp\\.[^\\/]+$"
    ],
    "moduleNameMapper": {
      "^src/config/i18n$": "<rootDir>/src/config/i18n.jest.ts",
      "^src/(.*)$": "<rootDir>/src/$1"
    }
  },
  "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/d3-selection": "^3.0.11",
    "@types/jest": "^29.4.2",
    "@types/lodash-es": "^4.17.12",
    "@types/lz-string": "^1.3.34",
    "@types/nprogress": "^0.2.0",
    "@types/react": "^18.0.25",
    "@types/react-beautiful-dnd": "^13.1.8",
    "@types/react-linkify": "^1.0.4",
    "@types/react-pdf": "^6.2.0",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-signature-canvas": "^1.0.7",
    "@types/react-world-flags": "^1.6.0",
    "@types/uuid": "^10.0.0",
    "@typescript/native-preview": "^7.0.0-dev.20260502.1",
    "@vitejs/plugin-react-swc": "^3.7.2",
    "msw": "^1.2.1",
    "tsx": "^4.19.3",
    "typescript": "^5.8.3",
    "vite": "^6.0.7",
    "vite-plugin-static-copy": "^3.1.1",
    "vite-plugin-svgr": "^4.3.0"
  },
  "trustedDependencies": [
    "@swc/core",
    "protobufjs",
    "@firebase/util"
  ],
  "overrides": {
    "dompurify": "^3.3.2",
    "@fortawesome/fontawesome-svg-core": "1.2.36"
  }
}
