UNPKG

@bemit/consent-ui-formanta

Version:

© 2022 [bemit](https://bemit.eu)

57 lines 1.59 kB
{ "name": "@bemit/consent-ui-formanta", "version": "0.0.8", "description": "", "homepage": "https://bemit.codes", "author": "Michael Becker <michael@bemit.codes>", "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": "^18.3.4", "react": "^18.3.1", "react-animate-height": "~3.0.5" }, "peerDependencies": { "@bemit/consent-ui": "~0.0.5", "@bemit/consent-ui-react": "~0.0.7", "react": "^18.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" } }, "publishConfig": { "access": "public" }, "gitHead": "30273a87ff1af9f80c67f8474848471f7f8644fe" }