UNPKG

@whotechs/react-gdpr-cookie-banner

Version:

A modern, customizable GDPR & Google Consent Mode v2 compliant cookie consent banner

56 lines 1.49 kB
{ "name": "@whotechs/react-gdpr-cookie-banner", "version": "1.0.1", "description": "A modern, customizable GDPR & Google Consent Mode v2 compliant cookie consent banner", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "scripts": { "build": "rollup -c", "test": "jest", "prepare": "npm run build" }, "keywords": [ "gdpr", "cookie", "consent", "banner", "privacy", "google-consent-mode", "react", "cookie-consent", "gdpr-compliance" ], "author": "whotechs", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "styled-components": ">=5.0.0" }, "devDependencies": { "@babel/core": "^7.22.0", "@babel/preset-env": "^7.22.0", "@babel/preset-react": "^7.22.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^25.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "@types/react": "^18.0.0", "@types/styled-components": "^5.1.0", "rollup": "^2.79.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-typescript2": "^0.34.0", "typescript": "^4.9.0" }, "repository": { "type": "git", "url": "https://github.com/whotechs/gdpr-cookie-consent" }, "bugs": { "url": "https://github.com/whotechs/gdpr-cookie-consent/issues" }, "homepage": "https://github.com/whotechs/gdpr-cookie-consent#readme", "publishConfig": { "access": "public" } }