UNPKG

@carbon/icons-react

Version:

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

53 lines (52 loc) 1.28 kB
{ "name": "@carbon/icons-react", "description": "React components for icons in digital and software products using the Carbon Design System", "version": "11.64.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", "telemetry.yml" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "yarn clean && node tasks/build.js", "clean": "rimraf es lib", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "@carbon/icon-helpers": "^10.63.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "devDependencies": { "@carbon/icon-build-helpers": "^1.42.0", "@carbon/icons": "^11.64.0", "rimraf": "^6.0.0" }, "sideEffects": false, "gitHead": "6568a3389c2a82348c693b167b511dea66b7b269" }