{
    "name": "@control-ui/kit",
    "version": "0.0.35",
    "license": "MIT",
    "authors": [
        {
            "name": "Michael Becker",
            "email": "michael@bemit.codes",
            "homepage": "https://i-am-digital.eu",
            "role": "Developer"
        }
    ],
    "scripts": {
        "dtsgen": "tsc -d --emitDeclarationOnly --pretty && node ../../tools/merge-dirs.js build/dts/packages/control-kit/src build && rm -rf build/dts"
    },
    "main": "./cjs/index.js",
    "module": "./index.js",
    "sideEffects": false,
    "dependencies": {
        "react-helmet": "^6.1.0"
    },
    "devDependencies": {
        "@control-ui/routes": "0.0.x",
        "@types/react": "^19.0",
        "@types/react-helmet": "^6.1.0",
        "@types/react-router-dom": "^5.1.5",
        "@mui/material": "^7.1.2",
        "@mui/icons-material": "^7.1.2",
        "@mui/utils": "^7.1.1",
        "@emotion/react": "^11.9.0",
        "@emotion/styled": "^11.8.1",
        "react": "^19.0",
        "react-dom": "^19.0",
        "react-router": "^5.0",
        "react-router-dom": "^5.0"
    },
    "peerDependencies": {
        "@control-ui/routes": "~0.0.9",
        "@mui/material": "^5.6.2 || ^6.1.10 || ^7.0.2",
        "@mui/icons-material": "^5.6.2 || ^6.1.10 || ^7.0.2",
        "@mui/utils": "^5.6.1 || ^6.1.10 || ^7.1.1",
        "@emotion/react": "^11.9.0",
        "@emotion/styled": "^11.8.1",
        "react": "^17.0 || ^18.0 || ^19.0",
        "react-dom": "^17.0 || ^18.0 || ^19.0",
        "react-router": "^5.0",
        "react-router-dom": "^5.0"
    },
    "publishConfig": {
        "access": "public"
    }
}
