{
    "name": "@ui-schema/ds-material",
    "version": "0.4.3",
    "description": "Material-UI Binding for UI-Schema",
    "homepage": "https://ui-schema.bemit.codes",
    "author": "Michael Becker <michael@bemit.codes>",
    "license": "MIT",
    "keywords": [
        "ui-schema",
        "json-schema",
        "mui",
        "material",
        "material-ui",
        "react",
        "reactjs",
        "react-component",
        "design-system",
        "ui-library",
        "ux",
        "ui"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/ui-schema/ui-schema.git",
        "directory": "packages/ds-material"
    },
    "bugs": {
        "url": "https://github.com/ui-schema/ui-schema/issues"
    },
    "main": "index.js",
    "module": "esm/index.js",
    "scripts": {
        "dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/ds-material/src build && rm -rf build/dts && rm -rf build/**/*.test.* build/**/*.mock.*",
        "__release": "cp package.json build/ && cp package-lock.json build/ && cp README.md build/ && npm publish build"
    },
    "sideEffects": false,
    "devDependencies": {
        "@mui/material": "^5.1",
        "@mui/icons-material": "^5.1",
        "@emotion/react": "^11.9.0",
        "@emotion/styled": "^11.8.1",
        "@ui-schema/ui-schema": "~0.4.0-beta",
        "@types/react": "^18.0",
        "immutable": "^5.0.0",
        "react": "^18.0",
        "react-dom": "^18.0"
    },
    "dependencies": {
        "react-uid": "^2.2.0"
    },
    "peerDependencies": {
        "@mui/material": "^5.1",
        "@mui/icons-material": "^5.1",
        "@ui-schema/ui-schema": "~0.4.0-beta",
        "react": "^17.0 || ^18.0",
        "@types/react": "^17.0 || ^18.0",
        "immutable": "^4.0.0 || ^5.0.0"
    },
    "peerDependenciesMeta": {
        "@types/react": {
            "optional": true
        }
    },
    "publishConfig": {
        "access": "public"
    }
}