{ "name": "@iconoir/vue", "version": "7.5.0", "description": "Vue library for Iconoir, the biggest open source icon library with tons of free icons.", "keywords": [ "icons", "svg", "library", "vue" ], "homepage": "https://iconoir.com", "repository": { "type": "git", "url": "https://github.com/iconoir-icons/iconoir.git", "directory": "packages/iconoir-vue" }, "funding": { "type": "opencollective", "url": "https://opencollective.com/iconoir" }, "license": "MIT", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/esm/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "default": "./dist/index.js" } }, "main": "./dist/index.js", "module": "./dist/esm/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist" ], "dependencies": { "vue-demi": "^0.14.6" }, "devDependencies": { "vue": "^3.3.12" }, "peerDependencies": { "@vue/composition-api": ">=1.0.0-rc.1", "vue": "^2.6.11 || >=3.0.0" }, "peerDependenciesMeta": { "@vue/composition-api": { "optional": true } } }