feat(WEB-127): add trpc to handle requests both serverside and clientside
This commit is contained in:
@@ -21,6 +21,10 @@
|
||||
"@netlify/plugin-nextjs": "^5.0.0-beta.9",
|
||||
"@scandic-hotels/design-system": "git+https://x-token-auth:$DESIGN_SYSTEM_ACCESS_TOKEN@bitbucket.org/scandic-swap/design-system.git#v0.1.0-rc.2",
|
||||
"@t3-oss/env-nextjs": "^0.9.2",
|
||||
"@tanstack/react-query": "^5.28.6",
|
||||
"@trpc/client": "^11.0.0-next-beta.318",
|
||||
"@trpc/react-query": "^11.0.0-next-beta.318",
|
||||
"@trpc/server": "^11.0.0-next-beta.318",
|
||||
"class-variance-authority": "^0.7.0",
|
||||
"dayjs": "^1.11.10",
|
||||
"graphql": "^16.8.1",
|
||||
@@ -32,6 +36,7 @@
|
||||
"react-dom": "^18",
|
||||
"react-feather": "^2.0.10",
|
||||
"server-only": "^0.0.1",
|
||||
"superjson": "^2.2.1",
|
||||
"zod": "^3.22.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user