Skip to content

Commit 3b89cba

Browse files
committed
Readd frontend packages
1 parent c90bf92 commit 3b89cba

File tree

2 files changed

+913
-581
lines changed

2 files changed

+913
-581
lines changed

frontend/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"prettier:fix": "prettier --write ."
1111
},
1212
"dependencies": {
13+
"@monaco-editor/react": "^4.6.0",
1314
"@radix-ui/react-avatar": "^1.1.0",
1415
"@radix-ui/react-checkbox": "^1.1.2",
1516
"@radix-ui/react-dialog": "^1.1.2",
@@ -18,6 +19,7 @@
1819
"@radix-ui/react-label": "^2.1.0",
1920
"@radix-ui/react-popover": "^1.1.2",
2021
"@radix-ui/react-progress": "^1.1.0",
22+
"@radix-ui/react-scroll-area": "^1.2.0",
2123
"@radix-ui/react-select": "^2.1.1",
2224
"@radix-ui/react-separator": "^1.1.0",
2325
"@radix-ui/react-slot": "^1.1.0",
@@ -28,14 +30,20 @@
2830
"clsx": "^2.1.1",
2931
"cmdk": "1.0.0",
3032
"lucide-react": "^0.441.0",
33+
"monaco-editor": "^0.52.0",
34+
"monaco-types": "^0.1.0",
3135
"next": "14.2.11",
3236
"next-themes": "^0.3.0",
3337
"react": "^18",
3438
"react-dom": "^18",
39+
"socket.io-client": "^4.8.1",
3540
"swr": "^2.2.5",
3641
"tailwind-merge": "^2.5.2",
3742
"tailwindcss-animate": "^1.0.7",
43+
"y-monaco": "^0.1.6",
44+
"y-websocket": "^2.0.4",
3845
"yarn": "^1.22.22",
46+
"yjs": "^13.6.20",
3947
"zod": "^3.23.8"
4048
},
4149
"devDependencies": {

0 commit comments

Comments
 (0)