vue-icon-packs
Version:
Vue SVG icon components.
61 lines (60 loc) • 1.85 kB
JSON
{
"name": "vue-icon-packs",
"version": "1.1.3",
"license": "MIT",
"main": "dist",
"author": "Adrian Cousens",
"repository": {
"type": "git",
"url": "https://github.com/rttll/vue-icon-packs-root.git",
"directory": "packages/vue-icon-packs"
},
"homepage": "https://github.com/rttll/vue-icon-packs-root/tree/main/packages/vue-icon-packs#vue-icon-packs",
"keywords": [
"vue",
"vuejs",
"svg",
"icons",
"icon components",
"Hero Icons",
"Remix Icon",
"Octicons",
"Ionic Icons",
"Box Icons",
"Tabler Icons",
"Iconoir"
],
"sideEffects": false,
"scripts": {
"build": "node ./src/index.js && yarn pretty",
"build:svg": "OUT=svg NO_BUNDLE=true node ./src/index.js",
"review": "node ./src/actions/svgReview.js",
"pretty": "prettier --write dist/**/index.esm.js",
"clean": "node src/util/clean.js",
"prepublishOnly": "node ./src/index.js && yarn pretty"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-virtual": "^2.0.3",
"@tabler/icons": "https://github.com/tabler/tabler-icons",
"boxicons": "https://github.com/atisawd/boxicons.git",
"cli-progress": "^3.9.0",
"fs-jetpack": "^4.1.0",
"heroicons": "https://github.com/tailwindlabs/heroicons.git",
"iconoir": "https://github.com/rttll/iconoir.git",
"ionicons": "https://github.com/ionic-team/ionicons.git",
"jsdom": "^16.6.0",
"lowdb": "^2.1.0",
"octicons": "https://github.com/rttll/octicons.git",
"remixicon": "https://github.com/Remix-Design/RemixIcon",
"rollup": "^1.17.0",
"rollup-plugin-vue": "^5.0.1",
"svgo": "^2.3.1",
"svgson": "^5.2.1",
"to-words": "^2.3.2",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"dependencies": {}
}