@nestledjs/forms
Version:
A flexible React form library supporting both declarative and imperative usage patterns with TypeScript support
50 lines • 1.14 kB
JSON
{
"name": "@nestledjs/forms",
"version": "0.4.3",
"exports": {
".": {
"import": "./index.js",
"types": "./index.d.ts"
}
},
"main": "./index.js",
"types": "./index.d.ts",
"type": "module",
"description": "A flexible React form library supporting both declarative and imperative usage patterns with TypeScript support",
"keywords": [
"react",
"forms",
"typescript",
"declarative",
"imperative",
"form-builder",
"react-hook-form",
"form-fields",
"validation",
"ui-components",
"form-library",
"react-components"
],
"author": "Nestled Contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nestledjs/nestled.git"
},
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"@mdxeditor/editor": "^3.39.1"
},
"dependencies": {
"date-fns": "^4.1.0",
"zod": "^3.0.0",
"@hookform/resolvers": "^3.0.0",
"react-hook-form": "^7.58.1",
"react-phone-number-input": "^3.4.12",
"@nestledjs/helpers": "^0.1.1"
}
}