@hitachivantara/uikit-react-shared
Version:
Shared React contexts for UI Kit.
67 lines (66 loc) • 1.55 kB
JSON
{
"name": "@hitachivantara/uikit-react-shared",
"version": "6.0.8",
"type": "module",
"private": false,
"author": "UI Kit Team",
"description": "Shared React contexts for 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"
},
"scripts": {
"build": "vite build",
"clean": "rimraf dist",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@emotion/cache": "^11.11.0"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17"
},
"peerDependencies": {
"@hitachivantara/uikit-styles": "^6.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"peerDependenciesMeta": {
"@hitachivantara/uikit-styles": {
"optional": true
}
},
"files": [
"dist"
],
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"@uikit/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./package.json": "./package.json",
"./bundles/*": "./dist/bundles/*"
},
"publishConfig": {
"access": "public"
},
"gitHead": "84643326d359781e4457c8a882c42c5a6d321744"
}