reactjs-alert
Version:
reactjs-alert is a lightweight and customizable alert component for React.js applications. Easily create success, warning, error, or info alerts with a clean UI, custom colors, and auto-close functionality. Ideal for enhancing user notifications and impro
65 lines • 1.82 kB
JSON
{
"name": "reactjs-alert",
"version": "2.5.2",
"title": "reactjs-alert: Simple, Flexible, Customizable React.js Alert Component for Better User Notifications",
"description": "reactjs-alert is a lightweight and customizable alert component for React.js applications. Easily create success, warning, error, or info alerts with a clean UI, custom colors, and auto-close functionality. Ideal for enhancing user notifications and improving engagement.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src --out-dir dist && copy src\\style.css dist\\style.css"
},
"files": [
"dist/",
"src/style.css"
],
"repository": {
"type": "git",
"url": "https://github.com/sourav-oss/reactjs-alert"
},
"keywords": [
"reactjs-alert",
"reactjs alert",
"reactjsalert",
"react js alert",
"reactjs",
"alert",
"React",
"NPM",
"Github",
"Component",
"react-alert",
"alert popup",
"react",
"alert",
"notification",
"component",
"react alert",
"alert component",
"success alert",
"error alert",
"warning alert",
"info alert",
"popup alert",
"react notifications"
],
"author": "Sourav Dutta",
"license": "MIT",
"peerDependencies": {
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"dependencies": {
"@babel/cli": "^7.20.7",
"@babel/core": "^7.10.5",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"react": "^16.6.1",
"react-dom": "^16.6.3"
},
"publishConfig": {
"@sourav-oss:registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6"
}
}