-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 870 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
37
38
{
"name": "server",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^10.0.0",
"express": "~4.16.1",
"express-session": "^1.17.2",
"http-errors": "~1.6.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.1",
"mongoose": "^5.13.2",
"morgan": "~1.9.1",
"multer": "^1.4.2",
"nodemailer": "^6.6.2",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "2.0.0-beta11",
"request": "^2.81.0",
"sslcommerz": "^1.6.6",
"url-regex-safe": "^2.0.2",
"validator": "^13.6.0"
},
"devDependencies": {
"jsdoc": "^3.6.7",
"nodemon": "^2.0.11"
}
}