cat proj fix

This commit is contained in:
syneff
2025-06-05 17:03:26 +09:00
parent c8b48004f0
commit 7e08c75d01
3 changed files with 9 additions and 8 deletions

5
catDataMocking/package.json Normal file → Executable file
View File

@@ -8,13 +8,14 @@
"devDependencies": {
"@types/cors": "^2.8.18",
"@types/express": "^5.0.2",
"@types/node": "^15.3.0",
"@types/node": "^22.15.29",
"prettier": "^2.2.1",
"tsc": "^2.0.3",
"tsc-watch": "^4.2.9",
"typescript": "^4.3.4"
"typescript": "^4.9.5"
},
"dependencies": {
"@types/webgl2": "^0.0.11",
"cors": "^2.8.5",
"express": "^5.1.0"
}