-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 753 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "StudyMate",
"version": "1.0.0",
"description": "Studying Online together using WebRTC and Websockets",
"main": "index.js",
"scripts": {
"dev": "nodemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.6",
"@babel/core": "^7.18.6",
"@babel/node": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"nodemon": "^2.0.18"
},
"dependencies": {
"@socket.io/admin-ui": "^0.4.0",
"bootstrap": "^5.2.0-beta1",
"bootstrap-icons": "^1.9.1",
"cloudflare": "^2.9.1",
"express": "^4.18.1",
"localtunnel": "^2.0.2",
"pug": "^3.0.2",
"socket.io": "^4.5.1",
"ws": "^8.8.0"
}
}