-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
89 lines (88 loc) · 2.27 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
80
81
82
83
84
85
86
87
88
89
{
"name": "freereward",
"version": "0.0.0",
"engines": {
"node": "8.9.4"
},
"private": true,
"scripts": {
"start": "NODE_ENV=production node ./bin/wwws",
"dev": "set DEBUG=log-info,success & nodemon ./bin/wwws",
"test": "snyk test",
"pm2":"NODE_ENV=production pm2 start ./bin/wwws"
},
"dependencies": {
"@sendgrid/mail": "^6.2.1",
"animate.css": "^3.6.1",
"axios": "^0.18.0",
"bcryptjs": "^2.4.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"bootstrap-notify": "^3.1.3",
"cloudinary": "^1.10.0",
"colors": "^1.2.1",
"compression": "^1.7.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-redis": "^3.3.3",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"coupon-code": "^0.4.5",
"crypto": "^1.0.1",
"cryptr": "^2.0.0",
"csurf": "^1.9.0",
"debug": "^2.6.9",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"express-handlebars": "^3.0.0",
"express-rate-limit": "^2.11.0",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"flash": "^1.1.0",
"handlebars-helpers": "^0.10.0",
"hbs": "^4.0.1",
"helmet": "^3.11.0",
"helmet-csp": "^2.7.0",
"ioredis": "^3.2.2",
"jquery": "^3.3.1",
"loadash": "^1.0.0",
"lodash": "^4.17.5",
"lodash.forown": "^4.4.0",
"md5": "^2.2.1",
"moment": "^2.20.1",
"mongodb": "^3.0.2",
"mongoose": "^4.13.12",
"mongoose-ttl": "0.0.3",
"mongration": "^1.0.0",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"nodemon": "^1.15.0",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"passport-local": "^1.0.0",
"rate-limit-redis": "^1.4.0",
"redis": "^2.8.0",
"referrer-policy": "^1.1.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.4.5",
"sha1": "^1.1.1",
"shortid": "^2.2.8",
"supports-color": "^5.3.0",
"sweetalert": "^2.1.0",
"tether": "^1.4.3",
"voucher-code-generator": "^1.1.1",
"winston": "^3.0.0-rc3",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"eslint": "^4.19.1",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"node-siege": "0.0.4",
"siege": "^0.2.0",
"snyk": "^1.70.2"
}
}