@madhusha_99/notification-center
Version:
Notification Center is a lightweight JavaScript library for displaying beautiful, customizable notifications powered by **Tailwind CSS**.
61 lines (60 loc) • 1.37 kB
JSON
{
"name": "@madhusha_99/notification-center",
"version": "1.0.11",
"type": "module",
"files": [
"core",
"index.js",
"index.cjs"
],
"main": "./index.cjs",
"module": "./index.js",
"exports": {
".": {
"import": "./index.js",
"require": "./index.cjs"
},
"./Toast": {
"import": "./core/Toast/index.js",
"require": "./core/Toast/index.cjs"
},
"./Dialog": {
"import": "./core/Dialog/index.js",
"require": "./core/Dialog/index.cjs"
}
},
"author": "Madhusha Prasad <https://github.com/MadhushaPrasad>",
"license": "MIT",
"homepage": "https://github.com/MadhushaPrasad/notification-center/#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MadhushaPrasad/notification-center.git"
},
"bugs": {
"url": "https://github.com/MadhushaPrasad/notification-center/issues"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview"
},
"devDependencies": {
"typescript": "~5.7.2",
"vite": "^6.2.0"
},
"keywords": [
"notify",
"notification",
"ui",
"toast",
"dialog",
"tailwind",
"tailwind alert",
"notification center",
"tailwind notification center",
"tailwind notification",
"react-notification",
"vue-notification",
"notifications"
]
}