Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/7e134eb2c5ba0bd517a8ccb989fbf26b41df8a6748e91de2980eaabeca59303d1bd599d07edbe8e189e5685b2cba0850bef861f89ed1fd9b3d4c397af826d7
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
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>
2026-02-12 16:22:15 -07:00

12 lines
No EOL
233 B
Text

{
"type": "module",
"main": "index.cjs",
"module": "index.js",
"react-native": {
"./index.js": "./index.native.js"
},
"browser": {
"./index.js": "./index.browser.js",
"./index.cjs": "./index.browser.cjs"
}
}