UNPKG

acronweb-cookies

Version:

A modern, GDPR-compliant cookie consent plugin for React and Next.js applications

76 lines (75 loc) 2.02 kB
{ "name": "acronweb-cookies", "version": "1.0.2", "description": "A modern, GDPR-compliant cookie consent plugin for React and Next.js applications", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE", "fonts" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "format": "prettier --write src/**/*.{ts,tsx}" }, "keywords": [ "cookies", "gdpr", "consent", "react", "nextjs", "typescript", "privacy", "compliance" ], "author": "AcronWeb", "license": "MIT", "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "dependencies": { "js-cookie": "^3.0.5" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0", "firebase": "^10.0.0", "framer-motion": "^10.0.0", "lucide-react": "^0.290.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.4", "@rollup/plugin-node-resolve": "^15.2.1", "@rollup/plugin-typescript": "^11.1.5", "@types/js-cookie": "^3.0.6", "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@typescript-eslint/eslint-plugin": "^6.10.0", "@typescript-eslint/parser": "^6.10.0", "eslint": "^8.53.0", "prettier": "^3.0.3", "rimraf": "^5.0.5", "rollup": "^4.6.0", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.2.2" }, "repository": { "type": "git", "url": "https://github.com/acronweb/acronweb-cookies.git" }, "bugs": { "url": "https://github.com/acronweb/acronweb-cookies/issues" }, "homepage": "https://github.com/acronweb/acronweb-cookies#readme" }