muification
Version:
Build Material UI notifications with MUI Alert and Toast in minutes.
81 lines • 1.99 kB
JSON
{
"name": "muification",
"version": "0.1.0",
"description": "Build Material UI notifications with MUI Alert and Toast in minutes.",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc && babel src --out-dir dist --copy-files",
"demo": "npm run build && cd demo && npm run dev"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/theo-sim-dev/muitification"
},
"homepage": "https://github.com/theo-sim-dev/muitification",
"peerDependencies": {
"@mui/material": ">= 5.0.0",
"mui-alert-provider": ">= 1.0.0",
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@babel/cli": "^7.27.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@eslint/js": "^9.24.0",
"@mui/material": "^7.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"mui-alert-provider": "^1.0.0",
"eslint": "^9.24.0",
"eslint-plugin-react": "^7.37.5",
"globals": "^16.0.0",
"prettier": "^3.5.3",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^5.8.3"
},
"keywords": [
"mui",
"mui-component",
"mui-alert",
"material-ui",
"material-ui-component",
"material-ui-alert",
"mui-alert-provider",
"mui-snackbar-provider",
"alert",
"notification",
"floating-alert",
"floating-notification",
"toast",
"toast-notification",
"toast-alert",
"snackbar",
"mui-snackbar",
"floating-toast",
"floating-toast-notification",
"floating-toast-alert",
"react",
"reactjs",
"react-component",
"context",
"context-api",
"context-provider",
"context-hook",
"hook",
"react-hook",
"hooks",
"react-hooks",
"provider"
]
}