UNPKG

react-material-ui-form-validator

Version:

Simple validator for forms designed with material-ui v1/v3/v4/v5 components.

51 lines (50 loc) 1.49 kB
{ "name": "react-material-ui-form-validator", "version": "5.0.0", "description": "Simple validator for forms designed with material-ui v1/v3/v4/v5 components.", "main": "./lib/index.js", "scripts": { "build": "babel ./src -d ./lib --presets=es2015,react,stage-2", "prepublish": "npm run build", "lint": "eslint src/**" }, "repository": { "type": "git", "url": "git+https://github.com/NewOldMax/react-material-ui-form-validator.git" }, "keywords": [ "material-ui", "form", "validation" ], "author": "NewOldMax", "license": "MIT", "bugs": { "url": "https://github.com/NewOldMax/react-material-ui-form-validator/issues" }, "homepage": "https://github.com/NewOldMax/react-material-ui-form-validator#readme", "dependencies": { "react-form-validator-core": "2.0.2", "prop-types": "^15.0.0" }, "peerDependencies": { "@mui/material": "^7.0.0", "react": "^17.0.2 || ^18.0.0 || ^19.0.0", "react-dom": "^17.0.2 || ^18.0.0 || ^19.0.0" }, "devDependencies": { "babel-cli": "^6.3.17", "babel-core": "^6.5.1", "babel-eslint": "^7.1.1", "babel-loader": "^6.2.2", "babel-polyfill": "^6.5.0", "babel-preset-es2015": "6.16.0", "babel-preset-react": "6.16.0", "babel-preset-stage-2": "6.16.0", "eslint": "^4.18.2", "eslint-config-airbnb": "^13.0.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "2.2.3", "eslint-plugin-react": "^6.8.0" } }