This commit is contained in:
Baobhan Sith
2025-04-24 16:37:38 +08:00
parent a3bb7869dd
commit 3474453060
4 changed files with 10 additions and 70 deletions
+5 -63
View File
@@ -23,7 +23,8 @@
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0"
"speakeasy": "^2.0.0",
"sqlite3": "^5.1.7"
}
},
"node_modules/@alloc/quick-lru": {
@@ -1421,16 +1422,6 @@
"@types/node": "*"
}
},
"node_modules/@types/connect-sqlite3": {
"version": "0.9.5",
"resolved": "https://registry.npmjs.org/@types/connect-sqlite3/-/connect-sqlite3-0.9.5.tgz",
"integrity": "sha512-T9HqA7a+eOSM+0ktRZbS1z7WOsRw0ZF3gaQjaExEN8wOnjmnPClkCgM815ta7vyeDF7wxL3aPmDOwrWuYKMr+g==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/express": "*"
}
},
"node_modules/@types/estree": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.7.tgz",
@@ -1475,23 +1466,6 @@
"integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==",
"license": "MIT"
},
"node_modules/@types/lodash": {
"version": "4.17.16",
"resolved": "https://registry.npmjs.org/@types/lodash/-/lodash-4.17.16.tgz",
"integrity": "sha512-HX7Em5NYQAXKW+1T+FiuG27NGwzJfCX3s1GjOa7ujxZa52kjJLOr4FUxT+giF6Tgxv1e+/czV/iTtBw27WTU9g==",
"dev": true,
"license": "MIT"
},
"node_modules/@types/lodash-es": {
"version": "4.17.12",
"resolved": "https://registry.npmjs.org/@types/lodash-es/-/lodash-es-4.17.12.tgz",
"integrity": "sha512-0NgftHUcV4v34VhXm8QBSftKVXtbkBG3ViCjs6+eJ5a6y6Mi/jiFGPc1sC7QK+9BFhWrURE3EOggmWaSxL9OzQ==",
"dev": true,
"license": "MIT",
"dependencies": {
"@types/lodash": "*"
}
},
"node_modules/@types/mime": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz",
@@ -4355,13 +4329,6 @@
"node": ">=8"
}
},
"node_modules/lodash-es": {
"version": "4.17.21",
"resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz",
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
"dev": true,
"license": "MIT"
},
"node_modules/lru-cache": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
@@ -7343,9 +7310,9 @@
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"https-proxy-agent": "^7.0.6",
"i18next": "^25.0.0",
"i18next-fs-backend": "^2.6.0",
"ipaddr.js": "^1.9.1",
"multer": "^1.4.5-lts.2",
"nodemailer": "^6.10.1",
"qrcode": "^1.5.4",
@@ -7355,11 +7322,11 @@
"sqlite3": "^5.1.7",
"ssh2": "^1.16.0",
"uuid": "^11.1.0",
"ws": "^8.18.1"
"ws": "^8.18.1",
"xterm": "^5.3.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/connect-sqlite3": "^0.9.5",
"@types/express": "^5.0.1",
"@types/express-session": "^1.18.1",
"@types/node": "^20.0.0",
@@ -7374,28 +7341,6 @@
"typescript": "^5.0.0"
}
},
"packages/backend/node_modules/agent-base": {
"version": "7.1.3",
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.3.tgz",
"integrity": "sha512-jRR5wdylq8CkOe6hei19GGZnxM6rBGwFl3Bg0YItGDimvjGtAvdZk4Pu6Cl4u4Igsws4a1fd1Vq3ezrhn4KmFw==",
"license": "MIT",
"engines": {
"node": ">= 14"
}
},
"packages/backend/node_modules/https-proxy-agent": {
"version": "7.0.6",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
"license": "MIT",
"dependencies": {
"agent-base": "^7.1.2",
"debug": "4"
},
"engines": {
"node": ">= 14"
}
},
"packages/frontend": {
"name": "@nexus-terminal/frontend",
"version": "0.1.0",
@@ -7410,7 +7355,6 @@
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"splitpanes": "^4.0.3",
"tailwindcss": "^4.1.4",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.3.0",
"vue-i18n": "^9.14.4",
@@ -7421,10 +7365,8 @@
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^4.2.0",
"lodash-es": "^4.17.21",
"typescript": "^5.0.0",
"vite": "^5.2.0",
"vue-tsc": "^2.2.8"
+2 -1
View File
@@ -36,6 +36,7 @@
"@types/qrcode": "^1.5.5",
"@types/speakeasy": "^2.0.10",
"qrcode": "^1.5.4",
"speakeasy": "^2.0.0"
"speakeasy": "^2.0.0",
"sqlite3": "^5.1.7"
}
}
+3 -3
View File
@@ -18,9 +18,9 @@
"dotenv": "^16.5.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"https-proxy-agent": "^7.0.6",
"i18next": "^25.0.0",
"i18next-fs-backend": "^2.6.0",
"ipaddr.js": "^1.9.1",
"multer": "^1.4.5-lts.2",
"nodemailer": "^6.10.1",
"qrcode": "^1.5.4",
@@ -30,11 +30,11 @@
"sqlite3": "^5.1.7",
"ssh2": "^1.16.0",
"uuid": "^11.1.0",
"ws": "^8.18.1"
"ws": "^8.18.1",
"xterm": "^5.3.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/connect-sqlite3": "^0.9.5",
"@types/express": "^5.0.1",
"@types/express-session": "^1.18.1",
"@types/node": "^20.0.0",
-3
View File
@@ -19,7 +19,6 @@
"pinia": "^3.0.2",
"pinia-plugin-persistedstate": "^4.2.0",
"splitpanes": "^4.0.3",
"tailwindcss": "^4.1.4",
"vite-plugin-monaco-editor": "^1.1.0",
"vue": "^3.3.0",
"vue-i18n": "^9.14.4",
@@ -30,10 +29,8 @@
"xterm-addon-web-links": "^0.9.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/splitpanes": "^2.2.6",
"@vitejs/plugin-vue": "^4.2.0",
"lodash-es": "^4.17.21",
"typescript": "^5.0.0",
"vite": "^5.2.0",
"vue-tsc": "^2.2.8"