rsnext/packages/next-plugin-google-analytics/package.json
2021-01-11 12:32:53 -05:00

18 lines
364 B
JSON

{
"name": "@next/plugin-google-analytics",
"version": "10.0.6-canary.0",
"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": "*"
}
}