Rocky_Mountain_Vending/.pnpm-store/v10/files/7e/56cc26b16ea036c59d9c9ff0926d47afbcc4a4d00cdafc7996bfa91aa74e53a359d9142680efb06b8f70afc6c4a840e466d2905e5cea24e16bf3a345c753dd
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
476 B
Text

{
"name": "@hookform/resolvers/vest",
"amdName": "hookformResolversVest",
"version": "1.0.0",
"private": true,
"description": "React Hook Form validation resolver: vest",
"main": "dist/vest.js",
"module": "dist/vest.module.js",
"umd:main": "dist/vest.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",
"vest": ">=3.0.0"
}
}