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>
23 lines
No EOL
597 B
Text
23 lines
No EOL
597 B
Text
{
|
|
"name": "react-experimental-builtin",
|
|
"main": "index.js",
|
|
"exports": {
|
|
".": {
|
|
"react-server": "./react.react-server.js",
|
|
"default": "./index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./jsx-runtime": {
|
|
"react-server": "./jsx-runtime.react-server.js",
|
|
"default": "./jsx-runtime.js"
|
|
},
|
|
"./jsx-dev-runtime": {
|
|
"react-server": "./jsx-dev-runtime.react-server.js",
|
|
"default": "./jsx-dev-runtime.js"
|
|
},
|
|
"./compiler-runtime": {
|
|
"react-server": "./compiler-runtime.js",
|
|
"default": "./compiler-runtime.js"
|
|
}
|
|
}
|
|
} |