@zenithui/time-picker
Version:
A ZenithUi Time Picker is React component enables users to select a time from a predefined list of options.
86 lines • 2.06 kB
JSON
{
"name": "@zenithui/time-picker",
"version": "1.2.2",
"private": false,
"description": "A ZenithUi Time Picker is React component enables users to select a time from a predefined list of options.",
"publishConfig": {
"access": "public"
},
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"module": "./dist/index.js",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "node update-deps.js",
"postpublish": "node reset-deps.js",
"prepublishOnly": "pnpm build",
"build": "rslib build",
"check": "biome check --write",
"dev": "rslib build --watch",
"format": "biome format --write"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.15",
"@zenithui/utils": "0.3.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.4",
"@rsbuild/core": "~1.7.3",
"@rsbuild/plugin-css-minimizer": "^1.1.1",
"@rsbuild/plugin-react": "^1.4.5",
"@rslib/core": "^0.19.6",
"@tailwindcss/postcss": "^4.2.1",
"rsbuild-plugin-dts": "^0.19.6",
"tailwindcss": "^4.2.1"
},
"peerDependencies": {
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},
"peerDependenciesMeta": {
"react": {
"optional": false
},
"react-dom": {
"optional": false
}
},
"engines": {
"npm": ">=9",
"node": ">=20"
},
"keywords": [
"react",
"components",
"ui",
"zenithui",
"accessible",
"design-system",
"styled-components",
"styled-system",
"typescript",
"time",
"time-picker",
"count-down"
],
"homepage": "https://zenithui-docs.vercel.app/",
"bugs": {
"url": "https://github.com/ChanduBobbili/ZenithUi/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ChanduBobbili/ZenithUi.git#main"
},
"license": "MIT",
"author": "Chandu Bobbili <chandubobbili12@gmail.com> (https://github.com/ChanduBobbili)",
"packageManager": "pnpm@9.5.0"
}