UNPKG

vite-plugin-icons

Version:

Access thousands of icons as Vue components in Vite

62 lines (61 loc) 1.75 kB
{ "name": "vite-plugin-icons", "version": "0.6.5", "description": "Access thousands of icons as Vue components in Vite", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/antfu/vite-plugin-icons" }, "funding": "https://github.com/sponsors/antfu", "author": "Anthony Fu <anthonyfu117@hotmail.com>", "files": [ "dist", "index.d.ts", "client.d.ts" ], "main": "dist/index.js", "module": "dist/index.mjs", "types": "index.d.ts", "homepage": "https://github.com/antfu/vite-plugin-icons", "bugs": "https://github.com/antfu/vite-plugin-icons/issues", "scripts": { "dev": "npm run build -- --watch", "example:dev": "npm -C examples/vue3 run dev", "example:build": "npm -C examples/vue3 run build", "build": "tsup src/index.ts --dts --format cjs,esm", "prepublishOnly": "npm run build", "release": "npx bumpp --commit --tag && npm publish && git push" }, "peerDependencies": { "@iconify/json": "*", "@vue/compiler-sfc": "^3.0.2", "vue-template-compiler": "^2.6.12" }, "peerDependenciesMeta": { "@vue/compiler-sfc": { "optional": true }, "vue-template-compiler": { "optional": true } }, "dependencies": { "@iconify/json-tools": "^1.0.10", "vue-template-es2015-compiler": "^1.9.1" }, "devDependencies": { "@antfu/eslint-config": "^0.6.6", "@types/node": "^15.0.3", "@typescript-eslint/eslint-plugin": "^4.28.1", "@vue/compiler-sfc": "^3.1.4", "eslint": "^7.30.0", "rollup": "^2.52.7", "tsup": "^4.12.0", "typescript": "^4.3.5", "vite": "^2.3.8", "vue": "^3.1.4", "vue-template-compiler": "^2.6.14", "vue-template-es2015-compiler": "^1.9.1" } }