From 3c4ad40745cfa2be3b878e25c60e826ccc61c1c2 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Fri, 13 Jan 2023 01:03:13 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=92=8C=E5=BC=95=E5=85=A5iconfy=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 2ef6244b4735d476b40114833a6d845a7f8c788e --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index bed2b884..156a4b39 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,7 @@ "devDependencies": { "@commitlint/cli": "^16.2.3", "@commitlint/config-conventional": "^16.2.1", + "@iconify-json/ep": "^1.1.8", "@types/node": "^16.11.7", "@types/nprogress": "^0.2.0", "@types/path-browserify": "^1.0.0", @@ -52,6 +53,9 @@ "sass": "^1.53.0", "tailwindcss": "^3.2.4", "typescript": "^4.7.4", + "unplugin-auto-import": "^0.12.1", + "unplugin-icons": "^0.15.1", + "unplugin-vue-components": "^0.22.12", "vite": "^4.0.3", "vite-plugin-svg-icons": "^2.0.1", "vue-tsc": "^0.35.0"