chore(deps): 添加 express 和 open 依赖项

- 在 package.json 中添加 express 版本 5.2.1
- 在 package.json 中添加 open 版本 11.0.0
- 更新 pnpm-lock.yaml 文件以包含新的依赖项及其子依赖项
- 添加与新依赖项相关的中间件和工具库
- 确保所有新增依赖项的版本兼容性
This commit is contained in:
coolxitech
2025-12-13 13:16:11 +08:00
parent 7e937330bb
commit b77ae14d5c
3 changed files with 650 additions and 3 deletions

View File

@@ -20,8 +20,10 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"express": "^5.2.1",
"file-saver": "^2.0.5",
"lucide-vue-next": "^0.556.0",
"open": "^11.0.0",
"pinia": "^3.0.4",
"pinia-plugin-persistedstate": "^4.7.1",
"reka-ui": "^2.6.1",