UNPKG

gatsby-plugin-plausible

Version:

A Gatsby plugin for adding Plausible analytics to your Gatsby site

53 lines (52 loc) 1.54 kB
{ "name": "gatsby-plugin-plausible", "description": "A Gatsby plugin for adding Plausible analytics to your Gatsby site", "version": "0.0.7", "author": "Curtis Cummings <curtis@pixelplicity.com>", "license": "MIT", "repository": "pixelplicity/gatsby-plugin-plausible", "bugs": { "url": "https://github.com/pixelplicity/gatsby-plugin-plausible/issues" }, "main": "index.js", "keywords": [ "gatsby", "gatsby-plugin", "plausible", "analytics" ], "scripts": { "build": "babel src --out-dir . --ignore __tests__", "watch": "babel -w src --out-dir . --ignore **/__tests__", "prepublishOnly": "cross-env NODE_ENV=production npm run build", "version": "auto-changelog -p && git add CHANGELOG.md", "lint": "eslint ./src/**/*.js", "format": "prettier --write 'src/**/*.js'", "test": "npm run lint && jest --coverage" }, "dependencies": { "@babel/runtime": "^7.9.2", "react": "^16.13.1", "minimatch": "3.0.4" }, "devDependencies": { "@babel/cli": "^7.8.4", "@babel/core": "^7.9.0", "@babel/runtime": "^7.9.2", "auto-changelog": "^2.0.0", "babel-eslint": "^10.1.0", "babel-preset-gatsby-package": "^0.3.1", "cross-env": "^7.0.2", "eslint": "^6.8.0", "eslint-config-prettier": "^6.10.1", "eslint-plugin-prettier": "^3.1.3", "eslint-plugin-react": "^7.19.0", "jest": "^25.3.0", "prettier": "^2.0.4" }, "peerDependencies": { "gatsby": ">=2.0.0", "react": ">=16.0.0", "react-dom": ">=16.0.0" } }