Rocky_Mountain_Vending/.pnpm-store/v10/files/18/d9f6d4ad74ad9a7364d38e13c0b8289a3f922d27934b879482e37879f3ec0b669ddf1dbda9cb2a5947ab5dbfc6034494b36c7f607da68497851ee0ec5c0ae9
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
524 B
Text

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