@icon-park/vue-next
Version:
Vue3 Icons for IconPark
44 lines (43 loc) • 978 B
JSON
{
"name": "@icon-park/vue-next",
"version": "1.4.2",
"description": "Vue3 Icons for IconPark",
"main": "lib/index.js",
"module": "es/index.js",
"typings": "lib/index.d.ts",
"keywords": [
"vue",
"icon",
"icon pack",
"icon park",
"IconPark",
"svg",
"system icons",
"component",
"components",
"design"
],
"homepage": "http://iconpark.bytedance.com/",
"bugs": {
"url": "https://github.com/bytedance/IconPark/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bytedance/IconPark"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.0.0"
},
"peerDependencies": {
"vue": "3.x"
},
"publishConfig": {
"access": "public"
},
"sideEffects": [
"styles/**"
],
"gitHead": "bed2e8d1e451ffc66cbc4def3ba54fcc1f318d9e"
}