@paratco/rhf-mui-form
Version:
MUI + React Hook Form Reusable Form Components
98 lines (97 loc) • 2.73 kB
JSON
{
"name": "@paratco/rhf-mui-form",
"version": "2.1.0",
"description": "MUI + React Hook Form Reusable Form Components",
"author": "Paratco",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+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,
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"provenance": true
},
"scripts": {
"dev": "vite",
"build": "tsc --p ./tsconfig.build.json && vite build",
"build:check": "tsc --p ./tsconfig.build.json --noEmit",
"lint": "eslint . --max-warnings 0",
"lint:fix": "eslint . --fix",
"preview": "vite preview",
"release": "semantic-release",
"release-dry-debug": "semantic-release --no-ci -d --debug",
"release-dry": "semantic-release --no-ci -d"
},
"peerDependencies": {
"@mui/material": "^9.0.1",
"@mui/x-date-pickers": "^9.2.0",
"date-fns-jalali": "^4.0.0-0 || ^4.1.0-0",
"react": "^18.3.0 || ^19.2.6",
"react-dom": "^18.3.0 || ^19.2.6",
"react-hook-form": "^7.64.0",
"react-imask": "^7.6.1"
},
"peerDependenciesMeta": {
"@mui/x-date-pickers": {
"optional": true
},
"date-fns-jalali": {
"optional": true
},
"react-imask": {
"optional": true
}
},
"devDependencies": {
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@hookform/resolvers": "^5.2.2",
"@microsoft/api-extractor": "^7.58.7",
"@mui/material": "^9.0.1",
"@mui/stylis-plugin-rtl": "^9.0.1",
"@mui/x-date-pickers": "^9.2.0",
"@paratco/eslint-config": "^3.3.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.8",
"@semantic-release/npm": "^13.1.5",
"@semantic-release/release-notes-generator": "^14.1.1",
"@types/node": "^25.8.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/stylis": "^4.2.7",
"@vitejs/plugin-react": "^6.0.2",
"conventional-changelog-conventionalcommits": "^9.3.1",
"date-fns-jalali": "^4.0.0-0",
"eslint": "^9.37.0",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"react-hook-form": "^7.76.0",
"react-imask": "^7.6.1",
"semantic-release": "^25.0.3",
"stylis": "^4.4.0",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"vite": "^8.0.13",
"vite-plugin-dts": "^5.0.0",
"zod": "^4.4.3"
}
}