-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.11 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
{
"name": "ecommerce-backend-1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"server": "nodemon index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@okta/jwt-verifier": "^2.1.0",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.6",
"dotenv": "^16.0.3",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-ejs-layouts": "^2.5.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.3.0",
"mongoose": "^7.1.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multiparty": "^4.2.3",
"node-localstorage": "^2.2.1",
"passport": "^0.6.0",
"passport-local-mongoose": "^8.0.0",
"sharp": "^0.32.1",
"slugify": "^1.6.6",
"validator": "^13.9.0"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}