UNPKG

react-consent-management-banner

Version:

Beautiful and Highly Customizable GDPR/ePrivacy React Consent and Cookie Management Library for React and Next.js

108 lines (107 loc) 2.57 kB
{ "name": "react-consent-management-banner", "version": "1.1.19", "description": "Beautiful and Highly Customizable GDPR/ePrivacy React Consent and Cookie Management Library for React and Next.js", "repository": { "type": "git", "url": "git+https://github.com/faraasat/react-consent-management-banner.git" }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.js", "types": "./dist/index.d.ts" }, "./dist/*.css": "./dist/*.css" }, "files": [ "dist" ], "scripts": { "build": "tsup && rm -rf dist/*.d.mts", "release": "standard-version" }, "keywords": [ "react", "react component", "nextjs", "next.js", "react consent", "cookie", "cookies", "consent", "cookie consent", "cookie consent manager", "cookie consent popup", "cookie consent banner", "consent management", "consent manager", "react consent management", "react consent manager", "react cookie manager", "react cookie management", "react cookie banner", "react cookie management banner", "react cookie manager banner", "react consent management banner", "react consent manager banner", "banner", "cookie banner", "consent banner", "react banner", "cookie popup", "cookie prompt", "cookie modal", "cookie disclaimer", "cookie notification", "cookie notice", "cookie compliance", "cookie preferences", "cookie policy", "cookie settings", "consent settings", "manage cookies", "accept cookies", "decline cookies", "cookie categories", "functional cookies", "analytics cookies", "marketing cookies", "privacy", "privacy notice", "gdpr", "gdpr compliance", "eprivacy", "eprivacy directive", "ccpa", "ccpa compliance", "lgpd", "cookie law", "privacy law", "data protection", "data privacy", "third-party cookies", "react privacy tools", "next.js consent banner", "next.js cookie banner", "nextjs cookie consent", "nextjs gdpr" ], "author": "Farasat Ali <63093876+faraasat@users.noreply.github.com>", "license": "MIT", "peerDependencies": { "react": ">=17.0.0" }, "devDependencies": { "@types/node": "^24.0.15", "standard-version": "^9.5.0", "tsup": "^8.5.0", "typescript": "^5.0.0" }, "publishConfig": { "access": "public" } }