UNPKG

notistack-mod

Version:

Notistack with ability to modify active snackbars.

90 lines 2.67 kB
{ "name": "notistack-mod", "version": "0.2.1", "description": "Notistack with ability to modify active snackbars.", "main": "dist/index.js", "module": "dist/notistack.esm.js", "types": "dist/index.d.ts", "license": "MIT", "repository": { "url": "git+https://github.com/redrusty2/notistack.git", "type": "git" }, "scripts": { "build": "tsdx build --transpileOnly --entry ./src/index.js", "prebuild": "npm run docs", "prepublishOnly": "npm run build", "docs": "rimraf typedoc.json && typedoc --tsconfig", "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "peerDependencies": { "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.0.0", "react": "^16.8.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" }, "peerDependenciesMeta": { "@emotion/react": { "optional": true }, "@emotion/styled": { "optional": true } }, "devDependencies": { "@babel/preset-react": "^7.8.3", "@emotion/react": "^11.4.1", "@emotion/styled": "^11.3.0", "@mui/material": "^5.7.0", "@types/node": "^13.9.0", "@types/react": "^18.0.9", "@types/react-dom": "^18.0.3", "@typescript-eslint/eslint-plugin": "^3.9.1", "@typescript-eslint/parser": "^3.9.1", "babel-plugin-optimize-clsx": "^2.6.1", "eslint": "^7.7.0", "eslint-config-airbnb": "~18.2.0", "eslint-plugin-import": "~2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.6", "react": "^18.1.0", "react-dom": "^18.1.0", "rimraf": "^3.0.2", "rollup-plugin-bundle-size": "^1.0.3", "rollup-plugin-copy": "^3.3.0", "tsdx": "^0.13.2", "typedoc": "^0.16.11", "typescript": "^3.8.3" }, "dependencies": { "clsx": "^1.1.0", "hoist-non-react-statics": "^3.3.0" }, "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" ] }