UNPKG

user-auth-pkg

Version:

A **highly customizable** and **reusable login form component** built with **React Hook Form**, **Yup**, and **Material UI**, supporting **image uploads**, **file inputs**, **CAPTCHA validation**, and flexible UI overrides.

57 lines (56 loc) 1.31 kB
{ "name": "user-auth-pkg", "version": "1.5.8", "main": "dist/index.js", "module": "dist/index.js", "private": false, "files": [ "dist" ], "scripts": { "build": "tsc" }, "peerDependencies": { "@hookform/resolvers": "^5.0.1", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-google-recaptcha": "^3.1.0", "react-hook-form": "^7.0.0", "yup": "^1.0.0" }, "devDependencies": { "@babel/cli": "^7.0.0", "@babel/core": "^7.26.10", "@babel/preset-env": "^7.0.0", "@babel/preset-react": "^7.0.0", "@hookform/resolvers": "^5.0.1", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/react-google-recaptcha": "^2.1.9", "babel-core": "^7.0.0-bridge.0", "react-google-recaptcha": "^3.1.0", "react-hook-form": "^7.55.0", "typescript": "^5.8.3", "yup": "^1.6.1" }, "dependencies": { "axios": "^1.8.4", "pkg-use-react-app": "file:.yalc/pkg-use-react-app", "react-google-recaptcha": "^3.1.0" }, "keywords": [ "react", "login-form", "react-hook-form", "yup", "material-ui", "authentication", "captcha", "file-upload", "reCAPTCHA", "customizable", "form-validation", "react-component", "user-authentication" ] }