UNPKG

@hitachivantara/uikit-react-shared

Version:

Shared React contexts for the NEXT UI Kit.

53 lines (52 loc) 1.25 kB
{ "name": "@hitachivantara/uikit-react-shared", "version": "6.0.1", "type": "module", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Shared React contexts 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/shared" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/pentaho/hv-uikit-react/issues" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "dependencies": { "@emotion/cache": "^11.11.0", "@hitachivantara/uikit-styles": "^6.0.1" }, "files": [ "dist" ], "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./package.json": "./package.json", "./bundles/*": "./dist/bundles/*" }, "publishConfig": { "access": "public", "directory": "package" }, "gitHead": "6a6e77422bfbe5d7d59b447c972ccc0e3cce35d4", "types": "dist/index.d.ts", "module": "dist/index.js" }