Initial commit
This commit is contained in:
35
templates/package.json
Normal file
35
templates/package.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "react-hook-form-zod-example",
|
||||
"version": "1.0.0",
|
||||
"description": "Example project demonstrating React Hook Form + Zod validation",
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"react": "^19.2.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-hook-form": "^7.66.1",
|
||||
"zod": "^4.1.12",
|
||||
"@hookform/resolvers": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/react": "^19.0.0",
|
||||
"@types/react-dom": "^19.0.0",
|
||||
"typescript": "^5.7.0",
|
||||
"vite": "^6.3.0",
|
||||
"@vitejs/plugin-react": "^4.3.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"keywords": [
|
||||
"react",
|
||||
"react-hook-form",
|
||||
"zod",
|
||||
"validation",
|
||||
"forms",
|
||||
"typescript"
|
||||
],
|
||||
"author": "",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user