mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 09:13:19 +01:00
13e3597426
Bumps [release-it](https://github.com/release-it/release-it) from 14.14.1 to 15.1.1. - [Release notes](https://github.com/release-it/release-it/releases) - [Changelog](https://github.com/release-it/release-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/release-it/release-it/compare/14.14.1...15.1.1) --- updated-dependencies: - dependency-name: release-it dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "gatsby-plugin-matomo",
|
|
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
|
|
"version": "0.13.0",
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production babel src --out-dir . --ignore **/__tests__",
|
|
"start": "babel -w src --out-dir . --ignore **/__tests__",
|
|
"test": "npm run lint && jest --coverage",
|
|
"lint": "eslint ./src/**/*.js",
|
|
"format": "prettier --write 'src/**/*.js'",
|
|
"release": "release-it --non-interactive",
|
|
"changelog": "auto-changelog -p",
|
|
"prepublishOnly": "npm run build"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.17.6",
|
|
"auto-changelog": "^2.4.0",
|
|
"babel-preset-gatsby-package": "^2.11.0",
|
|
"cross-env": "^7.0.3",
|
|
"eslint": "^8.13.0",
|
|
"eslint-config-prettier": "^8.5.0",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"jest": "^27.5.1",
|
|
"prettier": "^2.6.2",
|
|
"react": ">=16.8",
|
|
"release-it": "^15.1.1"
|
|
},
|
|
"homepage": "https://kremalicious.com/gatsby-plugin-matomo",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"analytics",
|
|
"tracking",
|
|
"matomo",
|
|
"piwik"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"gatsby": "^4.0.0",
|
|
"react": ">=16.8",
|
|
"react-dom": ">=16.8"
|
|
},
|
|
"repository": "github:kremalicious/gatsby-plugin-matomo",
|
|
"bugs": {
|
|
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
|
|
}
|
|
}
|