diff --git a/package-lock.json b/package-lock.json index 6ae8b52..ab3252d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "ant-design-vue": "^4.2.6", "axios": "^1.10.0", + "jsencrypt": "^3.5.4", "pinia": "^3.0.3", "unplugin-vue-components": "^28.7.0", "vue": "^3.5.13", @@ -1938,6 +1939,12 @@ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "license": "MIT" }, + "node_modules/jsencrypt": { + "version": "3.5.4", + "resolved": "https://registry.npmmirror.com/jsencrypt/-/jsencrypt-3.5.4.tgz", + "integrity": "sha512-kNjfYEMNASxrDGsmcSQh/rUTmcoRfSUkxnAz+MMywM8jtGu+fFEZ3nJjHM58zscVnwR0fYmG9sGkTDjqUdpiwA==", + "license": "MIT" + }, "node_modules/kolorist": { "version": "1.8.0", "resolved": "https://registry.npmmirror.com/kolorist/-/kolorist-1.8.0.tgz", diff --git a/package.json b/package.json index ddf61fd..a9ad784 100644 --- a/package.json +++ b/package.json @@ -4,13 +4,14 @@ "version": "0.0.1", "type": "module", "scripts": { - "dev": "vite --open", + "dev": "vite --host --open", "build": "vite build", "preview": "vite preview" }, "dependencies": { "ant-design-vue": "^4.2.6", "axios": "^1.10.0", + "jsencrypt": "^3.5.4", "pinia": "^3.0.3", "unplugin-vue-components": "^28.7.0", "vue": "^3.5.13",