ngxsmk-datepicker
Version:
Lightweight, accessible date and range picker for Angular 17+. Standalone component, Signals, SSR and zoneless-ready, Luxon-based i18n and timezones.
113 lines • 2.69 kB
JSON
{
"name": "ngxsmk-datepicker",
"version": "3.0.5",
"description": "Lightweight, accessible date and range picker for Angular 17+. Standalone component, Signals, SSR and zoneless-ready, Luxon-based i18n and timezones.",
"author": {
"name": "Sachin Dilshan",
"url": "https://www.sachindilshan.com/"
},
"peerDependencies": {
"@angular/common": ">=17.0.0 <24.0.0",
"@angular/core": ">=17.0.0 <24.0.0",
"@angular/forms": ">=17.0.0 <24.0.0",
"luxon": "^3.0.0"
},
"peerDependenciesMeta": {
"zone.js": {
"optional": true
},
"@angular/material": {
"optional": true
},
"@angular/cdk": {
"optional": true
}
},
"dependencies": {
"tslib": "^2.3.0"
},
"main": "fesm2022/ngxsmk-datepicker.mjs",
"module": "fesm2022/ngxsmk-datepicker.mjs",
"es2022": "fesm2022/ngxsmk-datepicker.mjs",
"types": "types/ngxsmk-datepicker.d.ts",
"typings": "types/ngxsmk-datepicker.d.ts",
"homepage": "https://github.com/NGXSMK/ngxsmk-datepicker#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/NGXSMK/ngxsmk-datepicker.git"
},
"bugs": {
"url": "https://github.com/NGXSMK/ngxsmk-datepicker/issues"
},
"sideEffects": false,
"schematics": "./schematics/collection.json",
"ng-add": {
"save": "dependencies"
},
"files": [
"schematics/**/*.js",
"schematics/**/*.json",
"fesm2022/**/*.mjs",
"**/*.d.ts",
"**/*.metadata.json",
"README.md",
"LICENSE",
"CHANGELOG.md",
"MIGRATION.md",
"docs/*.md",
"!docs/REFACTOR_PLAN.md",
"!docs/FEATURE_SCOPING.md",
"!docs/IONIC_TESTING.md",
"!docs/**/*.png",
"!docs/**/*.jpg",
"!docs/**/*.gif",
"styles/**/*.css"
],
"keywords": [
"angular",
"datepicker",
"date-range-picker",
"calendar",
"standalone-component",
"reactive-forms",
"luxon",
"angular-17",
"angular-18",
"angular-19",
"angular-20",
"angular-21",
"angular-22",
"angular-23",
"typescript",
"date-selection",
"i18n",
"localization",
"ssr",
"angular-universal",
"zoneless",
"accessibility",
"a11y"
],
"optimization": {
"treeShaking": true,
"sideEffects": false,
"usedExports": true
},
"engines": {
"node": ">=20.19.0 || >=22.12.0",
"npm": ">=10.0.0"
},
"prepublishOnly": "node ../../scripts/assert-lib-publish-artifacts.cjs",
"exports": {
"./styles/*": {
"default": "./styles/*"
},
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./types/ngxsmk-datepicker.d.ts",
"default": "./fesm2022/ngxsmk-datepicker.mjs"
}
}
}