UNPKG

@hitachivantara/uikit-react-icons

Version:

NEXT Design System icons packaged as a set of React components.

55 lines (54 loc) 1.34 kB
{ "name": "@hitachivantara/uikit-react-icons", "version": "5.15.7", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "NEXT Design System icons packaged as a set of React components.", "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/icons" }, "license": "Apache-2.0", "bugs": { "url": "https://github.com/lumada-design/hv-uikit-react/issues" }, "scripts": { "prepare": "npm run convert" }, "peerDependencies": { "@emotion/react": "^11.11.1", "@emotion/styled": "^11.11.0", "react": ">=17.0.0", "react-dom": ">=17.0.0" }, "dependencies": { "@hitachivantara/uikit-styles": "^5.48.2" }, "files": [ "dist" ], "publishConfig": { "access": "public", "directory": "package" }, "gitHead": "866c81403b508ea7748f7bbedeeca80144ceb8fa", "exports": { ".": { "types": "./dist/types/index.d.ts", "require": "./dist/cjs/index.cjs", "import": "./dist/esm/index.js" } }, "types": "dist/types/index.d.ts", "module": "dist/esm/index.js" }