UNPKG

@bemit/consent-ui-formanta

Version:

56 lines 1.56 kB
{ "name": "@bemit/consent-ui-formanta", "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" ], "devDependencies": { "@bemit/consent-ui": "~0.0.5", "@bemit/consent-ui-react": "~0.0.7", "@types/react": "^19.1.8", "react": "^19.1.0", "react-animate-height": "~3.2.3" }, "peerDependencies": { "@bemit/consent-ui": "~0.0.5", "@bemit/consent-ui-react": "~0.0.7", "react": "^18.0 || ^19.0", "react-animate-height": "^3.0.5" }, "scripts": { "dtsgen": "tsc -d --emitDeclarationOnly --pretty && merge-dirs build/dts/src build && rm -rf build/dts && rm -rf build/**/*.test.*" }, "type": "module", "sideEffects": false, "exports": { ".": { "types": "./index.d.ts", "import": "./index.js", "require": "./cjs/index.js" }, "./*": { "types": "./*/index.d.ts", "import": "./*/index.js", "require": "./cjs/*/index.js" }, "./Icons/*": { "types": "./Icons/*.d.ts", "import": "./Icons/*.js", "require": "./cjs/Icons/*.js" }, "./package.json": "./package.json" }, "publishConfig": { "access": "public" } }