UNPKG

react-cookie-manager

Version:

🍪 The ultimate React cookie consent solution. Automatically block trackers, manage consent preferences, and protect user privacy with an elegant UI. Perfect for modern web applications.

91 lines (90 loc) 2.38 kB
{ "name": "react-cookie-manager", "version": "3.7.2", "description": "🍪 The ultimate React cookie consent solution. Automatically block trackers, manage consent preferences, and protect user privacy with an elegant UI. Perfect for modern web applications.", "repository": { "type": "git", "url": "https://github.com/hypershiphq/react-cookie-manager.git" }, "bugs": { "url": "https://github.com/hypershiphq/react-cookie-manager/issues" }, "homepage": "https://github.com/hypershiphq/react-cookie-manager#readme", "keywords": [ "react", "cookies", "cookie management", "react cookie banner", "react cookie consent", "react cookie manager", "gdpr", "cookie consent", "cookie blocking", "cookie consent manager", "cookie consent manager react", "analytics consent", "advertising consent", "social consent", "privacy", "tracking protection", "user consent", "cookie law", "eu cookie law", "ccpa" ], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "style": "./dist/style.css", "files": [ "dist/**", "scripts/**" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./dist/*": "./dist/*", "./style.css": "./dist/style.css" }, "scripts": { "build": "vite build", "postinstall": "node scripts/postinstall.js", "publish-npm": "node scripts/publish.js" }, "type": "module", "author": "Hypership", "license": "MIT", "devDependencies": { "@types/node": "^20.17.16", "@types/react": "^18.0.0", "@types/react-dom": "^18.0.0", "@vitejs/plugin-react": "^4.3.4", "autoprefixer": "^10.4.17", "clsx": "^2.1.1", "cssnano": "^7.0.6", "postcss": "^8.4.35", "postcss-prefix-selector": "^2.1.0", "react": "^18.0.0", "react-dom": "^18.0.0", "tailwind-merge": "^3.1.0", "tailwindcss": "^3.4.1", "terser": "^5.37.0", "tsup": "^8.3.5", "typescript": "^5.5.2", "vite": "^6.0.3", "vite-plugin-dts": "^4.3.0", "vite-plugin-lib-inject-css": "^2.2.1" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" } }