react-alert-toastify-wrapper
Version:
A replacement for react-alert using react-toastify under the hood.
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "react-alert-toastify-wrapper",
"version": "1.1.3",
"description": "A replacement for react-alert using react-toastify under the hood.",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build"
},
"author": "Amit Mehra <mehraamit623@gmail.com>",
"license": "MIT",
"private": false,
"keywords": [
"react",
"toast",
"toastify",
"react-alert",
"notifications",
"wrapper",
"react-toastify"
],
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0",
"react-toastify": "^9.1.3"
},
"devDependencies": {
"typescript": "^5.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-toastify": "^9.1.3"
},
"engines": {
"node": ">=14",
"npm": ">=6"
}
}