{
  "name": "@iobroker/adapter-react-v5",
  "version": "8.0.13",
  "description": "React components to develop ioBroker interfaces with react.",
  "author": {
    "name": "bluefox",
    "email": "dogafox@gmail.com"
  },
  "scripts": {
    "prepublishOnly": "npm run build",
    "build:ts": "tsc -p tsconfig.build.json",
    "build": "node tasks --0-clean && node tasks --2-copy && node tasks --3-patchReadme && npm run build:ts",
    "release": "release-script --noPush --yes --lf",
    "release-patch": "release-script patch --yes --lf",
    "release-minor": "release-script minor --yes --lf",
    "release-major": "release-script major --yes --lf",
    "update-packages": "npx -y npm-check-updates --upgrade",
    "0-clean": "node tasks --0-clean",
    "1-build": "tsc -p tsconfig.build.json",
    "2-copy": "node tasks --2-copy",
    "3-patchReadme": "node tasks --3-patchReadme",
    "npm": "npm i -f",
    "lint": "eslint -c eslint.config.mjs src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ioBroker/adapter-react-v5.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "main": "./build/index.js",
  "types": "./build/index.d.ts",
  "keywords": [
    "iobroker",
    "adapter",
    "iot"
  ],
  "files": [
    "build/",
    "i18n/",
    "index.css",
    "LICENSE",
    "tasksExample.js",
    "craco-module-federation.js",
    "modulefederation.admin.config.d.ts",
    "modulefederation.admin.config.js"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ioBroker/adapter-react-v5/issues"
  },
  "homepage": "https://github.com/ioBroker/adapter-react-v5#readme",
  "dependencies": {
    "@emotion/react": "^11.14.0",
    "@emotion/styled": "^11.14.1",
    "@iobroker/js-controller-common": "^7.0.8-alpha.7-20250928-40cb80c18",
    "@iobroker/js-controller-common-db": "^7.0.8-alpha.7-20250928-40cb80c18",
    "@iobroker/socket-client": "5.0.3",
    "@iobroker/type-detector": "^4.6.2",
    "@iobroker/types": "^7.0.8-alpha.7-20250928-40cb80c18",
    "@mui/icons-material": "^6.5.0",
    "@mui/material": "^6.5.0",
    "@sentry/browser": "^10.22.0",
    "cronstrue": "^3.9.0",
    "file-selector": "^2.1.2",
    "react-color": "^2.19.3",
    "react-colorful": "^5.6.1",
    "react-cropper": "^2.3.3",
    "react-dropzone": "^14.3.8",
    "react-icons": "^5.4.0",
    "react-inlinesvg": "^4.2.0"
  },
  "devDependencies": {
    "@alcalzone/release-script": "^5.0.0",
    "@alcalzone/release-script-plugin-license": "^4.0.0",
    "@iobroker/build-tools": "^2.0.15",
    "@iobroker/eslint-config": "^2.2.0",
    "@types/node": "^24.9.1",
    "@types/react": "^18.3.23",
    "@types/react-color": "^3.0.13",
    "ajv": "^8.17.1",
    "ts-node": "^10.9.2",
    "typescript": "~5.9.3"
  }
}
