forked from WeferralHq/weferral-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
79 lines (79 loc) · 2.17 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "weferral-api",
"version": "0.2.1",
"description": "Weferral API",
"private": true,
"engines": {
"node": ">=11.8.0"
},
"scripts": {
"start": "node ./bin/start",
"dev": "nodemon -r esm index.js",
"clean": "rm -rf node_modules"
},
"author": "Ezeh Uche <[email protected]>",
"dependencies": {
"@koa/cors": "^3.0.0",
"architect": "^0.1.13",
"axios": "^0.19.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.7.2",
"bristol": "^0.4.0",
"cloudinary": "^1.23.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"esm": "^3.2.25",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fs": "0.0.1-security",
"geoip-lite": "^1.3.8",
"glob": "^7.1.6",
"helmet": "^4.2.0",
"jsonwebtoken": "^8.5.1",
"knex": "^0.21.17",
"knex-filter-loopback": "^0.3.0",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compress": "^3.0.0",
"koa-respond": "^2.1.0",
"koa-router": "^7.4.0",
"lodash": "^4.17.20",
"md5": "^2.3.0",
"mongoose": "^5.6.11",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"mysql2": "^1.6.5",
"nanoid": "^2.1.11",
"node-cron": "^2.0.3",
"node-fetch": "^2.6.1",
"nodemailer": "^6.4.17",
"palin": "^2.3.0",
"passport": "^0.4.1",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"pg": "^8.5.1",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"semver": "^7.3.4",
"semver-sort": "0.0.4",
"server-destroy": "^1.0.1",
"swagger-ui-express": "^4.0.7",
"validator": "^13.1.17",
"yenv": "^2.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"cross-env": "^5.2.0",
"factory-girl": "^5.0.4",
"chance": "^1.0.6",
"nodemon": "^1.19.1",
"prettier": "^1.15.3"
},
"prettier": {
"singleQuote": true,
"semi": false
}
}