mui-simple
Version:
Override mui components to simplify usage
81 lines (80 loc) • 2.28 kB
JSON
{
"name": "mui-simple",
"version": "1.15.14",
"description": "Override mui components to simplify usage",
"license": "MIT",
"author": "Hadriel Benjo (https://github.com/hdriel)",
"keywords": [
"@mui",
"mui",
"material-ui",
"mui-simple",
"@hdriel"
],
"bugs": {
"url": "https://github.com/hdriel/mui-simple/issues"
},
"homepage": "https://github.com/hdriel/mui-simple",
"publishConfig": {
"registery": "https://registry.npmjs.org/@hdriel/",
"access": "public"
},
"peerDependencies": {
"@emotion/cache": "11.10.5",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
"@mui/icons-material": "5.14.1",
"@mui/material": "^5.8.6",
"@mui/styles": "5.14.1",
"@mui/system": "^5.8.0",
"@mui/utils": "^5.15.1",
"react": "^17.0.0 || ^18.0.0",
"react-beautiful-dnd": "13.1.1",
"react-dom": "^17.0.0 || ^18.0.0",
"react-draggable": "4.4.5",
"react-inlinesvg": "^3.0.2",
"react-router-dom": "^6.16.0",
"stylis": "4.1.3",
"stylis-plugin-rtl": "2.0.2"
},
"dependencies": {
"@emotion/is-prop-valid": "^1.2.0",
"@mui/lab": "5.0.0-alpha.134",
"@mui/x-date-pickers": "^6.20.2",
"@react-spring/web": "^9.7.2",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"autosuggest-highlight": "^3.3.4",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"color": "^4.2.3",
"colornames-es": "^1.0.7",
"dayjs": "1.11.5",
"html-react-parser": "^4.2.3",
"lodash-es": "^4.17.21",
"module": "^1.2.5",
"mui-image": "^1.0.7",
"prop-types": "^15.8.1",
"react-imask": "^7.0.0-alpha.2",
"react-is": "^18.2.0",
"react-lazy-load-image-component": "^1.5.6",
"react-number-format": "^5.2.2",
"react-rating-stars-component": "^2.2.0",
"react-swipeable-views": "^0.14.0",
"react-swipeable-views-utils": "^0.14.0",
"react-transition-group": "^4.4.5",
"to-px": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/hdriel/mui-simple.git"
},
"type": "module",
"module": "bundles/bundle.esm.js",
"main": "bundles/bundle.js",
"types": "bundles/index.d.ts",
"files": [
"bundles/*"
]
}