补齐 memind_adm 运行 memind-lib 共享模块所需的 npm 依赖。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-06-26 12:34:47 +08:00
parent c52086e36a
commit b51a89ef86
2 changed files with 839 additions and 6 deletions
+831 -5
View File
File diff suppressed because it is too large Load Diff
+8 -1
View File
@@ -17,11 +17,18 @@
},
"dependencies": {
"@node-rs/argon2": "^2.0.2",
"@resvg/resvg-js": "^2.6.2",
"debug": "^4.4.3",
"express": "^4.21.2",
"http-proxy-middleware": "^3.0.3",
"jsonrepair": "^3.14.0",
"mysql2": "^3.22.5",
"qrcode": "^1.5.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^7.13.1"
"react-router-dom": "^7.13.1",
"redis": "^4.7.1",
"undici": "^6.26.0"
},
"devDependencies": {
"@types/react": "^19.0.10",