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
422 B
Text
14 lines
422 B
Text
{
|
|
"name": "legacy-javascript",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"description": "Identify legacy polyfills and code transforms.",
|
|
"main": "./legacy-javascript.js",
|
|
"repository": "GoogleChrome/lighthouse",
|
|
"author": "Google LLC",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/GoogleChrome/lighthouse/issues"
|
|
},
|
|
"homepage": "https://github.com/GoogleChrome/lighthouse#readme"
|
|
}
|