UNPKG

use-form-light

Version:

use-form-light is a very small React library that helps you manage forms and gives you ready-made form components with built-in checks

72 lines (71 loc) 1.88 kB
{ "name": "use-form-light", "version": "1.2.1", "description": "use-form-light is a very small React library that helps you manage forms and gives you ready-made form components with built-in checks", "keywords": [ "react-hook-form", "use-form", "use-form-light", "react-library", "form-ui", "react", "hooks", "form", "forms", "form-validation", "validation", "typescript", "react-hooks" ], "homepage": "https://github.com/LeeEugene1/use-form-light#readme", "bugs": { "url": "https://github.com/LeeEugene1/use-form-light/issues" }, "repository": { "type": "git", "url": "git+https://github.com/LeeEugene1/use-form-light.git" }, "license": "MIT", "author": "LeeEugene", "type": "module", "main": "dist/index.cjs", "module": "dist/index.mjs", "exports": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "types": "dist/index.d.ts", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "lint": "biome lint .", "format": "biome format --write .", "check": "biome check .", "build:types": "tsc", "build:bundles": "node esbuild.config.js", "build": "npm run build:types && npm run build:bundles", "test": "jest" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^14.2.1", "@testing-library/user-event": "^14.6.1", "@types/jest": "^29.5.14", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "esbuild": "^0.25.2", "identity-obj-proxy": "^3.0.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.3.1", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^16.8.0 || ^17 || ^18 || ^19", "react-dom": "^16.8.0 || ^17 || ^18 || ^19" } }