UNPKG

@fe6/icon-cube-vue

Version:

Water Icon 的支持自定义图标

53 lines (52 loc) 1.16 kB
{ "name": "@fe6/icon-cube-vue", "version": "1.2.2", "description": "Water Icon 的支持自定义图标", "keywords": [ "cube", "cube icon", "cube", "cube icon", "icon", "icon pack", "icon park", "IconPark", "svg", "custom icons", "component", "components", "design", "fe6", "fe6 icon" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/fe6/icon.git", "directory": "packages/cube-vue" }, "author": "iq9891 <649076408@qq.com>", "main": "lib/index.js", "module": "es/index.js", "unpkg": "lib/index.js", "jsdelivr": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "release": "esno ../../scripts/release.ts cube-vue", "changelog": "conventional-changelog -p angular -i changelog.md -s --commit-path . --lerna-package cube-vue" }, "homepage": "https://github.com/fe6/icon#readme", "bugs": { "url": "https://github.com/fe6/icon/issues" }, "engines": { "node": ">= 16.0.0" }, "sideEffects": [ "styles/**" ], "packageManager": "pnpm@6.32.0", "dependencies": { "vue": "^3.2.31" } }