From 681351d74040d64024c924a6d7da4e17b96d6a38 Mon Sep 17 00:00:00 2001
From: Dectinc Chen <github@dectinc.cc>
Date: 星期五, 16 四月 2021 17:22:44 +0800
Subject: [PATCH] fix typo and broken url

---
 web_src/package.json |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/web_src/package.json b/web_src/package.json
index 05178d4..b7a947c 100644
--- a/web_src/package.json
+++ b/web_src/package.json
@@ -10,14 +10,18 @@
     "build": "node build/build.js"
   },
   "dependencies": {
-    "@liveqing/liveplayer": "^1.9.6",
+    "@easydarwin/easywasmplayer": "^4.0.7",
     "axios": "^0.19.2",
     "core-js": "^2.6.5",
     "echarts": "^4.7.0",
     "element-ui": "2.10.1",
+    "fingerprintjs2": "^2.1.2",
     "moment": "^2.29.1",
+    "postcss-pxtorem": "^5.1.1",
     "vue": "^2.6.11",
+    "vue-baidu-map": "^0.21.22",
     "vue-clipboard2": "^0.3.1",
+    "vue-clipboards": "^1.3.0",
     "vue-cookies": "^1.7.4",
     "vue-router": "^3.1.6"
   },

--
Gitblit v1.8.0