mirror of
https://github.com/kremalicious/gatsby-plugin-matomo.git
synced 2024-12-22 17:23:23 +01:00
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
{
|
|
"name": "gatsby-plugin-matomo",
|
|
"description": "Gatsby plugin to add Matomo (formerly Piwik) onto a site.",
|
|
"version": "0.7.1",
|
|
"author": "Matthias Kretschmann <m@kretschmann.io>",
|
|
"scripts": {
|
|
"build": "babel src --out-dir . --ignore __tests__",
|
|
"start": "babel -w src --out-dir . --ignore __tests__",
|
|
"test": "eslint ./src/**/*.js",
|
|
"format": "prettier --write 'src/**/*.{js,jsx}'",
|
|
"release": "release-it --non-interactive",
|
|
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
|
|
"changelog": "./node_modules/.bin/conventional-changelog -i CHANGELOG.md -s -r 0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.4.4",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"conventional-changelog-cli": "^2.0.21",
|
|
"cross-env": "^5.2.0",
|
|
"eslint": "^5.16.0",
|
|
"eslint-config-prettier": "^4.3.0",
|
|
"eslint-plugin-prettier": "^3.1.0",
|
|
"eslint-plugin-react": "^7.13.0",
|
|
"prettier": "^1.18.2",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"release-it": "^12.3.0"
|
|
},
|
|
"homepage": "https://github.com/kremalicious/gatsby-plugin-matomo",
|
|
"keywords": [
|
|
"gatsby",
|
|
"gatsby-plugin",
|
|
"matomo",
|
|
"piwik"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"peerDependencies": {
|
|
"gatsby": ">=1.9.0"
|
|
},
|
|
"repository": "github:kremalicious/gatsby-plugin-matomo",
|
|
"bugs": {
|
|
"url": "https://github.com/kremalicious/gatsby-plugin-matomo/issues"
|
|
}
|
|
}
|