easy-form-handler
Version:
A powerful, lightweight React form handling library with built-in validation, customizable styling, and intuitive components.
32 lines (31 loc) • 870 B
JSON
{
"name": "easy-form-handler",
"version": "1.1.5",
"main": "dist/index.js",
"type": "module",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npx rollup -c"
},
"keywords": ["form", "react", "form-handler", "easy-form", "typescript"],
"author": "Deep Das",
"license": "ISC",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/youtanimstar/easy-form-handler"
},
"homepage": "https://github.com/youtanimstar/easy-form-handler",
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-typescript": "^12.1.2",
"@rollup/plugin-url": "^8.0.2",
"@types/react": "^19.0.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"rollup": "^4.34.6",
"rollup-plugin-postcss": "^4.0.2",
"tslib": "^2.8.1"
}
}