react-accessible-time-picker
Version:
A simple and customizable time picker component for React
84 lines (83 loc) • 2.44 kB
JSON
{
"name": "react-accessible-time-picker",
"private": false,
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist",
"README.md"
],
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"bundle": "tsup src/index.tsx --minify --format cjs,esm --legacy-output dist/index.js",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"deploy-storybook": "gh-pages -d storybook-static",
"prepublishOnly": "tsup"
},
"dependencies": {
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-toolbar": "^1.1.2",
"classnames": "^2.5.1",
"react": "^19.0.0",
"react-accessible-time-picker": "^1.0.1",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@chromatic-com/storybook": "^3.2.5",
"@eslint/js": "^9.21.0",
"@storybook/addon-a11y": "^8.6.4",
"@storybook/addon-controls": "^8.6.4",
"@storybook/addon-essentials": "^8.6.4",
"@storybook/addon-interactions": "^8.6.4",
"@storybook/addon-links": "^8.6.4",
"@storybook/addon-onboarding": "^8.6.4",
"@storybook/blocks": "^8.6.4",
"@storybook/builder-vite": "^8.6.4",
"@storybook/react": "^8.6.4",
"@storybook/react-vite": "^8.6.4",
"@storybook/test": "^8.6.4",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "^0.4.19",
"eslint-plugin-storybook": "^0.11.4",
"gh-pages": "^6.3.0",
"globals": "^15.15.0",
"storybook": "^8.6.4",
"tsup": "^8.4.0",
"typescript": "~5.7.2",
"typescript-eslint": "^8.24.1",
"vite": "^6.2.0"
},
"author": "Olabayoji Oladepo",
"license": "MIT",
"keywords": [
"react",
"time",
"picker",
"time-picker",
"react-time-picker"
],
"description": "A simple and customizable time picker component for React",
"repository": {
"type": "git",
"url": "https://github.com/Olabayoji/react-time-picker.git"
},
"homepage": "https://olabayoji.github.io/react-time-picker/",
"eslintConfig": {
"extends": [
"plugin:storybook/recommended"
]
}
}