react-formal
Version:
Classy HTML form management for React
71 lines (70 loc) • 1.5 kB
JSON
{
"name": "react-formal",
"version": "2.7.1",
"description": "Classy HTML form management for React",
"main": "cjs/index.cjs",
"types": "cjs/index.d.ts",
"module": "esm/index.js",
"author": {
"name": "Jason Quense",
"email": "monastic.panic@gmail.com"
},
"homepage": "http://jquense.github.io/react-formal/",
"repository": {
"type": "git",
"url": "git+https://github.com/jquense/react-formal.git"
},
"license": "MIT",
"sideEffects": false,
"keywords": [
"react-formal",
"react",
"form",
"forms",
"inputs",
"validator",
"schema",
"validation",
"react-component",
"yup"
],
"jest": {
"testEnvironment": "jsdom",
"roots": [
"<rootDir>/test"
],
"setupFilesAfterEnv": [
"./test/index.js"
]
},
"prettier": {
"singleQuote": true,
"trailingComma": "all",
"quoteProps": "consistent"
},
"publishConfig": {
"access": "public"
},
"release": {
"conventionalCommits": true,
"publishDir": "lib"
},
"peerDependencies": {
"react": ">=16.4.0"
},
"dependencies": {
"@restart/hooks": "^0.4.1",
"@types/lodash": "^4.14.177",
"@types/react": ">=17.0.37",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"prop-types": "^15.7.2",
"property-expr": "^2.0.4",
"shallowequal": "^1.1.0",
"uncontrollable": "^7.2.1",
"yup": ">=0.32.11"
},
"bugs": {
"url": "https://github.com/jquense/react-formal/issues"
}
}