{
  "name": "@matrix-widget-toolkit/mui",
  "version": "2.2.1",
  "description": "A customized material-ui theme that matches the style of the Element Matrix client",
  "author": "Nordeck IT + Consulting GmbH",
  "license": "Apache-2.0",
  "source": "./src/index.ts",
  "types": "./build/esm/index.d.ts",
  "exports": {
    ".": {
      "module": "./build/esm/index.js",
      "import": {
        "types": "./build/esm/index.d.ts",
        "default": "./build/esm/index.js"
      },
      "require": {
        "types": "./build/cjs/index.d.cts",
        "default": "./build/cjs/index.cjs"
      }
    },
    "./package.json": "./package.json"
  },
  "type": "module",
  "devDependencies": {
    "@testing-library/jest-dom": "6.9.1",
    "@testing-library/react": "16.3.0",
    "@testing-library/user-event": "14.6.1",
    "@types/node": "22.19.3",
    "@types/react": "18.3.27",
    "@vitest/coverage-v8": "4.0.16",
    "axe-core": "4.11.0",
    "copyfiles": "2.4.1",
    "i18next-cli": "1.33.5",
    "typescript": "5.9.3",
    "vite": "7.3.0",
    "vitest": "4.0.16"
  },
  "peerDependencies": {
    "react": "^18.3.1"
  },
  "scripts": {
    "build": "tsc && rollup --config ../../rollup.config.mjs",
    "postbuild": "copyfiles -E -u 1 src/locales/**/*.json build",
    "tsc": "tsc",
    "lint": "eslint .",
    "test": "echo \"Tests have to run from root project\"",
    "depcheck": "depcheck --ignores=@types/node,@vitest/coverage-v8,lodash,lodash-es,@types/lodash-es --ignore-dirs=lib,build",
    "prepack": "node ../../scripts/prepack.js",
    "postpack": "node ../../scripts/postpack.js",
    "translate": "i18next-cli extract --sync-primary",
    "check-api-report": "api-extractor run --verbose",
    "generate-api-report": "tsc && api-extractor run --verbose --local",
    "clean": "yarn run clean:build",
    "clean:build": "rm -rf lib",
    "clean:cache": "echo 'script not implemented package'"
  },
  "dependencies": {
    "@emotion/cache": "^11.14.0",
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@fontsource/inter": "^5.1.1",
    "@matrix-widget-toolkit/api": "^5.0.3",
    "@matrix-widget-toolkit/react": "^2.1.1",
    "@mui/icons-material": "^6.5.0",
    "@mui/material": "^6.5.0",
    "@mui/utils": "^6.4.9",
    "i18next": "^25.7.3",
    "i18next-browser-languagedetector": "^8.2.0",
    "i18next-resources-to-backend": "^1.2.1",
    "matrix-widget-api": "^1.13.1",
    "react-i18next": "^15.7.4",
    "react-use": "^17.6.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nordeck/matrix-widget-toolkit.git",
    "directory": "packages/mui"
  },
  "files": [
    "build"
  ],
  "keywords": [
    "matrix",
    "widget",
    "matrix-widget-api"
  ],
  "module": "./build/esm/index.js",
  "main": "./build/cjs/index.cjs"
}