gatsby-plugin-iubenda-cookie-footer
Version:
Gatsby plugin to add the Iubenda's cookie policy banner
47 lines (46 loc) • 1.66 kB
JSON
{
"name": "gatsby-plugin-iubenda-cookie-footer",
"version": "1.5.1",
"description": "Gatsby plugin to add the Iubenda's cookie policy banner",
"main": "index.js",
"keywords": [
"gatsby",
"gatsby-plugin",
"iubenda",
"iubenda cookie",
"iubenda footer",
"iubenda law"
],
"author": "NoriSte <nori.ste.magni@gmail.com>",
"license": "MIT",
"repository": "https://github.com/NoriSte/gatsby-plugin-iubenda-cookie-footer",
"devDependencies": {
"@babel/cli": "7.14.5",
"@babel/core": "7.14.6",
"babel-preset-gatsby-package": "1.10.0",
"cross-env": "7.0.3",
"cz-conventional-changelog": "3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"scripts": {
"commit": "npx git-cz",
"test": "npm run build && npm run test:base-configuration-test && npm run test:gtm-test && npm run test:custom-gtm-test",
"test:base-configuration-test": "cd test-projects/base-configuration-test && npm run test && cd ../..",
"test:gtm-test": "cd test-projects/gtm-test && npm run test && cd ../..",
"test:custom-gtm-test": "cd test-projects/custom-gtm-test && npm run test && cd ../..",
"build": "babel src --out-dir . --ignore **/__tests__",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore **/__tests__",
"dependencies:clear": "find . -name \"node_modules\" -exec rm -rf '{}' + && find . -name \"package-lock.json\" -exec rm '{}' +"
},
"dependencies": {
"@babel/runtime": "^7.4.3"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
}
}