UNPKG

mui-simple

Version:

Override mui components to simplify usage

213 lines (212 loc) 7.52 kB
{ "name": "mui-simple", "version": "1.15.14", "description": "Override mui components to simplify usage", "module": "dist/bundles/bundle.esm.js", "main": "dist/bundles/bundle.js", "types": "dist/bundles/index.d.ts", "typings": "dist/src/index.d.ts", "type": "module", "files": [ "dist/*" ], "scripts": { "build": "cross-env NODE_ENV=production NODE_OPTIONS=--max-old-space-size=8192 rollup -c rollup.config.js", "build:debug": "cross-env NODE_ENV=development NODE_OPTIONS=--max-old-space-size=8192 rollup -c rollup.config.js", "build:ts": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json", "build:ts-watch": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsc -p tsconfig.json -w", "build-storybook": "storybook build", "deploy": "gh-pages -d storybook-static", "install-deps": "npm install --ignore-scripts --force", "predeploy": "npm run build-storybook", "prettier": "prettier --write .", "storybook": "storybook dev -p 6006", "storybook-static-serve": "serve storybook-static -p 6007", "test": "" }, "lint-staged": { "src/**/*.{js,jsx,ts,tsx,html.css}": "prettier --write .", "src/**/*.{js,jsx,ts,tsx}": "eslint" }, "keywords": [ "@mui", "mui", "material-ui", "mui-simple", "@hdriel" ], "license": "MIT", "author": "Hadriel Benjo (https://github.com/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" }, "repository": { "type": "git", "url": "git://github.com/hdriel/mui-simple.git" }, "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" }, "devDependencies": { "@babel/core": "^7.22.5", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.20.7", "@babel/plugin-proposal-optional-chaining": "^7.21.0", "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@babel/plugin-transform-react-jsx": "^7.22.5", "@babel/plugin-transform-runtime": "^7.22.5", "@babel/preset-env": "^7.22.5", "@babel/preset-react": "^7.22.5", "@babel/runtime": "^7.22.5", "@emotion/cache": "^11.10.5", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/icons-material": "^5.14.1", "@mui/material": "^5.15.1", "@mui/styles": "^5.14.1", "@mui/system": "^5.15.1", "@mui/utils": "^5.15.1", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^25.0.2", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.1.0", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-typescript": "^11.1.1", "@storybook/addon-actions": "^7.6.6", "@storybook/addon-docs": "^7.6.6", "@storybook/addon-essentials": "^7.6.6", "@storybook/addon-interactions": "^7.6.6", "@storybook/addon-links": "^7.6.6", "@storybook/addon-storysource": "^7.6.6", "@storybook/addon-styling": "^1.3.7", "@storybook/blocks": "^7.6.6", "@storybook/preset-create-react-app": "^7.6.6", "@storybook/react": "^7.6.6", "@storybook/react-webpack5": "^7.6.6", "@storybook/testing-library": "^0.2.2", "@types/autosuggest-highlight": "^3.2.0", "@types/color": "^3.0.3", "@types/date-fns": "^2.6.0", "@types/lodash-es": "^4.17.7", "@types/mui-image": "^1.0.1", "@types/prop-types": "^15.7.5", "@types/react": "^18.2.14", "@types/react-beautiful-dnd": "^13.1.4", "@types/react-dom": "^18.2.6", "@types/react-is": "^18.2.4", "@types/react-swipeable-views": "^0.13.2", "@types/react-swipeable-views-utils": "^0.13.4", "@types/to-px": "^1.1.2", "@typescript-eslint/eslint-plugin": "^5.60.1", "@typescript-eslint/parser": "^5.59.9", "@wessberg/cjs-to-esm-transformer": "^0.0.22", "babel-loader": "^9.1.2", "babel-plugin-named-exports-order": "^0.0.2", "babel-plugin-syntax-dynamic-import": "^6.18.0", "copy-webpack-plugin": "^11.0.0", "cross-env": "^7.0.3", "eslint": "^7.14.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-config-react-app": "^7.0.1", "eslint-config-standard-with-typescript": "^35.0.0", "eslint-html-reporter": "^0.7.4", "eslint-import-resolver-jsconfig": "^1.1.0", "eslint-loader": "^4.0.2", "eslint-plugin-babel": "^5.3.1", "eslint-plugin-import": "^2.27.5", "eslint-plugin-jest-dom": "^4.0.1", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-n": "^16.0.1", "eslint-plugin-prettier": "^3.3.1", "eslint-plugin-promise": "^6.1.1", "eslint-plugin-react": "^7.32.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-storybook": "^0.6.15", "eslint-plugin-testing-library": "^5.0.4", "eslint-webpack-plugin": "^4.0.1", "formik": "^2.4.3", "fs": "^0.0.1-security", "gh-pages": "^5.0.0", "husky": "^8.0.3", "path": "^0.12.7", "postcss": "^8.4.24", "prettier": "^2.8.7", "react": "^18.2.0", "react-beautiful-dnd": "^13.1.1", "react-dom": "^18.2.0", "react-draggable": "^4.4.5", "react-inlinesvg": "^4.1.0", "react-router-dom": "^6.21.1", "rollup": "^3.25.3", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-dts": "^5.3.0", "rollup-plugin-filesize": "^10.0.0", "rollup-plugin-generate-package-json": "^3.2.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-node-resolve": "^5.2.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-url-resolve": "^0.2.0", "serve": "^14.2.0", "storybook": "^7.6.6", "stylis": "^4.1.3", "stylis-plugin-rtl": "^2.0.2", "ts-loader": "^9.4.3", "tslib": "^2.6.0", "typescript": "^5.1.5", "url": "^0.11.1" } }