Skip to content

Commit 71a2ce1

Browse files
Merge pull request #52 from CS3219-AY2425S1/ben/collaboration-page
feat: Implement Collaboration Page
2 parents 0f16864 + 3c877c9 commit 71a2ce1

File tree

19 files changed

+3404
-2504
lines changed

19 files changed

+3404
-2504
lines changed

apps/frontend/.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# URL endpoints of the services
22
NEXT_PUBLIC_QUESTION_SERVICE_URL="http://localhost:8080/"
33
NEXT_PUBLIC_USER_SERVICE_URL="http://localhost:3001/"
4-
NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
4+
NEXT_PUBLIC_MATCHING_SERVICE_URL="ws://localhost:8081/match"
5+
NEXT_PUBLIC_SIGNALLING_SERVICE_URL="ws://localhost:4444/"

apps/frontend/package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,27 @@
99
"lint": "next lint"
1010
},
1111
"dependencies": {
12-
"@ant-design/cssinjs": "^1.21.1",
1312
"@ant-design/icons": "^5.5.1",
1413
"@ant-design/nextjs-registry": "^1.0.1",
14+
"@codemirror/lang-cpp": "^6.0.2",
15+
"@codemirror/lang-go": "^6.0.1",
16+
"@codemirror/lang-java": "^6.0.1",
17+
"@codemirror/lang-javascript": "^6.2.2",
18+
"@codemirror/lang-python": "^6.1.6",
19+
"@codemirror/language": "^6.10.3",
20+
"@codemirror/state": "^6.4.1",
1521
"antd": "^5.20.6",
22+
"codemirror": "^6.0.1",
1623
"next": "14.2.13",
1724
"react": "^18.2.0",
1825
"react-dom": "^18.2.0",
1926
"react-timer-hook": "^3.0.7",
2027
"react-use-websocket": "^4.9.0",
2128
"sass": "^1.79.2",
22-
"typeface-montserrat": "^1.1.13"
29+
"typeface-montserrat": "^1.1.13",
30+
"y-codemirror.next": "^0.3.5",
31+
"y-webrtc": "^10.3.0",
32+
"yjs": "^13.6.20"
2333
},
2434
"devDependencies": {
2535
"@types/node": "^20",

0 commit comments

Comments
 (0)