UNPKG

material-ui-banner

Version:

A material-ui component that allows you to add a banner underneath the app bar.

51 lines (50 loc) 1.46 kB
{ "name": "material-ui-banner", "version": "3.0.1", "description": "A material-ui component that allows you to add a banner underneath the app bar.", "main": "dist/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack-dev-server --config webpack.config.dev.js --hot --progress --mode development", "build": "webpack --config webpack.config.build.js --progress --mode production" }, "repository": { "type": "git", "url": "https://github.com/alexplumb/material-ui-banner" }, "keywords": [ "material", "react", "banner" ], "sideEffects": false, "license": "MIT", "bugs": { "url": "https://github.com/alexplumb/material-ui-banner/issues" }, "homepage": "https://github.com/alexplumb/material-ui-banner", "devDependencies": { "@babel/core": "^7.4.3", "@babel/plugin-proposal-class-properties": "^7.4.0", "@babel/preset-env": "^7.4.3", "@babel/preset-react": "^7.0.0", "babel-loader": "^8.0.5", "react-hot-loader": "^4.8.2", "webpack": "^4.29.6", "webpack-cli": "^3.3.0", "webpack-dev-server": "^3.2.1", "webpack-merge": "^4.2.1" }, "dependencies": { "prop-types": "^15.7.2" }, "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.1", "@mui/styles": "^5.0.1", "clsx": "^1.1.1", "react": "^17.0.1", "react-dom": "^17.0.1" } }