UNPKG

@hitachivantara/uikit-react-core

Version:

Core React components for the NEXT Design System.

75 lines (74 loc) 2.07 kB
{ "name": "@hitachivantara/uikit-react-core", "version": "5.96.1", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Core React components for the NEXT Design System.", "homepage": "https://github.com/lumada-design/hv-uikit-react", "sideEffects": false, "keywords": [ "hitachi-vantara", "design-system", "ui-kit", "react", "typescript" ], "repository": { "type": "git", "url": "git+https://github.com/lumada-design/hv-uikit-react.git", "directory": "packages/core" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/lumada-design/hv-uikit-react/issues" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "@mui/material": "^5.16.14", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "dependencies": { "@emotion/cache": "^11.11.0", "@emotion/serialize": "^1.1.2", "@hitachivantara/uikit-react-shared": "^5.4.6", "@hitachivantara/uikit-react-utils": "^0.2.39", "@hitachivantara/uikit-styles": "^5.48.2", "@internationalized/date": "^3.2.0", "@mui/base": "5.0.0-beta.68", "@popperjs/core": "^2.11.8", "@react-aria/datepicker": "^3.9.0", "@react-stately/datepicker": "^3.9.0", "@types/react-table": "^7.7.18", "clsx": "^2.0.0", "dayjs": "^1.11.10", "detect-browser": "^5.3.0", "embla-carousel-react": "^8.1.3", "notistack": "^3.0.2", "rc-slider": "^10.5.0", "rc-tooltip": "~6.3.0", "react-color": "^2.19.3", "react-popper": "^2.3.0", "react-resize-detector": "^8.1.0", "react-table": "^7.8.0", "react-window": "^1.8.10" }, "files": [ "dist" ], "publishConfig": { "access": "public", "directory": "package" }, "gitHead": "866c81403b508ea7748f7bbedeeca80144ceb8fa", "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" } }, "types": "dist/types/index.d.ts", "module": "dist/esm/index.js" }