@bemit/consent-ui-mui
Version:
58 lines • 1.66 kB
JSON
{
"name": "@bemit/consent-ui-mui",
"version": "0.0.11",
"description": "",
"author": "Michael Becker <michael@bemit.codes>",
"license": "LicenseRef-LICENSE-Proprietary",
"keywords": [
"consent",
"CMP",
"opt-in",
"compliance",
"embed",
"react-embed",
"react-component",
"react",
"mui",
"material-ui"
],
"devDependencies": {
"@bemit/consent-ui": "~0.0.5",
"@bemit/consent-ui-react": "~0.0.7",
"@mui/material": "^7.1.2",
"@mui/icons-material": "^7.1.2",
"@types/react": "^19.1.8",
"react": "^19.1.0"
},
"peerDependencies": {
"@bemit/consent-ui": "~0.0.5",
"@bemit/consent-ui-react": "~0.0.7",
"@mui/material": "^5.1 || ^6.1 || ^7.1",
"@mui/icons-material": "^5.1 || ^6.1 || ^7.1",
"react": "^17.0 || ^18.0 || ^19.0"
},
"scripts": {
"dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/consent-ui-mui/src build && rm -rf build/dts && rm -rf build/**/*.test.*"
},
"sideEffects": false,
"main": "./cjs/index.cjs",
"module": "./index.js",
"types": "./index.d.ts",
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.js",
"require": "./cjs/index.cjs"
},
"./*": {
"types": "./*/index.d.ts",
"import": "./*/index.js",
"require": "./cjs/*/index.cjs"
},
"./package.json": "./package.json",
"./cjs": null
},
"publishConfig": {
"access": "public"
}
}