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>
18 lines
508 B
Text
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"
|
|
}
|
|
}
|