UNPKG

mui-component

Version:

some custom mui components

87 lines 2.08 kB
{ "name": "mui-component", "version": "2.1.0", "scripts": { "dev": "father dev", "build": "father build", "build:deps": "father prebundle", "prepublishOnly": "npm run build" }, "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "author": { "name": "liudichen", "email": "liudichen@foxmail.com", "url": "http://www.iimm.ink" }, "description": "some custom mui components", "repository": { "url": "https://github.com/liudichen/mui-component", "type": "https" }, "keywords": [ "mui", "material-ui", "extend", "component", "iimm", "www.iimm.ink", "liudichen", "popconfirm", "react", "@mui/material", "space", "react", "result" ], "license": "MIT", "files": [ "dist" ], "lint-staged": { "*.{js,jsx,less,md,json}": [ "prettier --write" ], "*.ts?(x)": [ "prettier --parser=typescript --write" ] }, "peerDependencies": { "@emotion/react": "^11.0.0", "@emotion/styled": "^11.0.0", "@mui/icons-material": "^5.0.0 || ^6.0.0", "@mui/material": "^5.0.0 || ^6.0.0", "@mui/x-date-pickers": "^5.0.0 || ^6.0.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "devDependencies": { "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "@mui/icons-material": "^5.17.1", "@mui/material": "^5.17.1", "@mui/x-date-pickers": "^5.0.20", "@types/react": "^18.3.20", "@types/react-dom": "^18.3.6", "@types/react-pdf": "^6.2.0", "@types/video-react": "^0.15.8", "father": "^4.5.2", "react": "^18.3.1", "react-dom": "^18.3.1", "sass": "^1.86.1", "typescript": "^4.9.5" }, "dependencies": { "@iimm/icons": "^1.1.0", "@iimm/react-shared": "^0.1.2", "@iimm/shared": "^2.5.0", "@tabler/icons-react": "^3.31.0", "ahooks": "^3.8.4", "classnames": "^2.5.1", "dayjs": "^1.11.13", "react-draggable": "^4.4.6", "react-pdf": "5.7.2", "react-responsive-carousel": "^3.2.23", "video-react": "^0.16.0" } }