nextjs-toast-notify
Version:
Es un paquete npm moderno, intuitivo, flexible, liviano e imprescindible para agregar notificaciones emergentes (toasts) a tus aplicaciones web con Next.js.
85 lines (84 loc) • 2 kB
JSON
{
"name": "nextjs-toast-notify",
"version": "1.45.0",
"description": "Es un paquete npm moderno, intuitivo, flexible, liviano e imprescindible para agregar notificaciones emergentes (toasts) a tus aplicaciones web con Next.js.",
"type": "module",
"main": "dist/nextjs-toast-notify.js",
"module": "dist/nextjs-toast-notify.es.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/nextjs-toast-notify.es.js",
"require": "./dist/nextjs-toast-notify.js"
}
},
"files": [
"dist",
"sonidos",
"README.md"
],
"scripts": {
"build": "vite build",
"dev": "vite"
},
"homepage": "https://www.nextjstoastnotify.com",
"repository": {
"type": "git",
"url": "https://github.com/urian121/nextjs-toast-notify"
},
"keywords": [
"nextjs-toast-notify",
"alertas",
"toast",
"notifications",
"nextjs",
"react-toastify",
"alerts",
"toast-notify",
"message",
"react",
"next",
"notification",
"react-toastify",
"push",
"alert",
"react-components",
"toastify",
"sweetalert",
"user-feedback",
"ui-notifications",
"notification-system",
"toast-messages",
"alert-notifications",
"react-toast",
"web-notifications",
"custom-toasts",
"notification-component",
"react-ui",
"app-notifications"
],
"author": {
"name": "Urian Viera",
"email": "urianwebdeveloper@gmail.com",
"url": "https://www.urianviera.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/urian121/nextjs-toast-notify/issues",
"email": "urianwebdeveloper@gmail.com"
},
"contributors": [
{
"name": "Braudin Laya",
"email": "freelance@braudin.com",
"url": "https://github.com/Braudin"
}
],
"devDependencies": {
"@vitejs/plugin-react": "^1.3.2",
"typescript": "^5.5.3",
"vite": "^6.3.4",
"vite-plugin-dts": "^4.0.0-beta.1",
"vite-plugin-static-copy": "^2.3.0"
}
}