-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.01 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": "storekit",
"version": "2.0.0",
"description": "this is my ecommerce project",
"main": "server.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node server.js",
"build": "npm run build",
"dev": "nodemon server.js"
},
"author": "solomon ntia",
"license": "ISC",
"dependencies": {
"axios": "^0.27.2",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.20.0",
"bootstrap": "^5.1.3",
"connect-flash": "^0.1.1",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csurf": "^1.11.0",
"dotenv": "^16.0.1",
"ejs": "^3.1.8",
"express": "^4.18.1",
"express-session": "^1.17.3",
"http-errors": "^2.0.0",
"ioredis": "^5.1.0",
"joi": "^17.6.0",
"lodash": "^4.17.21",
"mongoose": "^6.4.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-redis": "^0.1.7",
"nodemon": "^1.19.4",
"passport": "^0.6.0",
"path": "^0.12.7",
"redis": "^4.1.0",
"yarn": "^1.22.19"
}
}