Skip to content

Commit b59902f

Browse files
committed
FIx
1 parent 3af9321 commit b59902f

File tree

2 files changed

+220
-0
lines changed

2 files changed

+220
-0
lines changed

services/app/apps/codebattle/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
},
4444
"dependencies": {
4545
"@babel/runtime": "^7.21.0",
46+
"@dnd-kit/core": "^6.3.1",
4647
"@ebay/nice-modal-react": "^1.2.13",
4748
"@emoji-mart/data": "^1.1.2",
4849
"@emoji-mart/react": "^1.1.1",
@@ -97,6 +98,7 @@
9798
"react-contexify": "^6.0.0",
9899
"react-devicons": "^2.14.0",
99100
"react-dom": "^18.2.0",
101+
"react-draggable": "^4.4.6",
100102
"react-feather": "^2.0.10",
101103
"react-hotkeys": "^2.0.0",
102104
"react-hotkeys-hook": "^4.4.1",
@@ -106,10 +108,12 @@
106108
"react-markdown": "^9.0.1",
107109
"react-player-controls": "^1.1.0",
108110
"react-redux": "^8.1.2",
111+
"react-rnd": "^10.5.2",
109112
"react-select": "^5.7.4",
110113
"react-slack-feedback": "^2.1.1",
111114
"react-split": "^2.0.14",
112115
"react-stay-scrolled": "^9.0.0",
116+
"react-syntax-highlighter": "^15.6.1",
113117
"react-toastify": "^6.1.0",
114118
"react-transition-group": "^4.4.1",
115119
"recharts": "^2.1.16",

0 commit comments

Comments
 (0)