@craftsjs/alert
Version:
Material alert library for angular
49 lines • 1.32 kB
JSON
{
"name": "@craftsjs/alert",
"version": "6.1.0",
"author": "craftsjs",
"description": "Material alert library for angular",
"license": "MIT",
"homepage": "https://github.com/addapptables/angular-miscellaneous",
"peerDependencies": {
"@angular/common": ">= 18.0.0 < 19.0.0",
"@angular/core": ">= 18.0.0 < 19.0.0",
"@angular/material": ">= 18.0.0 < 19.0.0",
"@angular/cdk": ">= 18.0.0 < 19.0.0",
"@angular/animations": ">= 18.0.0 < 19.0.0",
"@ngx-translate/core": ">= 14.0.0 < 17.0.0",
"@craftsjs/core": ">=6.1.0 < 7.0.0",
"rxjs": "6.6.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/addapptables/angular-miscellaneous.git"
},
"bugs": {
"url": "https://github.com/addapptables/angular-miscellaneous/issues"
},
"keywords": [
"angular",
"angular 2",
"alert",
"material",
"craftsjs-alert-ui"
],
"dependencies": {
"tslib": "^2.0.0"
},
"module": "fesm2022/craftsjs-alert.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/craftsjs-alert.mjs",
"esm": "./esm2022/craftsjs-alert.mjs",
"default": "./fesm2022/craftsjs-alert.mjs"
}
},
"sideEffects": false
}