muinotify
Version:
muinotify has an imperative API that makes it easy to display snackbars, without having to handle their open/close state. It also enables you to stack them on top of one another (although this is discouraged by the Material Design guidelines).
58 lines (57 loc) • 1.49 kB
JSON
{
"name": "muinotify",
"version": "1.0.6",
"description": "muinotify has an imperative API that makes it easy to display snackbars, without having to handle their open/close state. It also enables you to stack them on top of one another (although this is discouraged by the Material Design guidelines).",
"main": "dist/index.js",
"module": "dist/index.es.js",
"license": "MIT",
"scripts": {
"build": "rollup -c",
"release": "standard-version"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-react": "^7.16.7",
"@emotion/babel-preset-css-prop": "^11.2.0",
"@emotion/styled": "^11.8.1",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.70.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-terser": "^7.0.2"
},
"peerDependencies": {
"@emotion/styled": "^11.8.1",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Abolfazl2647/muinotify.git"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"keywords": [
"muinotify",
"multiple",
"react",
"javascript",
"material-ui",
"mui",
"@mui",
"toast",
"snackbar",
"alerts",
"notification",
"material design",
"rezvani",
"amir",
"abolfazl",
"amirrezvani.me"
]
}