|
10 | 10 | "prettier:fix": "prettier --write ."
|
11 | 11 | },
|
12 | 12 | "dependencies": {
|
| 13 | + "@monaco-editor/react": "^4.6.0", |
13 | 14 | "@radix-ui/react-avatar": "^1.1.0",
|
14 | 15 | "@radix-ui/react-checkbox": "^1.1.2",
|
15 | 16 | "@radix-ui/react-dialog": "^1.1.2",
|
|
18 | 19 | "@radix-ui/react-label": "^2.1.0",
|
19 | 20 | "@radix-ui/react-popover": "^1.1.2",
|
20 | 21 | "@radix-ui/react-progress": "^1.1.0",
|
| 22 | + "@radix-ui/react-scroll-area": "^1.2.0", |
21 | 23 | "@radix-ui/react-select": "^2.1.1",
|
22 | 24 | "@radix-ui/react-separator": "^1.1.0",
|
23 | 25 | "@radix-ui/react-slot": "^1.1.0",
|
|
28 | 30 | "clsx": "^2.1.1",
|
29 | 31 | "cmdk": "1.0.0",
|
30 | 32 | "lucide-react": "^0.441.0",
|
| 33 | + "monaco-editor": "^0.52.0", |
| 34 | + "monaco-types": "^0.1.0", |
31 | 35 | "next": "14.2.11",
|
32 | 36 | "next-themes": "^0.3.0",
|
33 | 37 | "react": "^18",
|
34 | 38 | "react-dom": "^18",
|
| 39 | + "socket.io-client": "^4.8.1", |
35 | 40 | "swr": "^2.2.5",
|
36 | 41 | "tailwind-merge": "^2.5.2",
|
37 | 42 | "tailwindcss-animate": "^1.0.7",
|
| 43 | + "y-monaco": "^0.1.6", |
| 44 | + "y-websocket": "^2.0.4", |
38 | 45 | "yarn": "^1.22.22",
|
| 46 | + "yjs": "^13.6.20", |
39 | 47 | "zod": "^3.23.8"
|
40 | 48 | },
|
41 | 49 | "devDependencies": {
|
|
0 commit comments