{
  "name": "@spencerwhyte/gatsby-plugin-gdpr-cookies",
  "description": "Gatsby plugin to add google analytics, google tag manager facebook pixel, tik tok pixel and hotjar in a gdpr form to your site. Consent coming soon.",
  "version": "2.0.9",
  "author": "Andre Zimpel <andre@unknownbasics.com>",
  "bugs": {
    "url": "https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.11.6",
    "@babel/core": "^7.11.6",
    "@testing-library/react": "^11.1.0",
    "babel-eslint": "^10.1.0",
    "babel-preset-gatsby-package": "^0.5.3",
    "cross-env": "^7.0.2",
    "eslint": "^7.11.0",
    "eslint-config-google": "^0.14.0",
    "eslint-config-prettier": "^6.12.0",
    "eslint-loader": "^4.0.2",
    "eslint-plugin-filenames": "^1.3.2",
    "eslint-plugin-flowtype": "^5.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-react": "^7.21.4",
    "lodash": "^4.17.20",
    "prettier": "^2.1.2"
  },
  "homepage": "https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies#readme",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "google analytics",
    "facebook pixel",
    "google tag manager",
    "gdpr cookies",
    "dsgvo",
    "cookies",
    "cookie consent",
    "tik tok",
    "tiktok",
    "hotjar"
  ],
  "license": "MIT",
  "main": "index.js",
  "types": "index.d.ts",
  "peerDependencies": {
    "gatsby": "^2.24.77 || ^3.0.0 || ^4.0.0 || ^5.0.0",
    "react": "^16.13.1 || ^17.0.1 || ^18.0.0",
    "react-dom": "^16.13.1 || ^17.0.1 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/andrezimpel/gatsby-plugin-gdpr-cookies.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__",
    "format": "eslint ./src --ext js,jsx --fix"
  },
  "engines": {
    "node": ">=8.0.0"
  }
}
