@webilix/ngx-calendar-m3
Version:
Jalali calendar components for Angular and Material 3
47 lines • 1.17 kB
JSON
{
"name": "@webilix/ngx-calendar-m3",
"version": "0.0.18",
"author": "Ali Amirnezhad",
"description": "Jalali calendar components for Angular and Material 3",
"repository": {
"type": "git",
"url": "git+https://github.com/webilix/ngx-calendar-m3.git"
},
"keywords": [
"angular",
"calendar",
"datepicker",
"jalai",
"persian",
"farsi",
"material 3"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/webilix/ngx-calendar-m3/issues"
},
"homepage": "https://github.com/webilix/ngx-calendar-m3#readme",
"peerDependencies": {
"@angular/common": ">=20.1.4",
"@angular/core": ">=20.1.4",
"@angular/material": ">=20.1.4",
"@webilix/helper-library": ">=6.1.6",
"@webilix/jalali-date-time": ">=2.0.8",
"@webilix/ngx-helper-m3": ">=0.0.39"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/webilix-ngx-calendar-m3.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/webilix-ngx-calendar-m3.mjs"
}
}
}