mui-custom-form
Version:
A versatile React form component utilizing MUI components and react-hook-form.
51 lines (50 loc) • 1.34 kB
JSON
{
"name": "mui-custom-form",
"version": "1.1.11",
"description": "A versatile React form component utilizing MUI components and react-hook-form.",
"main": "dist/CustomForm.js",
"types": "dist/CustomForm.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DevOsamaIslam/mui-custom-form.git"
},
"author": "DevOsamaIslam",
"license": "MIT",
"bugs": {
"url": "https://github.com/DevOsamaIslam/mui-custom-form/issues"
},
"homepage": "https://github.com/DevOsamaIslam/mui-custom-form#readme",
"keywords": [
"react",
"form",
"MUI",
"react-hook-form",
"customizable"
],
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/x-date-pickers": "^8.3.1",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"moment": "^2.30.1",
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0",
"react-hook-form": "^7.56.3"
},
"devDependencies": {
"@types/node": "^22.15.18",
"@types/react": "^18.0.0 || ^19.0.0",
"@types/react-dom": "^18.0.0 || ^19.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@mui/icons-material": "^7.1.0",
"@mui/material": "^7.1.0",
"react-hook-form": "^7.56.3"
}
}