Browse Source

build(dependencies): 添加 lucide-vue-next 依赖

- 在 package.json 和 package-lock.json 中添加 lucide-vue-next 依赖
- 版本为 0.525.0
nahida 10 tháng trước cách đây
mục cha
commit
e312b8e6db
2 tập tin đã thay đổi với 11 bổ sung0 xóa
  1. 10 0
      package-lock.json
  2. 1 0
      package.json

+ 10 - 0
package-lock.json

@@ -12,6 +12,7 @@
         "@vueuse/core": "^13.4.0",
         "axios": "^1.10.0",
         "element-plus": "^2.10.2",
+        "lucide-vue-next": "^0.525.0",
         "pinia": "^3.0.1",
         "three": "^0.177.0",
         "vue": "^3.5.13",
@@ -4948,6 +4949,15 @@
         "yallist": "^3.0.2"
       }
     },
+    "node_modules/lucide-vue-next": {
+      "version": "0.525.0",
+      "resolved": "https://registry.npmmirror.com/lucide-vue-next/-/lucide-vue-next-0.525.0.tgz",
+      "integrity": "sha512-Xf8+x8B2DrnGDV/rxylS+KBp2FIe6ljwDn2JsGTZZvXIfhmm/q+nv8RuGO1OyoMjOVkkz7CqtUqJfwtFPRbB2w==",
+      "license": "ISC",
+      "peerDependencies": {
+        "vue": ">=3.0.1"
+      }
+    },
     "node_modules/magic-string": {
       "version": "0.30.17",
       "resolved": "https://registry.npmmirror.com/magic-string/-/magic-string-0.30.17.tgz",

+ 1 - 0
package.json

@@ -17,6 +17,7 @@
     "@vueuse/core": "^13.4.0",
     "axios": "^1.10.0",
     "element-plus": "^2.10.2",
+    "lucide-vue-next": "^0.525.0",
     "pinia": "^3.0.1",
     "three": "^0.177.0",
     "vue": "^3.5.13",