@hitachivantara/uikit-react-shared
Version:
Shared React contexts for the NEXT UI Kit.
53 lines (52 loc) • 1.31 kB
JSON
{
"name": "@hitachivantara/uikit-react-shared",
"version": "5.5.3",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Shared React contexts 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/shared"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lumada-design/hv-uikit-react/issues"
},
"peerDependencies": {
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@hitachivantara/uikit-styles": "^5.50.1"
},
"files": [
"dist"
],
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.js"
},
"./package.json": "./package.json",
"./bundles/*": "./dist/bundles/*"
},
"publishConfig": {
"access": "public",
"directory": "package"
},
"gitHead": "581850c6252b29a8cd9820a6e87b2df89830155f",
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.js"
}