react-hook-formify
Version:
A smart wrapper around react-hook-form + zustand
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "react-hook-formify",
"version": "1.1.2",
"description": "A smart wrapper around react-hook-form + zustand",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsup index.ts --dts --format esm,cjs --out-dir dist"
},
"keywords": [
"react",
"react-hook-form",
"zustand",
"form",
"react-form",
"yup",
"prop-types",
"react-i18next",
"@hookform/resolvers"
],
"private": false,
"author": "Yahyo Temirov",
"license": "MIT",
"peerDependencies": {
"@hookform/resolvers": ">=3.0.0",
"prop-types": ">=15.0.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0",
"react-hook-form": ">=7.0.0",
"react-i18next": ">=12.0.0",
"yup": ">=1.2.0"
},
"devDependencies": {
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.4.1",
"prettier": "^3.5.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
},
"dependencies": {}
}