cda7e0a018
补齐文件管理器右键子菜单点击展开,新增拖拽上传目标确认, 并在上传完成后自动刷新当前可见目录 目录删除改为区分仅删空目录与强制递归删除,删除后自动回退 失效路径,避免文件树持续报 No such file 同步后端 sftp:rmdir 的 recursive 分支,并将关于页与版本检查 默认仓库链接切换到 Micah123321/nexus-terminal
51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
{
|
|
"name": "nexus-terminal",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postinstall": "patch-package"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Micah123321/nexus-terminal.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Micah123321/nexus-terminal/issues"
|
|
},
|
|
"homepage": "https://github.com/Micah123321/nexus-terminal#readme",
|
|
"description": "",
|
|
"dependencies": {
|
|
"archiver-zip-encrypted": "^2.0.0",
|
|
"axios": "^1.8.4",
|
|
"element-plus": "^2.9.11",
|
|
"fs-extra": "^11.3.0",
|
|
"pinia-plugin-persistedstate": "^4.2.0",
|
|
"plist": "^3.1.0",
|
|
"vuedraggable": "^4.1.0",
|
|
"ws": "^8.18.1"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4.1.4",
|
|
"@types/qrcode": "^1.5.5",
|
|
"@types/speakeasy": "^2.0.10",
|
|
"patch-package": "^8.0.0",
|
|
"qrcode": "^1.5.4",
|
|
"speakeasy": "^2.0.0",
|
|
"sqlite3": "^5.1.7"
|
|
},
|
|
"overrides": {
|
|
"esbuild": "^0.25.0"
|
|
}
|
|
}
|