UNPKG

@carbon/icons-vue

Version:

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

44 lines (43 loc) 1.12 kB
{ "name": "@carbon/icons-vue", "description": "Vue components for icons in digital and software products using the Carbon Design System", "version": "10.130.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-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.76.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { "@carbon/icons": "^11.81.0", "rimraf": "^6.0.1", "vue": "^3.0.0" }, "sideEffects": false, "gitHead": "2d98f4ee9914fa44acba58f62599c3f5382acad0" }