el-form-react-hooks
Version:
TypeScript-first React form hooks with flexible validation - supports Zod, Yup, Valibot, custom functions, or no validation. Modern form state management with useForm hook.
64 lines (63 loc) • 1.39 kB
JSON
{
"name": "el-form-react-hooks",
"version": "3.4.0",
"description": "TypeScript-first React form hooks with flexible validation - supports Zod, Yup, Valibot, custom functions, or no validation. Modern form state management with useForm hook.",
"author": "Nichalas Barnes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/colorpulse6/el-form"
},
"homepage": "https://colorpulse6.github.io/el-form/",
"keywords": [
"react",
"hooks",
"form",
"forms",
"validation",
"zod",
"yup",
"valibot",
"typescript",
"type-safe",
"schema-validation",
"form-builder",
"form-management",
"react-hook-form",
"useform",
"autoform",
"form-state",
"field-validation",
"react-forms",
"schema-first",
"typescript-forms"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
},
"dependencies": {
"el-form-core": "workspace:^"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"devDependencies": {
"@types/react": "^18.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
}
}