react-mui-form-validator
Version:
Validator for forms designed with material-ui components.
80 lines (79 loc) • 2.11 kB
JSON
{
"name": "react-mui-form-validator",
"version": "1.6.0",
"description": "Validator for forms designed with material-ui components.",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"prod": "rimraf ./lib && tsup src/index.ts --dts --outDir=lib",
"start": "react-scripts start",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blencm/react-mui-form-validator.git"
},
"keywords": [
"react",
"react-forms",
"mui-form",
"mui-validator",
"form-validator",
"validator",
"validations",
"mui-form-validator",
"react-validator",
"react-mui-form-validator",
"react-form-validator"
],
"author": "Blencm",
"license": "MIT",
"bugs": {
"url": "https://github.com/blencm/react-mui-form-validator/issues"
},
"homepage": "https://github.com/blencm/react-mui-form-validator#readme",
"dependencies": {
"libphonenumber-js": "^1.10.49",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"react": "^16.0.0 || ^17.0.0 || ^18.2.0",
"react-dom": "^16.0.0 || ^17.0.0 || ^18.2.0"
},
"devDependencies": {
"@babel/preset-env": "^7.23.3",
"@babel/preset-flow": "^7.23.3",
"@babel/preset-react": "^7.23.3",
"@jest/globals": "^29.7.0",
"@mui/material": "^5.14.17",
"@testing-library/react": "^14.1.0",
"@types/node": "^20.9.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/react-lifecycles-compat": "^3.0.4",
"@types/react-test-renderer": "^18.0.6",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"mui-tel-input": "4.0.1",
"react-scripts": "5.0.1",
"react-test-renderer": "^18.2.0",
"rimraf": "^5.0.5",
"tsup": "^7.2.0",
"typescript": "^4.9.5"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}