-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "om-collection",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"@sentry/node": "^6.8.0",
"async": "^3.2.3",
"bcrypt": "^5.0.1",
"compression": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^3.2.0",
"cookie-parser": "~1.4.4",
"core-js": "^3.6.5",
"crypto-random-string": "^3.3.0",
"dayjs": "^1.10.5",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"express": "~4.16.1",
"express-session": "^1.17.1",
"express-validator": "^6.6.1",
"form-data": "^4.0.0",
"helmet": "^4.6.0",
"http-errors": "~1.6.3",
"i18next": "^20.2.1",
"i18next-fs-backend": "^1.1.1",
"i18next-http-middleware": "^3.1.1",
"mailgun.js": "^3.3.0",
"mongoose": "^5.12.5",
"morgan": "~1.9.1",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"pug": "^3.0.2",
"sharp": "^0.31.3"
},
"devDependencies": {
"eslint": "^7.28.0",
"nodemon": "^2.0.4"
}
}