Rocky_Mountain_Vending/.pnpm-store/v10/files/be/f7cea8f75d2c1a8534e75c26220de4d47943ef670033ff8f5f29f50df775b35ec634ac648e61fc022c1f8e44b01c38c7a8d42fd9c23d500d6e5412106b176a
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

4 lines
170 B
Text

export type Dependencies = {
resolved: Map<string, string>;
};
export declare function installDependencies(baseDir: string, deps: any, dev?: boolean): Promise<void>;