UNPKG

ifo-custom-alert

Version:

A customizable React alert system for displaying success, error, warning, and info messages.

48 lines (46 loc) 1.01 kB
{ "name": "ifo-custom-alert", "version": "1.0.4", "description": "A customizable React alert system for displaying success, error, warning, and info messages.", "main": "dist/index.js", "module": "dist/index.js", "scripts": { "build": "webpack" }, "author": "MaheshBabu", "license": "ISC", "keywords": [ "react", "alerts", "custom-alert", "notification", "UI", "React components" ], "repository": { "type": "git", "url": "https://github.com/Mmaheshbabu123/ifo-custom-alerts" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "@babel/core": "^7.18.9", "@babel/preset-env": "^7.18.9", "@babel/preset-react": "^7.18.6", "babel-loader": "^8.2.5", "css-loader": "^6.7.4", "style-loader": "^3.3.2", "webpack": "^5.73.0", "webpack-cli": "^4.10.0" }, "dependencies": { "prop-types": "^15.7.2" }, "files": [ "build", "src", "README.md" ] }