-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (49 loc) · 1.38 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
46
47
48
49
50
{
"name": "imarket",
"version": "1.0.0",
"description": "a market place for afit comminuty first and the world at large",
"main": "server.js",
"scripts": {
"server": "nodemon server/server.js",
"client-install": "cd client && npm install",
"test": "mocha",
"client": "npm dev --prefix client",
"dev": "concurrently \"npm run server\" \"npm run client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeironside/imarket.git"
},
"author": "oluwatobi a jolaosho,praises m tula",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeironside/imarket/issues"
},
"homepage": "https://github.com/codeironside/imarket#readme",
"dependencies": {
"axios": "^1.2.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.1",
"cloudinary": "^1.33.0",
"colors": "^1.4.0",
"concurrently": "^7.6.0",
"cors": "^2.8.5",
"date": "^2.0.2",
"date-and-time": "^2.4.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-session": "^1.17.3",
"flutterwave-node-v3": "^1.0.12",
"jsonwebtoken": "^9.0.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.0",
"path": "^0.12.7",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"xlsx": "^0.18.5"
}
}