add plugin for vercel

This commit is contained in:
Zheyuan Wu
2025-01-14 18:47:56 -06:00
parent 2853168aae
commit 80e238f439
4 changed files with 93 additions and 2 deletions

View File

@@ -5,10 +5,12 @@
"start": "next start"
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"next": "^15.0.3",
"nextra": "^3.2.3",
"nextra-theme-docs": "^3.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}
}