rsnext/packages/next-plugin-google-analytics/package.json
2020-07-07 02:11:43 -04:00

18 lines
352 B
JSON

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