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.1.0", "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": "^9.0.0", "@mui/material": "^9.0.0", "@mui/x-date-pickers": "^9.0.2", "lodash": "^4.18.1", "react": "^19.2.5", "react-dom": "^19.2.5", "react-hook-form": "^7.72.1", "react-polyglot": "^0.7.2" }, "devDependencies": { "@eslint/js": "^9.39.1", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "eslint": "^9.39.4", "eslint-plugin-react-hooks": "^7.1.1", "eslint-plugin-react-refresh": "^0.5.2", "globals": "^17.5.0", "vite": "^8.0.8" } }