Add tRPC, TanStack Query, and client/server-only dependencies

This commit is contained in:
CPTProgrammer
2026-07-08 06:56:16 +08:00
parent 2651451b6d
commit e23a1204e8
2 changed files with 125 additions and 3 deletions
+6
View File
@@ -9,11 +9,17 @@
},
"dependencies": {
"@ant-design/icons": "^6.3.2",
"@tanstack/react-query": "^5.101.2",
"@trpc/client": "^11.18.0",
"@trpc/server": "^11.18.0",
"@trpc/tanstack-react-query": "^11.18.0",
"@uiw/react-md-editor": "^4.1.1",
"antd": "^6.5.0",
"client-only": "^0.0.1",
"next": "^16.2.10",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"server-only": "^0.0.1",
"use-debounce": "^10.1.1",
"zod": "^4.4.3"
},