mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
* fix: make type-checking pass in Yarn PnP * fix * fix? * fix... * almost there * try again * little fix * disable
36 lines
922 B
JSON
36 lines
922 B
JSON
{
|
|
"name": "@docusaurus/plugin-google-analytics",
|
|
"version": "2.0.0-beta.21",
|
|
"description": "Global analytics (analytics.js) plugin for Docusaurus.",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --build",
|
|
"watch": "tsc --build --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/facebook/docusaurus.git",
|
|
"directory": "packages/docusaurus-plugin-google-analytics"
|
|
},
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@docusaurus/core": "2.0.0-beta.21",
|
|
"@docusaurus/types": "2.0.0-beta.21",
|
|
"@docusaurus/utils-validation": "2.0.0-beta.21",
|
|
"tslib": "^2.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/types": "2.0.0-beta.21"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^16.8.4 || ^17.0.0",
|
|
"react-dom": "^16.8.4 || ^17.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=16.14"
|
|
}
|
|
}
|