cmux/node_modules/@vercel/gatsby-plugin-vercel-analytics/package.json
2026-01-29 17:36:26 -08:00

34 lines
No EOL
707 B
JSON

{
"name": "@vercel/gatsby-plugin-vercel-analytics",
"version": "1.0.11",
"description": "Track Core Web Vitals in Gatsby projects with Vercel Speed Insights.",
"main": "index.js",
"files": [
"gatsby-browser.js",
"web-vitals.js"
],
"dependencies": {
"web-vitals": "0.2.4"
},
"repository": {
"type": "git",
"url": "https://github.com/vercel/vercel.git",
"directory": "packages/gatsby-plugin-vercel-analytics"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-plugin-vercel",
"web vitals",
"vercel",
"cls",
"fcp",
"fid",
"lcp",
"ttfb"
],
"license": "Apache-2.0",
"devDependencies": {
"jest-junit": "16.0.0"
}
}