UNPKG

@paratco/rhf-mui-form

Version:

MUI + React Hook Form Reusable Form Components

90 lines (89 loc) 2.35 kB
{ "name": "@paratco/rhf-mui-form", "version": "1.2.2", "description": "MUI + React Hook Form Reusable Form Components", "author": "Paratco", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/Paratco/rhf-mui-form.git" }, "keywords": [ "React", "RHF", "MUI", "Material UI", "React Hook Form", "Component" ], "type": "module", "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "sideEffects": false, "scripts": { "dev": "vite", "build:check": "tsc --p ./tsconfig.build.json --noEmit", "build": "tsc --p ./tsconfig.build.json && vite build", "format:check": "prettier --check lib/", "format": "prettier --write lib/", "lint": "eslint . --report-unused-disable-directives-severity error --max-warnings 0", "preview": "vite preview" }, "peerDependencies": { "@mui/material": "^6.4.0 || ^7.1.0", "@mui/x-date-pickers": "^8.5.0", "date-fns-jalali": "^4.0.0-0 || ^4.1.0-0", "react": "^18.3.0 || ^19.1.0", "react-dom": "^18.3.0 || ^19.1.0", "react-hook-form": "^7.58.0", "react-imask": "^7.6.0" }, "peerDependenciesMeta": { "@mui/x-date-pickers": { "optional": true }, "date-fns-jalali": { "optional": true }, "react-imask": { "optional": true } }, "dependencies": { "object-hash": "^3.0.0" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@hookform/resolvers": "^5.1.1", "@mui/material": "^7.1.1", "@mui/x-date-pickers": "^8.5.2", "@paratco/eslint-config": "^2.2.6", "@paratco/prettier-config": "^0.1.1", "@types/node": "^24.0.3", "@types/object-hash": "^3.0.6", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@types/stylis": "^4.2.7", "@vitejs/plugin-react": "^4.5.2", "date-fns-jalali": "^4.0.0-0", "eslint": "^9.29.0", "globals": "^16.2.0", "prettier": "^3.5.3", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.58.0", "react-imask": "^7.6.1", "stylis": "^4.3.6", "stylis-plugin-rtl": "^2.1.1", "tslib": "^2.8.1", "typescript": "^5.8.3", "typescript-eslint": "^8.34.1", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4", "zod": "^3.25.67" } }