ngx-tailwind-toastify
Version:
A customizable toast notifications library using Tailwind CSS.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "ngx-tailwind-toastify",
"version": "1.0.3",
"description": "A customizable toast notifications library using Tailwind CSS.",
"author": "Sushil Shinde",
"ngPackage": {
"lib": {
"entryFile": "src/public-api.ts"
},
"dest": "dist/ngx-tailwind-toastify"
},
"peerDependencies": {
"@angular/common": "^18.2.0",
"@angular/core": "^18.2.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10"
},
"dependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.41",
"tailwindcss": "^3.4.10",
"tslib": "^2.3.0"
},
"scripts": {
"build": "ng build ngx-tailwind-toastify",
"test": "ng test ngx-tailwind-toastify"
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "https://github.com/shindesushil/ngx-tailwind-toastify.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"angular",
"toast",
"tailwindcss",
"notifications",
"toast-alert"
]
}