From 54ef36700435d541a1154503b14f25ad984f6f90 Mon Sep 17 00:00:00 2001
From: zhouwenxuan <1175765986@qq.com>
Date: 星期二, 05 九月 2023 13:21:29 +0800
Subject: [PATCH] 实时监控页面

---
 package.json |  179 ++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 90 insertions(+), 89 deletions(-)

diff --git a/package.json b/package.json
index 90518f1..aa83b8d 100644
--- a/package.json
+++ b/package.json
@@ -1,91 +1,92 @@
 {
-	"name": "vue-next-admin",
-	"version": "2.1.1",
-	"description": "vue3 vite next admin template",
-	"author": "lyt_20201208",
-	"license": "MIT",
-	"scripts": {
-		"dev": "vite --force",
-		"build": "vite build",
-		"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
-	},
-	"dependencies": {
-		"@amap/amap-jsapi-loader": "^1.0.1",
-		"@element-plus/icons-vue": "^2.0.6",
-		"@kjgl77/datav-vue3": "^1.6.1",
-		"@wangeditor/editor": "^5.1.14",
-		"axios": "^0.27.2",
-		"countup.js": "^2.2.0",
-		"cropperjs": "^1.5.12",
-		"echarts": "^5.3.3",
-		"echarts-gl": "^2.0.9",
-		"echarts-wordcloud": "^2.0.0",
-		"element-plus": "^2.2.9",
-		"js-base64": "^3.7.2",
-		"js-cookie": "^3.0.1",
-		"json-bigint": "^1.0.0",
-		"jsplumb": "^2.15.6",
-		"mitt": "^3.0.0",
-		"nprogress": "^0.2.0",
-		"pinia": "^2.0.14",
-		"pinia-plugin-persistedstate": "^2.1.1",
-		"print-js": "^1.6.0",
-		"qrcodejs2-fixes": "^0.0.2",
-		"screenfull": "^6.0.1",
-		"sortablejs": "^1.15.0",
-		"splitpanes": "^3.1.1",
-		"vue": "^3.2.36",
-		"vue-clipboard3": "^2.0.0",
-		"vue-grid-layout": "^3.0.0-beta1",
-		"vue-i18n": "^9.1.10",
-		"vue-router": "^4.0.15",
-		"wangeditor": "^4.7.15",
-		"xlsx": "^0.18.5"
-	},
-	"devDependencies": {
-		"@types/json-bigint": "^1.0.1",
-		"@types/node": "^17.0.39",
-		"@types/nprogress": "^0.2.0",
-		"@types/sortablejs": "^1.13.0",
-		"@typescript-eslint/eslint-plugin": "^5.27.0",
-		"@typescript-eslint/parser": "^5.27.0",
-		"@vitejs/plugin-vue": "^2.3.3",
-		"@vue/compiler-sfc": "^3.2.36",
-		"amfe-flexible": "^2.2.1",
-		"dotenv": "^16.0.1",
-		"eslint": "^8.17.0",
-		"eslint-plugin-vue": "^9.1.0",
-		"postcss-pxtorem": "^6.0.0",
-		"prettier": "^2.6.2",
-		"sass": "^1.52.2",
-		"sass-loader": "^13.0.0",
-		"typescript": "^4.7.3",
-		"vite": "^2.9.9",
-		"vue-eslint-parser": "^9.0.2"
-	},
-	"browserslist": [
-		"> 1%",
-		"last 2 versions",
-		"not dead"
-	],
-	"bugs": {
-		"url": "https://gitee.com/lyt-top/vue-next-admin/issues"
-	},
-	"engines": {
-		"node": ">=12.0.0",
-		"npm": ">= 6.0.0"
-	},
-	"keywords": [
-		"vue",
-		"vue3",
-		"vuejs/vue-next",
-		"element-ui",
-		"element-plus",
-		"vue-next-admin",
-		"next-admin"
-	],
-	"repository": {
-		"type": "git",
-		"url": "https://gitee.com/lyt-top/vue-next-admin.git"
-	}
+  "name": "vue-next-admin",
+  "version": "2.1.1",
+  "description": "vue3 vite next admin template",
+  "author": "lyt_20201208",
+  "license": "MIT",
+  "scripts": {
+    "dev": "vite --force",
+    "build": "vite build",
+    "lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue src/"
+  },
+  "dependencies": {
+    "@amap/amap-jsapi-loader": "^1.0.1",
+    "@element-plus/icons-vue": "^2.0.6",
+    "@kjgl77/datav-vue3": "^1.6.1",
+    "@wangeditor/editor": "^5.1.14",
+    "axios": "^0.27.2",
+    "countup.js": "^2.2.0",
+    "cropperjs": "^1.5.12",
+    "echarts": "^5.3.3",
+    "echarts-gl": "^2.0.9",
+    "echarts-wordcloud": "^2.0.0",
+    "element-plus": "^2.2.9",
+    "js-base64": "^3.7.2",
+    "js-cookie": "^3.0.1",
+    "json-bigint": "^1.0.0",
+    "jsplumb": "^2.15.6",
+    "mitt": "^3.0.0",
+    "moment": "^2.29.4",
+    "nprogress": "^0.2.0",
+    "pinia": "^2.0.14",
+    "pinia-plugin-persistedstate": "^2.1.1",
+    "print-js": "^1.6.0",
+    "qrcodejs2-fixes": "^0.0.2",
+    "screenfull": "^6.0.1",
+    "sortablejs": "^1.15.0",
+    "splitpanes": "^3.1.1",
+    "vue": "^3.2.36",
+    "vue-clipboard3": "^2.0.0",
+    "vue-grid-layout": "^3.0.0-beta1",
+    "vue-i18n": "^9.1.10",
+    "vue-router": "^4.0.15",
+    "wangeditor": "^4.7.15",
+    "xlsx": "^0.18.5"
+  },
+  "devDependencies": {
+    "@types/json-bigint": "^1.0.1",
+    "@types/node": "^17.0.39",
+    "@types/nprogress": "^0.2.0",
+    "@types/sortablejs": "^1.13.0",
+    "@typescript-eslint/eslint-plugin": "^5.27.0",
+    "@typescript-eslint/parser": "^5.27.0",
+    "@vitejs/plugin-vue": "^2.3.3",
+    "@vue/compiler-sfc": "^3.2.36",
+    "amfe-flexible": "^2.2.1",
+    "dotenv": "^16.0.1",
+    "eslint": "^8.17.0",
+    "eslint-plugin-vue": "^9.1.0",
+    "postcss-pxtorem": "^6.0.0",
+    "prettier": "^2.6.2",
+    "sass": "^1.52.2",
+    "sass-loader": "^13.0.0",
+    "typescript": "^4.7.3",
+    "vite": "^2.9.9",
+    "vue-eslint-parser": "^9.0.2"
+  },
+  "browserslist": [
+    "> 1%",
+    "last 2 versions",
+    "not dead"
+  ],
+  "bugs": {
+    "url": "https://gitee.com/lyt-top/vue-next-admin/issues"
+  },
+  "engines": {
+    "node": ">=12.0.0",
+    "npm": ">= 6.0.0"
+  },
+  "keywords": [
+    "vue",
+    "vue3",
+    "vuejs/vue-next",
+    "element-ui",
+    "element-plus",
+    "vue-next-admin",
+    "next-admin"
+  ],
+  "repository": {
+    "type": "git",
+    "url": "https://gitee.com/lyt-top/vue-next-admin.git"
+  }
 }

--
Gitblit v1.9.2