diff --git a/RollCallClient/src/.gitignore b/RollCallClient/.gitignore similarity index 100% rename from RollCallClient/src/.gitignore rename to RollCallClient/.gitignore diff --git a/RollCallClient/src/index.html b/RollCallClient/index.html similarity index 100% rename from RollCallClient/src/index.html rename to RollCallClient/index.html diff --git a/RollCallClient/src/jsconfig.json b/RollCallClient/jsconfig.json similarity index 100% rename from RollCallClient/src/jsconfig.json rename to RollCallClient/jsconfig.json diff --git a/RollCallClient/src/package-lock.json b/RollCallClient/package-lock.json similarity index 99% rename from RollCallClient/src/package-lock.json rename to RollCallClient/package-lock.json index 5baea3f..0f113a9 100644 --- a/RollCallClient/src/package-lock.json +++ b/RollCallClient/package-lock.json @@ -10,7 +10,6 @@ "dependencies": { "@element-plus/icons-vue": "^2.3.1", "axios": "^1.7.7", - "crypto-js": "^4.2.0", "dayjs": "^1.11.13", "element-plus": "^2.8.4", "pinia": "^2.2.4", @@ -976,11 +975,6 @@ "url": "https://github.com/sponsors/mesqueeb" } }, - "node_modules/crypto-js": { - "version": "4.2.0", - "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.2.0.tgz", - "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==" - }, "node_modules/csstype": { "version": "3.1.3", "resolved": "https://registry.npmmirror.com/csstype/-/csstype-3.1.3.tgz", diff --git a/RollCallClient/src/package.json b/RollCallClient/package.json similarity index 100% rename from RollCallClient/src/package.json rename to RollCallClient/package.json diff --git a/RollCallClient/src/vite.config.js b/RollCallClient/vite.config.js similarity index 100% rename from RollCallClient/src/vite.config.js rename to RollCallClient/vite.config.js