@vx-oss/heroui-v2-date-input
Version:
A date input allows users to enter and edit date and time values using a keyboard.
62 lines • 1.8 kB
JSON
{
"name": "@vx-oss/heroui-v2-date-input",
"version": "2.3.28-alpha.1",
"description": "A date input allows users to enter and edit date and time values using a keyboard.",
"keywords": [
"date-field"
],
"author": "Vx OSS Devs <oss-developers@vezham.com>",
"homepage": "https://vezham.com",
"license": "MIT",
"main": "dist/index.js",
"sideEffects": false,
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vezham/heroui-v2.git",
"directory": "packages/components/date-input"
},
"bugs": {
"url": "https://github.com/vezham/heroui-v2/issues"
},
"peerDependencies": {
"@vx-oss/heroui-v2-system": ">=2.4.24-alpha.0",
"@vx-oss/heroui-v2-theme": ">=2.4.24-alpha.0",
"react": ">=18 || >=19.0.0-rc.0",
"react-dom": ">=18 || >=19.0.0-rc.0"
},
"dependencies": {
"@internationalized/date": "3.10.0",
"@react-aria/datepicker": "3.15.2",
"@react-aria/i18n": "3.12.13",
"@react-stately/datepicker": "3.15.2",
"@react-types/datepicker": "3.13.2",
"@react-types/shared": "3.32.1",
"@vx-oss/heroui-v2-form": "2.1.28-alpha.1",
"@vx-oss/heroui-v2-react-utils": "2.1.15-alpha.1",
"@vx-oss/heroui-v2-shared-utils": "2.1.13-alpha.1"
},
"clean-package": "../../../clean-package.config.json",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./package.json": "./package.json"
},
"scripts": {
"build": "tsup src --dts",
"build:fast": "tsup src",
"dev": "pnpm build:fast --watch",
"clean": "rimraf dist .turbo",
"typecheck": "tsc --noEmit"
}
}