depend: 添加 React 类型提示依赖

This commit is contained in:
CrescentLeaf
2025-04-13 23:29:29 +08:00
parent b7dd272b99
commit 5420344111
2 changed files with 28 additions and 1 deletions

View File

@@ -2,6 +2,8 @@
"private": "true",
"type": "module",
"dependencies": {
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.2",
"express": "^4.21.2",
"socket.io": "^4.8.1"
},