UNPKG

toasty-reactx

Version:

A lightweight, customizable toast notification system for React applications.

63 lines (62 loc) 1.65 kB
{ "name": "toasty-reactx", "version": "2.0.0", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/Sethu-1471/toasty-reactx" }, "homepage": "https://github.com/Sethu-1471/toasty-reactx#readme", "bugs": { "url": "https://github.com/Sethu-1471/toasty-reactx/issues" }, "scripts": { "build": "rollup -c", "test": "jest", "lint": "eslint src --ext .ts,.tsx", "prepublishOnly": "npm run build" }, "keywords": [ "Toasty", "React", "Popup", "SnackBar", "toast-notifications" ], "author": "Sethupathi", "license": "ISC", "description": "A lightweight, customizable toast notification system for React applications.", "dependencies": { "@reduxjs/toolkit": "^2.6.1", "react-redux": "^9.2.0" }, "peerDependencies": { "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" }, "devDependencies": { "@rollup/plugin-commonjs": "^28.0.3", "@rollup/plugin-node-resolve": "^16.0.1", "@rollup/plugin-typescript": "^12.1.2", "@types/react": "^19.0.12", "@types/react-dom": "^19.0.4", "@types/react-redux": "^7.1.34", "eslint": "^9.23.0", "jest": "^29.7.0", "rollup": "^2.79.2", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "typescript": "^5.8.2", "tslib": "^2.8.1" } }