matterbridge
Version:
Matterbridge plugin manager for Matter
76 lines (75 loc) • 1.69 kB
JSON
{
"name": "@matterbridge/frontend",
"version": "3.4.15",
"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 || >=26.0.0 <27.0.0"
},
"files": [
"build",
"package.json",
"npm-shrinkwrap.json"
],
"overrides": {
"@eslint/js": "10.0.1",
"eslint": "10.3.0",
"typescript": "6.0.3"
},
"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.5.2",
"@rjsf/utils": "6.5.2",
"@rjsf/validator-ajv8": "6.5.2",
"notistack": "3.0.2",
"qrcode.react": "4.2.0",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-router": "7.15.0"
}
}