Rocky_Mountain_Vending/.pnpm-store/v10/files/ce/f2eb348e81807a56168faa963b85f2e286c0413a48bc467b90fd7817a1531b301995ac57493a55c83bf85b01a29068bcd9498f637892a18aa187d919045737
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

18 lines
508 B
Text

{
"name": "@hookform/resolvers/typebox",
"amdName": "hookformResolversTypebox",
"version": "1.0.0",
"private": true,
"description": "React Hook Form validation resolver: typebox",
"main": "dist/typebox.js",
"module": "dist/typebox.module.js",
"umd:main": "dist/typebox.umd.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0",
"@sinclair/typebox": "^0.25.24"
}
}