UNPKG

@chimera-pe/mui-rhf

Version:

react-hook-form components using MaterialUI

60 lines (59 loc) 1.32 kB
{ "name": "@chimera-pe/mui-rhf", "description": "react-hook-form components using MaterialUI", "author": "Germán Enríquez", "version": "0.0.5", "type": "module", "repository": { "type": "git", "url": "https://git.chimera.com.pe/nodejs/mui-rhf.git" }, "keywords": [ "Chimera Software", "MaterialUI", "mui", "react-hook-form", "rhf" ], "main": "./dist/mui-rhf.umd.cjs", "module": "./dist/mui-rhf.js", "exports": { ".": { "import": "./dist/mui-rhf.js", "require": "./dist/mui-rhf.umd.cjs" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint .", "preview": "vite preview", "prepare": "npm run build" }, "peerDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mui/icons-material": "^7.2.0", "@mui/material": "^7.2.0", "@mui/x-date-pickers": "^8.7.0", "lodash": "^4.17.21", "react": "^19.1.0", "react-dom": "^19.1.0", "react-hook-form": "^7.60.0", "react-polyglot": "^0.7.2" }, "devDependencies": { "@eslint/js": "^9.25.0", "@types/react": "^19.1.8", "@types/react-dom": "^19.1.6", "@vitejs/plugin-react": "^4.6.0", "eslint": "^9.30.1", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", "globals": "^16.3.0", "vite": "^6.3.5" } }