UNPKG

mobx-easy-form

Version:

Simple and performant form library built with MobX

81 lines (80 loc) 1.73 kB
{ "version": "2.0.1", "description": "Simple and performant form library built with MobX", "keywords": [ "mobx", "form", "easy", "react" ], "homepage": "https://github.com/hrastnik/mobx-easy-form", "bugs": { "url": "https://github.com/hrastnik/mobx-easy-form/issues" }, "repository": { "type": "git", "url": "https://github.com/hrastnik/mobx-easy-form.git" }, "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", "lint": "tsdx lint", "prepare": "tsdx build", "size": "size-limit", "analyze": "size-limit --why" }, "peerDependencies": { "mobx": ">=4.0.0", "react": ">=16.0.0" }, "husky": { "hooks": { "pre-commit": "tsdx lint" } }, "name": "mobx-easy-form", "author": { "name": "Mateo Hrastnik", "email": "hrastnikmateo@gmail.com" }, "module": "dist/mobx-easy-form.esm.js", "size-limit": [ { "path": "dist/mobx-easy-form.cjs.production.min.js", "limit": "10 KB" }, { "path": "dist/mobx-easy-form.esm.js", "limit": "10 KB" } ], "devDependencies": { "@size-limit/preset-small-lib": "^6.0.4", "@testing-library/react": "^13.2.0", "@types/react": "^18.0.9", "husky": "^7.0.4", "mobx": "^6.3.7", "prettier": "2.5.0", "react": "^18.1.0", "react-dom": "^18.1.0", "size-limit": "^6.0.4", "tsdx": "^0.14.1", "tslib": "^2.5.0", "typescript": "^4.9.5", "yup": ">=0.30.0" }, "dependencies": { "use-memo-one": ">=1.0.0" } }