From 68c9b17c66d2104d96987efc6f2570c6f6904819 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=88=B1=7E=E6=B5=B7=7E=E7=88=B1=E6=B5=B7=E7=88=B1?= =?UTF-8?q?=E6=B5=B7=7E=E5=8F=B3?= <1828712314@qq.com> Date: Mon, 24 Feb 2025 16:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpackage.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packjson.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 packjson.json diff --git a/packjson.json b/packjson.json new file mode 100644 index 0000000..99cbb21 --- /dev/null +++ b/packjson.json @@ -0,0 +1,9 @@ +{ + "dependencies": { + "crypto-js": "^4.0.0" + }, + "devDependencies": { + "sass": "^1.83.4", + "sass-loader": "^16.0.4" + } +}