UNPKG

notistack-v2-maintained

Version:

Highly customizable notification snackbars (toasts) that can be stacked on top of each other

93 lines 2.42 kB
{ "name": "notistack-v2-maintained", "version": "2.2.0", "description": "Highly customizable notification snackbars (toasts) that can be stacked on top of each other", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "author": { "name": "Anton Frattaroli" }, "homepage": "https://www.notistack.com", "repository": { "url": "git+https://github.com/frattaro/notistack.git", "type": "git" }, "scripts": { "build": "npm run clean && tsc --project tsconfig.json", "clean": "rimraf dist", "publish-package": "npm run build && npm publish", "lint": "eslint . --max-warnings=0", "test": "npm run lint" }, "peerDependencies": { "@emotion/react": "^11.13.5", "@emotion/styled": "^11.13.5", "@mui/material": "^7.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" }, "peerDependenciesMeta": { "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "devDependencies": { "@emotion/react": "11.14.0", "@emotion/styled": "11.14.0", "@mui/material": "7.0.0", "@trivago/prettier-plugin-sort-imports": "5.2.2", "@types/node": "22.13.13", "@types/react": "19.0.12", "@types/react-dom": "19.0.4", "eslint": "9.23.0", "eslint-config-prettier": "10.1.1", "eslint-plugin-security": "3.0.1", "eslint-plugin-jsx-a11y": "6.10.2", "eslint-plugin-prettier": "5.2.5", "eslint-plugin-react": "7.37.4", "prettier": "3.5.3", "react": "19.0.0", "react-dom": "19.0.0", "rimraf": "6.0.1", "typescript": "5.8.2", "typescript-eslint": "8.28.0" }, "dependencies": { "clsx": "^2.1.1", "hoist-non-react-statics": "^3.3.2" }, "bugs": { "url": "https://github.com/frattaro/notistack/issues" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/notistack" }, "contributors": [ "Hossein Dehnokhalaji (https://www.iamhosseindhv.com/)" ], "keywords": [ "notistack", "enqueueSnackbar", "snackbarprovider", "useSnackbar", "multiple", "react", "javascript", "material-ui", "toast", "redux", "snackbar", "stacked", "notification", "material design", "hossein", "dehnokhalaji", "iamhosseindhv" ] }