mui-rhf-integration
Version:
React Hook Form integration for MUI with strict TypeScript handling based on form context.
84 lines (83 loc) • 2.21 kB
JSON
{
"name": "mui-rhf-integration",
"version": "6.0.2",
"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": "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": "^7.0.0",
"@mui/x-date-pickers": "^7.0.0",
"react": "^18.2.0 || ^19.0.0",
"react-hook-form": "^7.42.0"
},
"peerDependenciesMeta": {
"@mui/x-date-pickers": {
"optional": true
}
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"@date-io/date-fns": "^3.2.1",
"@emotion/styled": "^11.14.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/vite-react": "^3.4.0",
"@types/react": "^19.0.12",
"@vitest/coverage-v8": "^3.1.1",
"date-fns": "^4.1.0",
"jsdom": "^26.0.0",
"lefthook": "^1.11.6",
"react-dom": "^19.1.0",
"typescript": "^5.8.2",
"vite": "^6.2.4",
"vite-plugin-dts": "^4.5.3",
"vitest": "^3.1.1"
},
"packageManager": "pnpm@10.6.5+sha512.cdf928fca20832cd59ec53826492b7dc25dc524d4370b6b4adbf65803d32efaa6c1c88147c0ae4e8d579a6c9eec715757b50d4fa35eea179d868eada4ed043af",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"lefthook"
]
}
}