From da47a3349dcfd87db23ab8e64fbf35fe1aea5685 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期四, 14 十一月 2024 16:52:21 +0800
Subject: [PATCH] 预测项数据

---
 package.json |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index bf3c3e1..435c717 100644
--- a/package.json
+++ b/package.json
@@ -1,9 +1,10 @@
 {
   "name": "iailab-plat-ui-vue3",
-  "version": "1.0.0-snapshot",
+  "version": "1.0.2-snapshot",
   "description": "基于vue3、vite4、element-plus、typesScript",
   "author": "iailab",
   "private": false,
+  "main": "dist/iailab-plat-ui.min.js",
   "scripts": {
     "i": "pnpm install",
     "dev": "vite --mode env.local",
@@ -74,6 +75,7 @@
     "vue-types": "^5.1.1",
     "vuedraggable": "^4.1.0",
     "web-storage-cache": "^1.1.1",
+    "wujie-vue3": "^1.0.22",
     "xml-js": "^1.6.11"
   },
   "devDependencies": {
@@ -119,7 +121,7 @@
     "stylelint-order": "^6.0.4",
     "terser": "^5.28.1",
     "typescript": "5.3.3",
-    "unocss": "^0.58.5",
+    "unocss": "^0.58.9",
     "unplugin-auto-import": "^0.16.7",
     "unplugin-element-plus": "^0.8.0",
     "unplugin-vue-components": "^0.25.2",
@@ -134,7 +136,7 @@
     "vue-eslint-parser": "^9.3.2",
     "vue-tsc": "^1.8.27"
   },
-  "license": "IAILAB",
+  "license": "MIT",
   "repository": {
     "type": "git",
     "url": "git+https://"

--
Gitblit v1.9.3