mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
* chore(deps): bump react-aria versions * chore: add changeset * chore(docs): add selectionAlignment
75 lines
2.2 KiB
JSON
75 lines
2.2 KiB
JSON
{
|
|
"name": "@heroui/calendar",
|
|
"version": "2.2.26",
|
|
"description": "A calendar displays one or more date grids and allows users to select a single date.",
|
|
"keywords": [
|
|
"calendar"
|
|
],
|
|
"author": "HeroUI <support@heroui.com>",
|
|
"homepage": "https://heroui.com",
|
|
"license": "MIT",
|
|
"main": "src/index.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/heroui-inc/heroui.git",
|
|
"directory": "packages/components/calendar"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/heroui-inc/heroui/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "tsup src --dts",
|
|
"build:fast": "tsup src",
|
|
"dev": "pnpm build:fast --watch",
|
|
"clean": "rimraf dist .turbo",
|
|
"typecheck": "tsc --noEmit",
|
|
"prepack": "clean-package",
|
|
"postpack": "clean-package restore"
|
|
},
|
|
"peerDependencies": {
|
|
"@heroui/system": ">=2.4.18",
|
|
"@heroui/theme": ">=2.4.17",
|
|
"framer-motion": ">=11.5.6 || >=12.0.0-alpha.1",
|
|
"react": ">=18 || >=19.0.0-rc.0",
|
|
"react-dom": ">=18 || >=19.0.0-rc.0"
|
|
},
|
|
"dependencies": {
|
|
"@heroui/react-utils": "workspace:*",
|
|
"@heroui/shared-utils": "workspace:*",
|
|
"@heroui/shared-icons": "workspace:*",
|
|
"@heroui/framer-utils": "workspace:*",
|
|
"@heroui/use-aria-button": "workspace:*",
|
|
"@heroui/button": "workspace:*",
|
|
"@heroui/dom-animation": "workspace:*",
|
|
"@internationalized/date": "3.10.0",
|
|
"@react-aria/calendar": "3.9.2",
|
|
"@react-aria/focus": "3.21.2",
|
|
"@react-aria/i18n": "3.12.13",
|
|
"@react-stately/calendar": "3.9.0",
|
|
"@react-types/button": "3.14.1",
|
|
"@react-aria/visually-hidden": "3.8.28",
|
|
"@react-stately/utils": "3.10.8",
|
|
"@react-types/calendar": "3.8.0",
|
|
"@react-aria/interactions": "3.25.6",
|
|
"@react-types/shared": "3.32.1",
|
|
"scroll-into-view-if-needed": "3.0.10"
|
|
},
|
|
"devDependencies": {
|
|
"@heroui/system": "workspace:*",
|
|
"@heroui/theme": "workspace:*",
|
|
"@heroui/radio": "workspace:*",
|
|
"@heroui/test-utils": "workspace:*",
|
|
"framer-motion": "11.18.2",
|
|
"clean-package": "2.2.0",
|
|
"react": "18.3.0",
|
|
"react-dom": "18.3.0"
|
|
},
|
|
"clean-package": "../../../clean-package.config.json"
|
|
} |