2019-06-10 03:16:06 -04:00
|
|
|
{
|
|
|
|
|
"name": "@docusaurus/plugin-google-analytics",
|
2021-09-02 12:31:42 -04:00
|
|
|
"version": "2.0.0-beta.6",
|
2021-01-14 11:16:26 -05:00
|
|
|
"description": "Global analytics (analytics.js) plugin for Docusaurus.",
|
2019-06-10 03:16:06 -04:00
|
|
|
"main": "src/index.js",
|
|
|
|
|
"publishConfig": {
|
|
|
|
|
"access": "public"
|
|
|
|
|
},
|
2020-10-21 09:05:01 -04:00
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
|
|
|
"directory": "packages/docusaurus-plugin-google-analytics"
|
|
|
|
|
},
|
2019-06-10 03:16:06 -04:00
|
|
|
"license": "MIT",
|
2020-09-02 05:42:17 -04:00
|
|
|
"dependencies": {
|
2021-09-02 12:31:42 -04:00
|
|
|
"@docusaurus/core": "2.0.0-beta.6"
|
2019-06-10 03:16:06 -04:00
|
|
|
},
|
2020-11-02 12:24:19 -05:00
|
|
|
"peerDependencies": {
|
2021-02-12 11:04:45 -05:00
|
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
|
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
2020-11-02 12:24:19 -05:00
|
|
|
},
|
2019-06-10 03:16:06 -04:00
|
|
|
"engines": {
|
2021-02-18 09:12:42 -05:00
|
|
|
"node": ">=12.13.0"
|
2019-06-10 03:16:06 -04:00
|
|
|
}
|
|
|
|
|
}
|