From 4de5f40a1a7df4a252b0f44869e7599a066c06b2 Mon Sep 17 00:00:00 2001 From: odc.xiaohui <xiaohui@Q1> Date: 星期三, 15 十一月 2023 09:16:23 +0800 Subject: [PATCH] 修改视频专网 --- package.json | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1772d36..eae5521 100644 --- a/package.json +++ b/package.json @@ -18,19 +18,21 @@ }, "dependencies": { "@element-plus/icons-vue": "2.1.0", + "@fingerprintjs/fingerprintjs": "^4.1.0", "@vueup/vue-quill": "1.2.0", "@vueuse/core": "9.5.0", "animate.css": "4.1.1", "await-to-js": "^3.0.0", "axios": "^1.3.4", + "crypto-js": "^4.1.1", "echarts": "5.4.0", "element-plus": "2.2.27", "file-saver": "2.0.5", "fuse.js": "6.6.2", "js-cookie": "3.0.1", "jsencrypt": "3.3.1", - "crypto-js": "^4.1.1", "nprogress": "0.2.0", + "os": "^0.1.2", "path-browserify": "1.0.1", "path-to-regexp": "6.2.0", "pinia": "2.0.22", @@ -48,7 +50,7 @@ "@types/crypto-js": "^4.1.1", "@types/file-saver": "2.0.5", "@types/js-cookie": "3.0.3", - "@types/node": "18.14.2", + "@types/node": "^18.18.9", "@types/nprogress": "0.2.0", "@types/path-browserify": "^1.0.0", "@typescript-eslint/eslint-plugin": "5.56.0", @@ -73,10 +75,10 @@ "unplugin-auto-import": "0.13.0", "unplugin-icons": "0.15.1", "unplugin-vue-components": "0.23.0", + "unplugin-vue-setup-extend-plus": "0.4.9", "vite": "4.3.1", "vite-plugin-compression": "0.5.1", "vite-plugin-svg-icons": "2.0.1", - "unplugin-vue-setup-extend-plus": "0.4.9", "vitest": "^0.29.7", "vue-eslint-parser": "9.1.0", "vue-tsc": "0.35.0" -- Gitblit v1.8.0