-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 KB
/
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
37
38
39
40
41
42
43
44
45
{
"name": "server",
"version": "1.0.0",
"description": "Socialize - mern edition",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"nodemon": "nodemon --experimental-modules --es-module-specifier-resolution=node server.js"
},
"author": "NizTheDev",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.6"
},
"dependencies": {
"axios": "^0.21.1",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"busboy": "^0.3.1",
"compression": "^1.7.4",
"connect-mongo": "^4.6.0",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-session": "^1.17.2",
"express-validator": "^6.7.0",
"firebase-admin": "^9.4.2",
"gridfs-stream": "^1.1.1",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"lusca": "^1.7.0",
"mongoose": "^5.13.11",
"multer": "^1.4.2",
"nodemailer": "^6.4.18",
"passport": "^0.5.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"socket.io": "^3.0.3",
"validator": "^13.5.2"
},
"type": "module"
}