UNPKG

@consentry/ui

Version:

Composable UI components for the Consentry consent manager. Built with Emotion and designed for use with @consentry/core or @consentry/next.

76 lines (75 loc) 1.91 kB
{ "name": "@consentry/ui", "version": "0.2.5", "description": "Composable UI components for the Consentry consent manager. Built with Emotion and designed for use with @consentry/core or @consentry/next.", "keywords": [ "cookie-consent", "cookie-banner", "consent-manager", "gdpr", "analytics", "react", "emotion", "privacy", "consentry" ], "homepage": "https://github.com/consentryio/consentry/tree/main/consentry-ui#readme", "repository": { "type": "git", "url": "https://github.com/consentryio/consentry.git", "directory": "consentry-ui" }, "bugs": { "url": "https://github.com/consentryio/consentry/issues" }, "author": { "name": "Mustafa ONAL", "email": "mustafasaitonal@outlook.com", "url": "https://github.com/neddl" }, "license": "MIT", "main": "dist/index.js", "module": "dist/index.mjs", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.js" } }, "files": [ "dist" ], "scripts": { "build": "tsup", "dev": "tsup --watch", "clean": "rm -rf dist" }, "dependencies": { "@consentry/core": "^0.1.5", "@consentry/next": "^0.1.17", "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@headlessui/react": "^2.2.1", "framer-motion": "^10.16.1", "lodash-es": "^4.17.21", "lucide-react": "^0.292.0" }, "peerDependencies": { "next": ">=13.0.0 <16.0.0", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "devDependencies": { "@types/js-cookie": "^3.0.6", "@types/lodash-es": "^4.17.12", "@types/node": "^22.14.1", "@types/react": "^19.1.1", "@types/react-dom": "^19.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "tsup": "^8.4.0", "typescript": "^5.3.3" } }