{
  "name": "svg-icon-iconify",
  "version": "0.2.1",
  "description": "基于 iconify 封装的 Vue3 前端图标组件",
  "author": "wudandong",
  "type": "module",
  "main": "./lib/index.umd.cjs",
  "module": "./lib/index.js",
  "exports": {
    ".": {
      "import": "./lib/index.js",
      "require": "./lib/index.umd.cjs",
      "types": "./lib/types/index.d.ts"
    }
  },
  "types": "./lib/types/index.d.ts",
  "files": [
    "/lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://gitee.com/wudandong/svg-icon"
  },
  "keywords": [
    "svg-icon",
    "iconify",
    "vue3 icon"
  ],
  "license": "MIT",
  "scripts": {
    "dev": "vite",
    "build": "run-s type-check build-only",
    "preview": "vite preview --port 4173",
    "build-only": "vite build",
    "type-check": "vue-tsc --noEmit",
    "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
  },
  "peerDependencies": {
    "vue": ">=3.2.0"
  },
  "dependencies": {
    "pinia": "^2.0.16",
    "vue": "^3.2.37",
    "vue-router": "^4.1.2"
  },
  "devDependencies": {
    "@iconify/vue": "^4.1.1",
    "@rushstack/eslint-patch": "^1.1.0",
    "@types/node": "^16.11.45",
    "@vitejs/plugin-vue": "^3.0.1",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.0",
    "@vue/tsconfig": "^0.1.3",
    "eslint": "^8.5.0",
    "eslint-plugin-vue": "^9.0.0",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.5.1",
    "typescript": "~4.7.4",
    "vite": "^3.0.1",
    "vite-plugin-dts": "^2.3.0",
    "vite-plugin-svg-icons": "^2.0.1",
    "vue-tsc": "^0.38.8"
  }
}
