primeng-buddhist-year-datepicker
Version:
A PrimeNG v19 compatible Angular datepicker with Buddhist year (BE) calendar support for Thai localization and Buddhist users.
52 lines • 1.39 kB
JSON
{
"name": "primeng-buddhist-year-datepicker",
"version": "19.0.1",
"description": "A PrimeNG v19 compatible Angular datepicker with Buddhist year (BE) calendar support for Thai localization and Buddhist users.",
"author": "alexiserist",
"license": "MIT",
"keywords": [
"angular",
"primeng",
"datepicker",
"buddhist",
"buddhist year",
"buddhist calendar",
"thai calendar",
"angular datepicker",
"primeng datepicker",
"angular calendar",
"be calendar",
"thailand",
"buddhist era",
"ng-datepicker"
],
"repository": {
"type": "git",
"url": "https://github.com/Alexiserist/primeng-buddhist-datepicker.git"
},
"homepage": "https://github.com/Alexiserist/primeng-buddhist-datepicker#readme",
"bugs": {
"url": "https://github.com/Alexiserist/primeng-buddhist-datepicker/issues"
},
"peerDependencies": {
"@angular/common": ">=19.0.0 <20.0.0",
"@angular/core": ">=19.0.0 <20.0.0",
"primeng": ">=19.0.0",
"primeicons": "^7.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"sideEffects": false,
"module": "fesm2022/primeng-buddhist-year-datepicker.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/primeng-buddhist-year-datepicker.mjs"
}
}
}