You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.2 KiB
51 lines
1.2 KiB
{
|
|
"name": "@carbon/icons-react",
|
|
"description": "React components for icons in digital and software products using the Carbon Design System",
|
|
"version": "11.13.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.36.0",
|
|
"@carbon/telemetry": "0.1.0",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"devDependencies": {
|
|
"@carbon/icon-build-helpers": "^1.8.0",
|
|
"@carbon/icons": "^11.13.0",
|
|
"rimraf": "^3.0.2"
|
|
},
|
|
"sideEffects": false,
|
|
"gitHead": "8206000d08eba6a443d7846b692a3543a47a6e66"
|
|
}
|