UNPKG

@carbon/pictograms-react

Version:

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

55 lines (54 loc) 1.35 kB
{ "name": "@carbon/pictograms-react", "description": "React components for pictograms in digital and software products using the Carbon Design System", "version": "11.95.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "types": "es/index.d.ts", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/pictograms-react" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "umd", "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 umd", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "peerDependencies": { "react": ">=16" }, "dependencies": { "@carbon/icon-helpers": "^10.72.0", "@ibm/telemetry-js": "^1.5.0", "prop-types": "^15.8.1" }, "devDependencies": { "@carbon/icon-build-helpers": "^1.53.0", "@carbon/pictograms": "^12.69.0", "rimraf": "^6.0.1" }, "sideEffects": false, "gitHead": "6dde90f9edfb378e1585f1954c92484a37f22f02" }