Next.js website for Rocky Mountain Vending company featuring: - Product catalog with Stripe integration - Service areas and parts pages - Admin dashboard with Clerk authentication - SEO optimized pages with JSON-LD structured data Co-authored-by: Cursor <cursoragent@cursor.com>
14 lines
294 B
Text
14 lines
294 B
Text
{
|
|
"name": "@next/bundle-analyzer",
|
|
"version": "15.5.6",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "vercel/next.js",
|
|
"directory": "packages/next-bundle-analyzer"
|
|
},
|
|
"dependencies": {
|
|
"webpack-bundle-analyzer": "4.10.1"
|
|
}
|
|
}
|