gatsby-plugin-google-gtag-optin
Version:
Gatsby plugin to add google gtag onto a site
66 lines (65 loc) • 1.69 kB
JSON
{
"name": "gatsby-plugin-google-gtag-optin",
"description": "Gatsby plugin to add google gtag onto a site",
"version": "4.0.0",
"author": "Oskar Oldorf <oskar@oldorf.net>",
"bugs": {
"url": "https://github.com/divslinger/gatsby-plugin-google-gtag-optin/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"minimatch": "^3.0.4",
"prop-types": "^15.7.2",
"react": "16.9.0"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"jest": "^24.9.0",
"prettier": "2.4.1"
},
"homepage": "https://github.com/divslinger/gatsby-plugin-google-gtag-optin",
"keywords": [
"gatsby",
"gatsby-plugin",
"google gtag",
"google global site tag",
"cookie",
"consent",
"optin",
"gdpr",
"gtag",
"analytics",
"google"
],
"license": "MIT",
"files": [
"gatsby-*.js*"
],
"main": "index.js",
"peerDependencies": {
"gatsby": "^4.0.0-next",
"react": "^16.9.0 || ^17.0.0",
"react-dom": "^16.9.0 || ^17.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/divslinger/gatsby-plugin-google-gtag-optin.git"
},
"scripts": {
"build": "babel src --out-dir . --ignore \"**/__tests__\"",
"prepare": "cross-env NODE_ENV=production npm run build",
"watch": "babel -w src --out-dir . --ignore \"**/__tests__\"",
"prettier": "prettier --write **/*.js",
"lint": "eslint --ext=.js .",
"test": "jest"
},
"engines": {
"node": ">=14.15.0"
}
}