-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.32 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
{
"name": "ourlabels-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"argon2": "^0.25.0",
"aws-sdk": "^2.548.0",
"bluebird": "^3.7.0",
"body-parser": "~1.19.0",
"connect-ensure-login": "^0.1.1",
"connect-redis": "^4.0.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"debug": "~4.1.1",
"dotenv": "^8.1.0",
"eslint": "^6.5.1",
"eslint-plugin-node": "^10.0.0",
"express": "~4.17.1",
"express-session": "^1.17.0",
"express-validator": "^6.2.0",
"file-type": "^12.3.0",
"http-errors": "^1.7.3",
"image-size": "^0.8.3",
"moment": "^2.24.0",
"mongoose": "^5.8.1",
"morgan": "^1.9.1",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"pg": "^7.12.1",
"pg-hstore": "^2.3.3",
"pug": "^2.0.4",
"read-chunk": "^3.2.0",
"redis": "^2.8.0",
"rimraf": "^3.0.0",
"saslprep": "^1.0.3",
"sequelize": "^5.19.6",
"serve-favicon": "~2.5.0",
"sharp": "^0.23.1",
"swagger-ui-express": "^4.1.2",
"uuid": "^3.3.3",
"winston": "^3.2.1",
"xmlbuilder": "^13.0.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"eslint-config-prettier": "^6.4.0",
"sequelize-cli": "^5.5.1"
}
}