[arch] update dependence

Signed-off-by: szdytom <szdytom@qq.com>
This commit is contained in:
方而静 2025-09-14 17:22:06 +08:00
parent 55c7402868
commit 05c9127f8b
Signed by: szTom
GPG Key ID: 072D999D60C6473C
4 changed files with 18 additions and 6410 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@ config.json
dist/
.parcel-cache/
.cache/
package-lock.json
.vscode/

1588
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,18 +4,15 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node src/index.ts"
"start": "npx ts-node src/index.ts"
},
"author": "szdytom <szdytom@163.com>",
"author": "szdytom <szdytom@qq.com>",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/socket.io": "^2.1.13",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
},
"dependencies": {
"express": "^4.17.1",
"socket.io": "^4.0.0"
"@types/express": "^5.0.3",
"@types/socket.io": "^3.0.1",
"express": "^5.1.0",
"socket.io": "^4.8.1",
"ts-node": "^10.9.2"
}
}

4803
public/package-lock.json generated

File diff suppressed because it is too large Load Diff