mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
* add changelog * add alpha 73 * run prettier on versions file (+ ignore it as we don't care much and it's annoying when releasing) * v2.0.0-alpha.73
26 lines
627 B
JSON
26 lines
627 B
JSON
{
|
|
"name": "@docusaurus/plugin-google-analytics",
|
|
"version": "2.0.0-alpha.73",
|
|
"description": "Global analytics (analytics.js) plugin for Docusaurus.",
|
|
"main": "src/index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-google-analytics"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.0-alpha.73"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.13.0"
|
|
}
|
|
}
|