rsnext/packages/next-plugin-google-analytics/package.json
2020-10-27 11:31:31 -04:00

18 lines
364 B
JSON

{
"name": "@next/plugin-google-analytics",
"version": "9.5.6-canary.18",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-google-analytics"
},
"nextjs": {
"name": "Google Analytics",
"required-env": [
"NEXT_PUBLIC_GA_TRACKING_ID"
]
},
"peerDependencies": {
"next": "*",
"react": "*"
}
}