UNPKG

@saas-ui/date-picker

Version:

Chakra UI - Date Picker Component

90 lines 2.37 kB
{ "name": "@saas-ui/date-picker", "version": "0.16.0", "description": "Chakra UI - Date Picker Component", "source": "src/index.ts", "exports": { ".": { "sui": "./src/index.ts", "require": "./dist/index.js", "types": "./dist/index.d.ts", "import": "./dist/index.mjs" }, "./src": { "default": "./src/index.ts" } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "sideEffects": false, "publishConfig": { "access": "public" }, "author": "Eelco Wiersma <eelco@appulse.nl>", "license": "MIT", "homepage": "https://saas-ui.dev/", "repository": { "type": "git", "url": "https://github.com/saas-js/saas-ui", "directory": "packages/saas-ui-date-picker" }, "keywords": [ "react", "ui", "chakra-ui", "design-system", "react-components", "uikit", "accessible", "components", "emotion", "library" ], "storybook": { "title": "Saas UI", "url": "https://storybook.saas-ui.dev" }, "dependencies": { "@chakra-ui/styled-system": "^2.12.1", "@chakra-ui/theme-tools": "^2.2.7", "@chakra-ui/utils": "^2.2.3", "@internationalized/date": "3.8.2", "@react-aria/calendar": "3.8.3", "@react-aria/datepicker": "3.14.5", "@react-aria/i18n": "3.12.3", "@react-aria/interactions": "3.25.3", "@react-stately/calendar": "3.8.2", "@react-stately/datepicker": "3.14.2", "@saas-ui/modals": "2.4.4", "@saas-ui/core": "2.8.1" }, "peerDependencies": { "@chakra-ui/react": "2.10.9", "@emotion/react": ">=11.0.0", "@emotion/styled": ">=11.0.0", "framer-motion": ">=6.0.0", "react": "18.3.1", "react-dom": ">=18.0.0" }, "devDependencies": { "@react-types/button": "3.12.2", "@react-types/datepicker": "^3.12.2", "@react-types/shared": "^3.30.0", "@types/react": "18.3.23", "@types/react-dom": "^18.3.2", "date-fns": "^3.6.0", "@saas-ui/forms": "2.11.0" }, "scripts": { "clean": "rimraf --no-glob ./dist", "build": "tsup src/index.ts --config tsup.config.ts", "lint": "eslint src --ext .ts,.tsx,.js,.jsx --config ../../.eslintrc.js", "lint:staged": "lint-staged --allow-empty --config ../../lint-staged.config.js", "typecheck": "tsc --noEmit" } }