UNPKG

@hitachivantara/uikit-react-lab

Version:

Contributed React components for the NEXT UI Kit.

66 lines (65 loc) 1.77 kB
{ "name": "@hitachivantara/uikit-react-lab", "version": "5.46.2", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Contributed React components for the NEXT UI Kit.", "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/lab" }, "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": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^6.0.1", "@emotion/css": "^11.11.0", "@hitachivantara/uikit-react-core": "^5.100.0", "@hitachivantara/uikit-react-icons": "^5.16.3", "@hitachivantara/uikit-react-utils": "^0.2.43", "@hitachivantara/uikit-styles": "^5.50.1", "@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": "8661e8a73c6ae39431fe12f6cc95e8eb282968e2", "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" }