@meronex/form
Version:
A simple react form for React Material UI (and potential other)
39 lines (38 loc) • 783 B
JSON
{
"name": "@meronex/form",
"version": "1.1.4",
"description": "A simple react form for React Material UI (and potential other)",
"main": "index.js",
"module": "index.js",
"scripts": {
"public": "npm publish --access public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/meronex/meronex-form.git"
},
"homepage": "https://github.com/meronex/meronex-form#readme",
"keywords": [
"form",
"forms",
"form-validation",
"react",
"react-component",
"context",
"component",
"validation",
"formik",
"formstate",
"material-ui",
"mui",
"material",
"meronex"
],
"author": "meronex",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"react": "^16.3.0 || ^17"
}
}