better moving between modles

This commit is contained in:
2024-12-17 10:12:35 -07:00
parent 5b4f5d3677
commit 7993342ee7
8 changed files with 1187 additions and 1184 deletions

View File

@@ -2,6 +2,7 @@
"name": "canvas-management",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"devNoSocket": "next dev",
"dev": "node src/websocket.js",
@@ -23,8 +24,8 @@
"form-data": "^4.0.1",
"jsdom": "^25.0.0",
"next": "^15.0.2",
"react": "^18",
"react-dom": "^18",
"react": "^19",
"react-dom": "^19",
"socket.io": "^4.8.1",
"superjson": "^2.2.1",
"ws": "^8.18.0",
@@ -32,12 +33,12 @@
},
"devDependencies": {
"@monaco-editor/loader": "^1.4.0",
"@monaco-editor/react": "^4.6.0",
"@monaco-editor/react": "^v4.7.0-rc.0",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.0",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react": "^19",
"@types/react-dom": "^19",
"@vitejs/plugin-react": "^4.3.1",
"axios": "^1.7.5",
"eslint-config-next": "^14.2.7",