mui-rhf-integration
Version:
React Hook Form integration for MUI with strict TypeScript handling based on form context.
80 lines (79 loc) • 2.2 kB
JSON
{
"name": "mui-rhf-integration",
"version": "8.0.1",
"description": "React Hook Form integration for MUI with strict TypeScript handling based on form context.",
"keywords": [
"react",
"mui",
"rhf",
"react hook form",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DASPRiD/mui-rhf-integration.git"
},
"author": "Ben Scholzen 'DASPRiD'",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"test": "vitest",
"coverage": "vitest run --coverage",
"format": "biome format . --write",
"check": "biome check . --write"
},
"files": [
"dist/**/*"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"./date-picker": {
"types": "./dist/date-picker/index.d.ts",
"import": "./dist/date-picker.js"
}
},
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"peerDependencies": {
"@mui/material": "^9.0.0",
"@mui/x-date-pickers": "^9.0.0",
"react": "^18.0.0 || ^19.0.0",
"react-hook-form": "^7.55.0"
},
"peerDependenciesMeta": {
"@mui/x-date-pickers": {
"optional": true
}
},
"devDependencies": {
"@biomejs/biome": "^2.4.12",
"@commitlint/cli": "^20.5.0",
"@commitlint/config-conventional": "^20.5.0",
"@date-io/date-fns": "^3.2.1",
"@emotion/styled": "^11.14.1",
"@mui/material": "^9.0.0",
"@mui/x-date-pickers": "^9.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/vite-react": "^7.0.2",
"@types/react": "^19.2.14",
"@vitest/coverage-v8": "^4.1.4",
"dayjs": "^1.11.20",
"jsdom": "^29.0.2",
"lefthook": "^2.1.5",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"typescript": "^6.0.2",
"vite": "^8.0.8",
"vite-plugin-dts": "^4.5.4",
"vitest": "^4.1.4"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}