react-mui-form-validator
Version:
Validator for forms designed with material-ui components.
86 lines (85 loc) • 2.29 kB
JSON
{
"name": "react-mui-form-validator",
"version": "1.7.3",
"description": "Validator for forms designed with material-ui components.",
"type": "module",
"main": "./lib/index.cjs",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib/index.cjs"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "rimraf ./lib && tsup src/index.ts src/cli.ts --dts --format esm,cjs --outDir=lib --sourcemap",
"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",
"validator",
"validations",
"mui-form-validator",
"react-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.12.42",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-lifecycles-compat": "^3.0.4"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.3.1 || ^19.2.5 || 20.0.0",
"react-dom": "^17.0.0 || ^18.3.1 || ^19.2.5 || 20.0.0"
},
"devDependencies": {
"@babel/preset-env": "^7.29.2",
"@babel/preset-flow": "^7.27.1",
"@babel/preset-react": "^7.28.5",
"@jest/globals": "^30.3.0",
"@mui/material": "^9.0.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-lifecycles-compat": "^3.0.4",
"@types/react-test-renderer": "^19.1.0",
"babel-jest": "^30.3.0",
"jest": "^30.3.0",
"mui-tel-input": "11.0.0",
"react-test-renderer": "^19.2.5",
"rimraf": "^6.1.3",
"tsup": "^8.5.1",
"typescript": "^6.0.3"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}