UNPKG

@lozlow/reform

Version:

Reasonably making forms with ReScript and React sound good

42 lines (41 loc) 1.08 kB
{ "name": "@lozlow/reform", "version": "13.1.1", "description": "Reasonably making forms with ReScript and React sound good", "repository": "git@github.com:reasonbr/reform.git", "homepage": "https://github.com/reasonbr/reform#readme", "bugs": "https://github.com/reasonbr/reform/issues", "keywords": [ "reason", "bucklescript", "react", "form", "rescript", "rescript-react", "rescript-forms", "rescript-react-forms", "rescript-reform", "reform" ], "author": "Gabriel Rubens <fakenickels.dev>", "license": "MIT", "peerDependencies": { "@rescript/react": "^0.10.3", "rescript": "^9.1.1" }, "devDependencies": { "@rescript/react": "^0.10.1", "rescript": "^9.1.1" }, "scripts": { "start": "yarn res:watch", "res:clean": "rescript clean", "res:build": "yarn res:clean; rescript build", "res:watch": "yarn res:clean; rescript build -w", "res:setup": "yarn rescript build" }, "dependencies": { "@rescriptbr/reschema": "^3.0.3", "rescript-react-update": "^3.0.1" } }