-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 Bytes
/
package.json
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
{
"name": "beextrovert",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/app.js",
"dev": "nodemon src/app.js"
},
"author": "Islam Abdelfattah",
"license": "ISC",
"dependencies": {
"@admin-bro/express": "^3.1.0",
"@admin-bro/mongoose": "^1.0.2",
"admin-bro": "^3.2.5",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"ejs": "^3.1.6",
"email-validator": "^2.0.4",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"express-session": "^1.17.2",
"express-socket.io-session": "^1.3.5",
"express3-handlebars": "^0.5.2",
"geoip-lite": "^1.4.2",
"mongoose": "^6.0.12",
"socket.io": "^4.4.1",
"tslib": "^2.3.1",
"uuid": "^8.3.2"
},
"devDependencies": {
"nodemon": "^2.0.14"
}
}