@hitachivantara/uikit-react-lab
Version:
Contributed React components for the NEXT UI Kit.
66 lines (65 loc) • 1.76 kB
JSON
{
"name": "@hitachivantara/uikit-react-lab",
"version": "5.46.19",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Contributed React components for the NEXT UI Kit.",
"homepage": "https://github.com/pentaho/hv-uikit-react",
"sideEffects": false,
"keywords": [
"hitachi-vantara",
"design-system",
"ui-kit",
"react",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pentaho/hv-uikit-react.git",
"directory": "packages/lab"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/pentaho/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": {
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.109.1",
"@hitachivantara/uikit-react-icons": "^5.16.9",
"@hitachivantara/uikit-react-utils": "^0.2.50",
"@hitachivantara/uikit-styles": "^5.54.0",
"@mui/base": "5.0.0-beta.68",
"@types/react-grid-layout": "^1.3.5",
"react-grid-layout": "^1.4.4",
"reactflow": "^11.10.1",
"uid": "^2.0.2",
"usehooks-ts": "^2.16.0",
"zustand": "^4.5.2"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"directory": "package"
},
"gitHead": "73670d30564b1022bf9c620da204eec182e8bd4b",
"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"
}