mui-alert-provider
Version:
Make your alerts float! A lightweight provider for Material UI’s Alert that fits seamlessly into any web UI.
61 lines • 1.59 kB
JSON
{
"name": "mui-alert-provider",
"description": "Make your alerts float! A lightweight provider for Material UI’s Alert that fits seamlessly into any web UI.",
"author": "Theo Sim",
"version": "1.1.2",
"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/mui-alert-provider"
},
"homepage": "https://github.com/theo-sim-dev/mui-alert-provider",
"peerDependencies": {
"@mui/material": ">= 5.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": "^18.0.0",
"@types/react-dom": "^18.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",
"typescript-eslint": "^8.29.1"
},
"keywords": [
"mui",
"material-ui",
"alert",
"notification",
"toast",
"snackbar",
"react",
"context",
"hooks",
"provider",
"floating-alert",
"floating-notification"
]
}