@cookie-consent/react
Version:
Cookie Consent React Components
62 lines (61 loc) • 1.65 kB
JSON
{
"name": "@cookie-consent/react",
"version": "1.11.20",
"description": "Cookie Consent React Components",
"keywords": [
"Cookie",
"Consent",
"GDPR",
"React",
"Stencil"
],
"author": "Doug Schamberg <doug.schamberg@gmail.com>",
"homepage": "https://github.com/MovementMortgage/cookie-consent",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/cookie-consent-react.d.ts",
"files": [
"dist/*"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MovementMortgage/cookie-consent.git"
},
"scripts": {
"build": "rollup -c",
"start": "rollup -cw",
"prepublishOnly": "yarn build",
"lint:init": "tslint --init",
"lint": "tslint --project . -e src/react-component-lib/**/*.{ts,tsx} -e src/cookie-consent-components.ts"
},
"bugs": {
"url": "https://github.com/MovementMortgage/cookie-consent/issues"
},
"dependencies": {
"@cookie-consent/components": "^0.10.20"
},
"devDependencies": {
"@types/jest": "^26.0.20",
"@types/react": "^17.0.2",
"@types/react-dom": "^17.0.1",
"husky": "^5.0.9",
"jest": "^26.6.3",
"lint-staged": "^10.5.4",
"pinst": "^2.1.4",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rollup": "^2.39.0",
"rollup-plugin-typescript2": "^0.29.0",
"stylelint": "^13.11.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-scss": "^3.19.0",
"ts-jest": "^26.5.1",
"tslint": "^6.1.3",
"typescript": "^4.1.5"
},
"gitHead": "d30e17f0166665aef32495aaaa4789d32b34864d"
}