UNPKG

@kalimahapps/vue-icons

Version:

70,000+ SVG icons of popular icon sets that you can add seamlessly to vue projects

150 lines 4.09 kB
{ "name": "@kalimahapps/vue-icons", "description": "70,000+ SVG icons of popular icon sets that you can add seamlessly to vue projects", "author": "khr2003", "version": "1.8.1", "homepage": "https://vue-icons.kalimah-apps.com/", "repository": { "type": "git", "url": "https://github.com/kalimahapps/vue-icons.git" }, "bugs": { "url": "https://github.com/kalimahapps/vue-icons/issues" }, "type": "module", "license": "MIT", "dependencies": { "svg-parser": "^2.0.4" }, "peerDependencies": { "vue": "^3.0.0" }, "devDependencies": { "@kalimahapps/cli-progress": "^1.0.4", "@kalimahapps/eslint-config": "^1.2.91", "@vitest/coverage-c8": "^0.33.0", "@vue/test-utils": "^2.4.6", "change-case": "^4.1.2", "compare-versions": "^5.0.3", "csv-writer": "^1.6.0", "eslint": "^9.27.0", "fast-glob": "^3.3.3", "fs-extra": "^10.1.0", "happy-dom": "^17.4.7", "octokit": "^4.1.3", "svgo": "^3.2.0", "vitest": "^3.1.3", "vue": "^3.4.29" }, "keywords": [ "icons", "vue", "vue3", "vite", "font-awesome", "line-awesome", "feather icons", "remix icon", "bootstrap icons", "octicons", "heroicons", "ionicons", "typeicons", "themify icons", "health icons", "vscode icons", "ant design", "material design", "jamicons", "tabler icons", "boxicons", "simple icons", "fluent ui system", "phosphor icons", "carbon icons", "weather icons", "mingcute icons", "iconoir", "medical icons" ], "sideEffects": false, "exports": { "./resolver": "./utilities/resolver.js", ".": { "types": "./icons/all.d.ts", "import": "./icons/all.js" }, "./all": { "types": "./icons/all.d.ts", "import": "./icons/all.js" }, "./ad": "./icons/ad/index.js", "./ai": "./icons/ai/index.js", "./au": "./icons/au/index.js", "./ak": "./icons/ak/index.js", "./an": "./icons/an/index.js", "./bs": "./icons/bs/index.js", "./bx": "./icons/bx/index.js", "./bp": "./icons/bp/index.js", "./by": "./icons/by/index.js", "./ca": "./icons/ca/index.js", "./cd": "./icons/cd/index.js", "./ch": "./icons/ch/index.js", "./cg": "./icons/cg/index.js", "./ci": "./icons/ci/index.js", "./cl": "./icons/cl/index.js", "./co": "./icons/co/index.js", "./de": "./icons/de/index.js", "./fa": "./icons/fa/index.js", "./fe": "./icons/fe/index.js", "./fl": "./icons/fl/index.js", "./gv": "./icons/gv/index.js", "./gl": "./icons/gl/index.js", "./hi": "./icons/hi/index.js", "./hu": "./icons/hu/index.js", "./he": "./icons/he/index.js", "./ic": "./icons/ic/index.js", "./io": "./icons/io/index.js", "./la": "./icons/la/index.js", "./li": "./icons/li/index.js", "./lu": "./icons/lu/index.js", "./mi": "./icons/mi/index.js", "./ma": "./icons/ma/index.js", "./mc": "./icons/mc/index.js", "./md": "./icons/md/index.js", "./oc": "./icons/oc/index.js", "./ow": "./icons/ow/index.js", "./ph": "./icons/ph/index.js", "./pr": "./icons/pr/index.js", "./px": "./icons/px/index.js", "./qu": "./icons/qu/index.js", "./re": "./icons/re/index.js", "./ra": "./icons/ra/index.js", "./si": "./icons/si/index.js", "./su": "./icons/su/index.js", "./ta": "./icons/ta/index.js", "./th": "./icons/th/index.js", "./ti": "./icons/ti/index.js", "./ui": "./icons/ui/index.js", "./un": "./icons/un/index.js", "./vs": "./icons/vs/index.js", "./wi": "./icons/wi/index.js", "./content": "./icons/content.js", "./icon-base": "./utilities/icon-base.js" }, "files": [ "icons", "utilities", "README.md" ], "engines": { "node": ">=14.16" }, "scripts": { "build-icons": "node ./scripts/build-icons.js", "check-updates": "node ./scripts/check-updates.js", "coverage": "vitest run --coverage", "test": "vitest", "update-submodules": "git submodule update --remote --depth 1" } }