@hitachivantara/uikit-styles
Version:
UI Kit styling solution.
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "@hitachivantara/uikit-styles",
"version": "5.50.1",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "UI Kit styling solution.",
"homepage": "https://github.com/lumada-design/hv-uikit-react",
"sideEffects": false,
"keywords": [
"hitachi-vantara",
"design-system",
"ui-kit",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lumada-design/hv-uikit-react.git",
"directory": "packages/styles"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lumada-design/hv-uikit-react/issues"
},
"dependencies": {
"csstype": "^3.1.3"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"directory": "package"
},
"gitHead": "581850c6252b29a8cd9820a6e87b2df89830155f",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"require": "./dist/cjs/index.cjs",
"import": "./dist/esm/index.mjs"
}
},
"types": "dist/types/index.d.ts",
"module": "dist/esm/index.mjs"
}