Skip to content

Commit

Permalink
Feat/collaboration [wip] (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev authored Jun 14, 2023
1 parent 5c85477 commit 2895972
Show file tree
Hide file tree
Showing 11 changed files with 542 additions and 99 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,24 +11,30 @@
},
"dependencies": {
"@monaco-editor/react": "^4.5.1",
"@webcontainer/api": "^1.1.4",
"@webcontainer/api": "^1.1.5",
"dockview": "^1.7.3",
"monaco-editor": "^0.38.0",
"monaco-editor": "^0.39.0",
"monaco-editor-auto-typings": "^0.4.4",
"react": "^18.2.0",
"react-complex-tree": "^2.1.4",
"react-dom": "^18.2.0",
"xkcd-936": "^1.0.4",
"xterm": "^5.1.0",
"xterm-addon-fit": "^0.7.0"
"xterm-addon-fit": "^0.7.0",
"y-monaco": "^0.1.4",
"y-webrtc": "^10.2.5",
"y-websocket": "^1.5.0",
"yjs": "^13.6.2"
},
"devDependencies": {
"@types/react": "^18.2.8",
"@types/node": "^20.3.0",
"@types/react": "^18.2.11",
"@types/react-dom": "^18.2.4",
"@vitejs/plugin-react": "^3.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-node-polyfills": "^0.8.2",
"vite-plugin-node-polyfills": "^0.9.0",
"vite-plugin-rewrite-all": "^1.0.1"
},
"pnpm": {
Expand Down
Loading

0 comments on commit 2895972

Please sign in to comment.