UNPKG

@ngxpert/hot-toast

Version:

Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.

86 lines (85 loc) 2.18 kB
{ "name": "@ngxpert/hot-toast", "version": "6.2.0", "description": "Smoking hot Notifications for Angular. Lightweight, customizable and beautiful by default.", "peerDependencies": { "@angular/common": ">= 21.0.0", "@angular/core": ">= 21.0.0", "@ngneat/overview": ">= 7.0.0" }, "keywords": [ "angular", "angular 2", "hot-toast", "ngneat hot-toast", "ngxpert", "ngxpert hot-toast", "angular toast", "angular notifications", "angular notifications library", "angular notifications component", "angular notifications library" ], "license": "MIT", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/ngxpert/hot-toast/issue" }, "homepage": "https://github.com/ngxpert/hot-toast#readme", "repository": { "type": "git", "url": "https://github.com/ngxpert/hot-toast" }, "exports": { "./styles.css": { "style": "./src/styles/styles.css" }, "./styles": { "sass": "./src/styles/styles.scss" }, "./themes/material.css": { "style": "./src/styles/themes/material.css" }, "./themes/material": { "sass": "./src/styles/themes/material.scss" }, "./themes/minimal.css": { "style": "./src/styles/themes/minimal.css" }, "./themes/minimal": { "sass": "./src/styles/themes/minimal.scss" }, "./themes/glassmorphism.css": { "style": "./src/styles/themes/glassmorphism.css" }, "./themes/glassmorphism": { "sass": "./src/styles/themes/glassmorphism.scss" }, "./themes/ios.css": { "style": "./src/styles/themes/ios.css" }, "./themes/ios": { "sass": "./src/styles/themes/ios.scss" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./types/ngxpert-hot-toast.d.ts", "default": "./fesm2022/ngxpert-hot-toast.mjs" } }, "ng-add": { "save": true }, "schematics": "./schematics/collection.json", "module": "fesm2022/ngxpert-hot-toast.mjs", "typings": "types/ngxpert-hot-toast.d.ts", "sideEffects": false, "type": "module", "dependencies": { "tslib": "^2.3.0" } }