Skip to content

Commit

Permalink
Merge pull request #131 from CS3219-AY2425S1/feat/audio
Browse files Browse the repository at this point in the history
Create audio service
  • Loading branch information
lsyurea authored Nov 5, 2024
2 parents 05177fe + a173ac7 commit c825b84
Show file tree
Hide file tree
Showing 11 changed files with 5,003 additions and 3,479 deletions.
1 change: 1 addition & 0 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ services:
- /app/node_modules
ports:
- "4444:4444"
- "5555:5555"
networks:
- peerprep-network
env_file:
Expand Down
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ services:
- /app/node_modules
ports:
- "4444:4444"
- "5555:5555"
networks:
- peerprep-network
env_file:
Expand Down
4 changes: 4 additions & 0 deletions peerprep-fe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
"pre-commit": "pnpm format && git add -u"
},
"dependencies": {
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.1",
Expand All @@ -25,6 +27,7 @@
"@radix-ui/react-toast": "^1.2.2",
"@stomp/stompjs": "^7.0.0",
"@types/js-cookie": "^3.0.6",
"@types/simple-peer": "^9.11.8",
"amqplib": "^0.10.4",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
Expand All @@ -38,6 +41,7 @@
"react": "^18",
"react-dom": "^18",
"react-nice-avatar": "^1.5.0",
"simple-peer": "^9.11.1",
"socket.io-client": "^4.8.1",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
Expand Down
Loading

0 comments on commit c825b84

Please sign in to comment.