el-form-react-components
Version:
AutoForm and UI components for React - generate forms instantly from schemas (Zod, Yup, Valibot). Includes Tailwind CSS styling and customizable field components.
70 lines • 1.52 kB
JSON
{
"name": "el-form-react-components",
"version": "3.4.0",
"description": "AutoForm and UI components for React - generate forms instantly from schemas (Zod, Yup, Valibot). Includes Tailwind CSS styling and customizable field components.",
"author": "Nichalas Barnes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/colorpulse6/el-form"
},
"homepage": "https://colorpulse6.github.io/el-form/",
"keywords": [
"react",
"components",
"form",
"forms",
"validation",
"zod",
"yup",
"valibot",
"typescript",
"autoform",
"ui",
"tailwind",
"schema-to-form",
"form-generator",
"form-builder",
"instant-forms",
"declarative-forms",
"zero-boilerplate",
"react-components",
"form-components",
"tailwindcss"
],
"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"
],
"dependencies": {
"zod": "^3.22.0",
"el-form-react-hooks": "^3.4.0",
"el-form-core": "^1.3.0"
},
"peerDependencies": {
"react": ">=16.8.0"
},
"peerDependenciesMeta": {
"tailwindcss": {
"optional": true
}
},
"devDependencies": {
"@types/react": "^18.0.0",
"tsup": "^8.0.0",
"typescript": "^5.0.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch"
}
}