UNPKG

storybook-addon-material-ui5-react18

Version:

Storybook Addon for Material UI 5 Library with React 18 Support

114 lines (113 loc) 3.35 kB
{ "name": "storybook-addon-material-ui5-react18", "version": "1.0.0", "description": "Storybook Addon for Material UI 5 Library with React 18 Support", "main": "dist/index.js", "types": "storybook-addon-material-ui5-react18.d.ts", "repository": { "type": "git", "url": "https://github.com/bestfoodalex/storybook-addon-material-ui.git" }, "scripts": { "start": "storybook dev -p 9001", "build-storybook": "storybook build", "deploy": "node .scripts/deployer", "prepare": "node .scripts/npm-prepare.js", "postpublish": "node .scripts/npm-postpublish.js", "storybook": "storybook dev -p 6006" }, "license": "MIT", "bugs": { "url": "https://github.com/bestfoodalex/storybook-addon-material-ui/issues" }, "homepage": "https://github.com/bestfoodalex/storybook-addon-material-ui", "dependencies": { "global": "^4.3.2", "react-color": "^2.19.3", "react-inspector": "^6.0.2" }, "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.2.3", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@emotion/core": "^11.0.0", "@emotion/react": "^11.11.3", "@emotion/styled": "^11.11.0", "@mui/material": "^5.15.11", "@storybook/addon-actions": "^7.6.17", "@storybook/addon-essentials": "^7.6.17", "@storybook/addon-interactions": "^7.6.17", "@storybook/addon-links": "^7.6.17", "@storybook/addon-onboarding": "^1.0.11", "@storybook/addons": "^7.6.17", "@storybook/blocks": "^7.6.17", "@storybook/cli": "^7.6.17", "@storybook/react": "^7.6.17", "@storybook/react-webpack5": "^7.6.17", "@storybook/test": "^7.6.17", "babel-eslint": "^10.1.0", "babel-jest": "^29.7.0", "babel-loader": "^9.1.3", "chalk": "^4.1.0", "emotion-theming": "^11.0.0", "eslint": "^8.57.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-jest": "^27.9.0", "eslint-plugin-json": "^3.1.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.33.2", "eslint-plugin-storybook": "^0.8.0", "gh-pages": "^6.1.1", "jest": "^29.7.0", "js-beautify": "^1.15.1", "prettier": "^3.2.5", "prop-types": "^15.6.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "shelljs": "^0.8.2", "storybook": "^7.6.17", "typescript": "^4.9.5" }, "peerDependencies": { "@mui/material": "^5.15.11", "@storybook/addons": "^7.6.17", "@storybook/react": "^7.6.17", "prop-types": "^15.5.8", "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "keywords": [ "storybook-addons", "style", "debug", "storybook", "react", "material", "ui", "material-ui", "material-ui-5", "mui-5", "mui5", "addon", "decorator", "theme", "editor", "customization", "dark theme", "light theme", "storybook-addon" ], "storybook": { "displayName": "Material-UI 5 for React 18", "supportedFrameworks": [ "React" ], "icon": "https://raw.githubusercontent.com/bestfoodalex/storybook-addon-material-ui/version-1/docs/logos/material-ui.png" } }