@iobroker/adapter-react
Version:
React classes to develop admin interfaces for ioBroker with react.
39 lines • 975 B
JSON
{
"name": "@iobroker/adapter-react",
"version": "2.2.4",
"description": "React classes to develop admin interfaces for ioBroker with react.",
"author": {
"name": "bluefox",
"email": "dogafox@gmail.com"
},
"publishConfig": {
"access": "public"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ioBroker/adapter-react.git"
},
"keywords": [
"iobroker",
"adapter",
"iot"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ioBroker/adapter-react/issues"
},
"homepage": "https://github.com/ioBroker/adapter-react#readme",
"devDependencies": {},
"dependencies": {
"@sentry/browser": "^7.1.1",
"@sentry/integrations": "^7.1.1",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"react-color": "^2.19.3",
"react-colorful": "^5.5.1",
"react-dropzone": "^14.2.1",
"react-inlinesvg": "^2.3.0",
"@types/iobroker": "^4.0.4"
}
}