react-snap-toast
Version:
A lightweight, customizable React toast notification library with zero-config and snap-fast setup.
37 lines • 989 B
JSON
{
"name": "react-snap-toast",
"version": "1.0.0",
"description": "A lightweight, customizable React toast notification library with zero-config and snap-fast setup.",
"main": "dist/index.js",
"module": "dist/index.es.js",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c"
},
"keywords": [
"react",
"toast",
"notification",
"react-toast",
"react-toastify",
"snackbar",
"react-snap-toast",
"toast-component"
],
"author": "Sudhanshu Kumar",
"license": "MIT",
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@babel/core": "^7.27.3",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-node-resolve": "^15.0.1",
"rollup": "^3.22.0"
}
}