@carbon/icons-vue
Version:
Vue components for icons in digital and software products using the Carbon Design System
48 lines (47 loc) • 1.23 kB
JSON
{
"name": "@carbon/icons-vue",
"description": "Vue components for icons in digital and software products using the Carbon Design System",
"version": "10.99.1",
"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-vue"
},
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"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"
},
"dependencies": {
"@carbon/icon-helpers": "^10.53.1",
"@ibm/telemetry-js": "^1.5.0"
},
"devDependencies": {
"@carbon/cli-reporter": "^10.7.0",
"@carbon/icons": "^11.50.1",
"fs-extra": "^11.0.0",
"prettier": "^2.8.8",
"rimraf": "^6.0.0",
"rollup": "^2.79.1",
"vue": "^2.6.8"
},
"sideEffects": false,
"gitHead": "2df4c295d300f96fae292a00b88f07a99e9a80c7"
}