@redkhat/timepicker
Version:
This project contains a series of time selection components. The timepicker allows users to select a time from a clock-like interface. The timepicker is built using **Angular 19+** and **Angular Material 19+**.
46 lines • 985 B
JSON
{
"name": "@redkhat/timepicker",
"version": "1.2.1",
"keywords": [
"angular",
"material",
"timepicker",
"material3",
"material 3",
"materialyou",
"material you",
"angular19",
"angular 19",
"clock"
],
"repository": {
"type": "git",
"url": "git+https://github.com/redkhat/timepicker.git"
},
"homepage": "https://redkhat.github.io/timepicker/",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"peerDependencies": {
"@angular/common": "^19.1.0",
"@angular/core": "^19.1.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"exports": {
".": {
"sass": "./_rk-timepicker-theme.scss",
"types": "./index.d.ts",
"default": "./fesm2022/redkhat-timepicker.mjs"
},
"./package.json": {
"default": "./package.json"
}
},
"sideEffects": false,
"private": false,
"license": "MIT",
"module": "fesm2022/redkhat-timepicker.mjs",
"typings": "index.d.ts"
}