[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/ dist/
.parcel-cache/ .parcel-cache/
.cache/ .cache/
package-lock.json
.vscode/

1588
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,21 +1,18 @@
{ {
"name": "wschat-ng", "name": "wschat-ng",
"version": "1.0.3", "version": "1.0.3",
"description": "", "description": "",
"main": "index.js", "main": "index.js",
"scripts": { "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", "license": "MIT",
"devDependencies": { "dependencies": {
"@types/express": "^4.17.11", "@types/express": "^5.0.3",
"@types/socket.io": "^2.1.13", "@types/socket.io": "^3.0.1",
"ts-node": "^9.1.1", "express": "^5.1.0",
"typescript": "^4.2.3" "socket.io": "^4.8.1",
}, "ts-node": "^10.9.2"
"dependencies": { }
"express": "^4.17.1",
"socket.io": "^4.0.0"
}
} }

4803
public/package-lock.json generated

File diff suppressed because it is too large Load Diff