UNPKG

@matthew.ngo/reform

Version:

A flexible and powerful React form management library with advanced validation, state observation, and multi-group support

107 lines (106 loc) 2.38 kB
{ "version": "0.1.2", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", "files": [ "dist", "src" ], "engines": { "node": ">=10" }, "scripts": { "start": "tsdx watch", "build": "tsdx build", "test": "tsdx test --passWithNoTests", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why", "demo": "cd examples/demo && npm run dev" }, "peerDependencies": { "react": ">=16", "react-hook-form": "^7.45.0", "yup": "^1.0.0", "@hookform/resolvers": "^4.0.0" }, "peerDependenciesMeta": { "yup": { "optional": true }, "@hookform/resolvers": { "optional": true } }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "prettier": { "printWidth": 80, "semi": true, "singleQuote": true, "trailingComma": "es5" }, "name": "@matthew.ngo/reform", "description": "A flexible and powerful React form management library with advanced validation, state observation, and multi-group support", "author": "ogn.wehttam", "keywords": [ "react", "hooks", "typescript", "form", "validation", "yup", "typescript", "form-management", "state-management", "persistence" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/maemreyo/reform" }, "bugs": { "url": "https://github.com/maemreyo/reform/issues" }, "homepage": "https://github.com/maemreyo/reform#readme", "module": "dist/reform.esm.js", "size-limit": [ { "path": "dist/reform.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/reform.esm.js", "limit": "10 KB" } ], "devDependencies": { "@changesets/cli": "^2.27.11", "@size-limit/preset-small-lib": "^11.2.0", "@types/lodash": "^4.17.14", "@types/react": "^19.0.7", "@types/react-dom": "^19.0.3", "husky": "^9.1.7", "react": "^19.0.0", "react-dom": "^19.0.0", "size-limit": "^11.2.0", "tsdx": "^0.14.1", "tslib": "^2.8.1", "typescript": "^5.7.3", "react-hook-form": "^7.45.0", "yup": "^1.2.0", "@hookform/resolvers": "^4.1.2" }, "dependencies": { "lodash-es": "^4.17.21" } }