gatsby-plugin-ackee-tracker
Version:
Gatsby plugin to add Ackee Tracker to a site.
44 lines (43 loc) • 1.14 kB
JSON
{
"name": "gatsby-plugin-ackee-tracker",
"version": "4.1.4",
"description": "Gatsby plugin to add Ackee Tracker to a site.",
"keywords": [
"ackee",
"ackee-tracker",
"analytics",
"gatsby",
"gatsby-plugin",
"statistics",
"tracker",
"tracking"
],
"repository": {
"type": "git",
"url": "https://github.com/gatsby-uc/plugins.git",
"directory": "packages/gatsby-plugin-ackee-tracker"
},
"bugs": {
"url": "https://github.com/gatsby-uc/plugins/issues"
},
"homepage": "https://github.com/gatsby-uc/plugins/blob/main/packages/gatsby-plugin-ackee-tracker/README.md",
"license": "MIT",
"contributors": [
"Christopher Burns <christopher@tapstudio.co.uk>",
"Alex Moon <alex.jared.moon@gmail.com>"
],
"scripts": {
"build": "babel src --out-dir ./dist --ignore \"**/__tests__\"",
"watch": "yarn build --watch"
},
"dependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"ackee-tracker": "^5.1.0",
"babel-preset-gatsby-package": "^3.13.1",
"cross-env": "^7.0.3"
},
"peerDependencies": {
"gatsby": "^4.0.0 || ^5.0.0"
}
}