-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.47 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.47 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "server.js",
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"config": "^3.3.6",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-ejs-layouts": "^2.5.0",
"express-fileupload": "^1.2.1",
"express-flash": "0.0.2",
"express-handlebars": "^5.3.0",
"express-mysql-session": "^2.1.5",
"express-sanitizer": "^1.0.5",
"express-session": "^1.17.1",
"express-validator": "^6.10.0",
"gravatar": "^1.8.1",
"handlebars": "^4.7.7",
"ion-sfu-nodejs": "0.0.9",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"moment": "^2.29.1",
"mongodb": "^3.6.5",
"mongoose": "^5.12.3",
"multer": "^1.4.2",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"nodemailer": "^6.5.0",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.1.0",
"request": "^2.88.2",
"socket.io": "^3.1.2",
"uuid": "^8.3.2",
"wrtc": "^0.4.7",
"ws": "^7.5.0"
},
"devDependencies": {
"concurrently": "^5.3.0"
},
"scripts": {
"start": "node index.js",
"dev1": "nodemon index.js",
"dev2": "nodemon app.js",
"server": "node server.js",
"client": "npm start --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"author": "",
"license": "ISC"
}