mirror of
https://github.com/alexmickelson/canvasManagement.git
synced 2026-03-25 23:28:33 -06:00
moving to trpc
This commit is contained in:
@@ -10,15 +10,21 @@
|
||||
"test": "vitest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@next/env": "^15.0.3",
|
||||
"@tanstack/react-query": "^5.59.20",
|
||||
"@trpc/client": "11.0.0-rc.608",
|
||||
"@trpc/react-query": "11.0.0-rc.608",
|
||||
"@trpc/server": "11.0.0-rc.608",
|
||||
"jsdom": "^25.0.0",
|
||||
"next": "^14.2.7",
|
||||
"react": "^18",
|
||||
"react-dom": "^18"
|
||||
"react-dom": "^18",
|
||||
"superjson": "^2.2.1",
|
||||
"zod": "^3.23.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@monaco-editor/loader": "^1.4.0",
|
||||
"@monaco-editor/react": "^4.6.0",
|
||||
"@tanstack/react-query": "^5.54.1",
|
||||
"@tanstack/react-query-devtools": "^5.54.1",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/react": "^16.0.0",
|
||||
"@types/node": "^22",
|
||||
@@ -29,6 +35,7 @@
|
||||
"eslint-config-next": "^14.2.7",
|
||||
"isomorphic-dompurify": "^2.15.0",
|
||||
"marked": "^14.1.2",
|
||||
"monaco-editor": "^0.52.0",
|
||||
"postcss": "^8",
|
||||
"react-error-boundary": "^4.0.13",
|
||||
"react-hot-toast": "^2.4.1",
|
||||
|
||||
Reference in New Issue
Block a user