{
  "name": "@matterbridge/frontend",
  "version": "3.4.12",
  "description": "Matterbridge frontend application",
  "author": "https://github.com/Luligu",
  "license": "Apache-2.0",
  "homepage": "https://matterbridge.io/",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Luligu/matterbridge.git",
    "directory": "apps/frontend"
  },
  "bugs": {
    "url": "https://github.com/Luligu/matterbridge/issues"
  },
  "funding": {
    "type": "buymeacoffee",
    "url": "https://www.buymeacoffee.com/luligugithub"
  },
  "keywords": [
    "matterbridge",
    "homebridge",
    "bridge",
    "plugin",
    "frontend",
    "matter.js",
    "matter-node.js",
    "matter",
    "matterprotocol",
    "iot",
    "smarthome",
    "connectedthings",
    "hap",
    "homekit",
    "siri",
    "google-home",
    "alexa",
    "homeassistant",
    "smartthings",
    "ewelink"
  ],
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": ">=20.19.0 <21.0.0 || >=22.13.0 <23.0.0 || >=24.0.0 <25.0.0"
  },
  "files": [
    "build",
    "package.json",
    "npm-shrinkwrap.json"
  ],
  "overrides": {
    "@eslint/js": "10.0.1",
    "eslint": "10.2.0",
    "typescript": "6.0.2"
  },
  "dependencies": {
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.1",
    "@mdi/js": "7.4.47",
    "@mdi/react": "1.6.1",
    "@mui/icons-material": "7.3.10",
    "@mui/material": "7.3.10",
    "@rjsf/core": "6.4.2",
    "@rjsf/utils": "6.4.2",
    "@rjsf/validator-ajv8": "6.4.2",
    "notistack": "3.0.2",
    "qrcode.react": "4.2.0",
    "react": "19.2.5",
    "react-dom": "19.2.5",
    "react-router": "7.14.1"
  }
}
