Rocky_Mountain_Vending/.pnpm-store/v10/files/eb/3b7b1ce66fff874ff261f3e78c66c51e6703be0b4032d94c1b5d1218921fdf520b12b2d803ef13bee73dc2686e9aab81b073e542a951d24f9ccfd2c8f8afe5
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/typeschema",
"amdName": "hookformResolversTypeschema",
"version": "1.0.0",
"private": true,
"description": "React Hook Form validation resolver: typeschema",
"main": "dist/typeschema.js",
"module": "dist/typeschema.module.js",
"umd:main": "dist/typeschema.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",
"@typeschema/main": "^0.13.7"
}
}