UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

51 lines (50 loc) 1.24 kB
{ "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", "version": "11.19.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/icons-react" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public" }, "scripts": { "build": "yarn clean && node tasks/build.js", "clean": "rimraf es lib", "postinstall": "carbon-telemetry collect --install" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "@carbon/icon-helpers": "^10.39.0", "@carbon/telemetry": "0.1.0", "prop-types": "^15.7.2" }, "devDependencies": { "@carbon/icon-build-helpers": "^1.13.0", "@carbon/icons": "^11.19.0", "rimraf": "^4.0.0" }, "sideEffects": false, "gitHead": "75f69e49161bf54184d4392c3d48115f852dc8fc" }