@hitachivantara/uikit-uno-preset
Version:
UI Kit UnoCSS preset with the NEXT theme.
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "@hitachivantara/uikit-uno-preset",
"version": "0.2.58",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "UI Kit UnoCSS preset with the NEXT theme.",
"homepage": "https://github.com/lumada-design/hv-uikit-react",
"sideEffects": false,
"keywords": [
"hitachi-vantara",
"design-system",
"ui-kit",
"typescript",
"unocss",
"tailwind"
],
"repository": {
"type": "git",
"url": "git+https://github.com/lumada-design/hv-uikit-react.git",
"directory": "packages/uno-preset"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lumada-design/hv-uikit-react/issues"
},
"peerDependencies": {
"@unocss/core": "^66.0.0",
"@unocss/preset-wind3": "^66.0.0"
},
"dependencies": {
"@hitachivantara/uikit-styles": "^5.45.0",
"@unocss/preset-rem-to-px": "^66.0.0"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public",
"directory": "package"
},
"gitHead": "63a3b4cee40c7f8cbc42e4d2e53c3c67b828ca68",
"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"
}