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>
26 lines
No EOL
446 B
Text
26 lines
No EOL
446 B
Text
{
|
|
"name": "@next/swc-linux-arm64-gnu",
|
|
"version": "16.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/next.js",
|
|
"directory": "crates/napi/npm/linux-arm64-gnu"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"main": "next-swc.linux-arm64-gnu.node",
|
|
"files": [
|
|
"next-swc.linux-arm64-gnu.node"
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 10"
|
|
}
|
|
} |