UNPKG

@code-mancers/gatsby-plugin-google-tagmanager

Version:
46 lines (45 loc) 1.33 kB
{ "name": "@code-mancers/gatsby-plugin-google-tagmanager", "version": "1.0.9", "description": "Gatsby plugin to add google tagmanager onto a site", "main": "index.js", "keywords": [ "google-tagmanager", "gtm", "analytics", "gatsby" ], "bugs": { "url": "https://github.com/code-mancers/codemancers-gatsby-plugin-google-tagmanager/issues" }, "dependencies": { "@babel/runtime": "^7.15.4", "web-vitals": "^1.1.2" }, "devDependencies": { "@babel/cli": "^7.15.4", "@babel/core": "^7.15.5", "babel-preset-gatsby-package": "^3.0.0-next.1", "cross-env": "^7.0.3", "gatsby-plugin-utils": "^4.0.0-next.4" }, "peerDependencies": { "gatsby": "^4.23.0 || ^4.24.7 || ^4.0.0-next || ^5.0.0-next", "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0", "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^0.0.0" }, "repository": { "type": "git", "url": "https://github.com/code-mancers/codemancers-gatsby-plugin-google-tagmanager.git", "directory": "packages/codemancers-gatsby-plugin-google-tagmanager" }, "scripts": { "build": "babel src --out-dir . --ignore \"**/__tests__\"", "watch": "babel -w src --out-dir . --ignore \"**/__tests__\"" }, "engines": { "node": ">=14.15.0" }, "author": "code-mancers", "license": "MIT" }