UNPKG

nuxt-svg-sprite-icon

Version:

A powerful SVG sprite module for Nuxt 3 & 4 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.

75 lines (74 loc) 2.15 kB
{ "name": "nuxt-svg-sprite-icon", "version": "2.0.4", "scripts": { "prepack": "nuxt-module-build build", "dev": "nuxi dev playground", "dev:build": "nuxi build playground", "dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground", "release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags", "lint": "eslint .", "test": "vitest run", "test:watch": "vitest watch", "test:types": "vue-tsc --noEmit && cd playground && vue-tsc --noEmit", "push": "git push origin main && npm publish" }, "description": "A powerful SVG sprite module for Nuxt 3 & 4 that automatically generates SVG sprites from your assets and provides an easy-to-use component for displaying icons.", "repository": { "type": "git", "url": "git+https://github.com/MikeCheng1208/nuxt-svg-sprite-icon.git" }, "license": "MIT", "type": "module", "author": "mike cheng <https://github.com/MikeCheng1208/> (https://github.com/MikeCheng1208/)", "bugs": { "url": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon/issues" }, "homepage": "https://github.com/MikeCheng1208/nuxt-svg-sprite-icon", "exports": { ".": { "types": "./dist/types.d.mts", "import": "./dist/module.mjs", "require": "./dist/module.cjs" } }, "main": "./dist/module.mjs", "types": "./dist/types.d.mts", "typesVersions": { "*": { ".": [ "./dist/types.d.mts" ] } }, "files": [ "dist" ], "devDependencies": { "@nuxt/devtools": "^2.4.1", "@nuxt/kit": "^4.0.0", "@nuxt/module-builder": "^1.0.1", "@nuxt/schema": "^4.0.0", "@nuxt/test-utils": "^3.19.0", "@types/node": "latest", "@unocss/nuxt": "^66.1.2", "changelogen": "^0.6.1", "chokidar": "^3.5.0", "eslint": "^9.27.0", "nuxt": "^4.0.0", "typescript": "~5.8.3", "vitest": "^3.1.4", "vue-tsc": "^2.2.10" }, "keywords": [ "icon", "Vue", "Vue3", "svg", "Nuxt", "Nuxt3", "Nuxt4", "svg-sprite", "nuxt-svg-sprite" ] }