UNPKG

reactjs-toaster

Version:

The React JS Toaster (reactjs-toaster) is lightweight JavaScript/TypeScript based Toast message library for showing Error , Success , Warning and Info message in UI End.

41 lines (40 loc) 879 B
{ "name": "reactjs-toaster", "version": "1.0.12", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "scripts": { "build": "npx rollup -c" }, "keywords": [ "reactjs-toaster", "toaster", "toast-message", "toastify-message", "react-toaster", "toast-message", "react-toastify", "toaster", "react", "reactjs", "popup", "alert message" ], "author": "Technical Pankaj Kumar", "license": "ISC", "description": "", "repository": "https://github.com/technicalpankajkumar/reactjs-toaster", "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-typescript": "^12.1.1", "@types/react": "^18.3.14", "@types/react-dom": "^19.0.1", "rollup": "^4.28.0", "tslib": "^2.8.1" }, "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" } }