From 81e1b297b1fabec596c1cb7187ce2d6199026429 Mon Sep 17 00:00:00 2001
From: guoshilong <123456>
Date: Thu, 30 Nov 2023 16:51:10 +0800
Subject: [PATCH] 模拟考试成绩查询
---
package.json | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 87d57b6..3acb42b 100644
--- a/package.json
+++ b/package.json
@@ -14,9 +14,11 @@
"avue-plugin-ueditor": "^0.1.4",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
+ "cesium": "^1.64.0",
"classlist-polyfill": "^1.2.0",
"crypto-js": "^4.0.0",
"element-ui": "^2.15.1",
+ "jquery": "^3.6.0",
"js-base64": "^2.5.1",
"js-cookie": "^2.2.0",
"js-md5": "^0.7.3",
@@ -40,8 +42,8 @@
"@vue/cli-plugin-eslint": "^3.1.5",
"@vue/cli-service": "^3.1.4",
"chai": "^4.1.2",
- "node-sass": "^4.14.1",
- "sass-loader": "^7.0.1",
+ "node-sass": "^6.0.1",
+ "sass-loader": "^10.0.5",
"vue-template-compiler": "^2.5.17",
"webpack-bundle-analyzer": "^3.0.3"
},
@@ -55,4 +57,4 @@
"git add"
]
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3