-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 900 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 900 Bytes
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
{
"name": "backend",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"@google-cloud/storage": "^3.3.0",
"axios": "^0.19.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"dotenv": "^8.1.0",
"ejs": "~2.5.7",
"express": "~4.16.0",
"express-fileupload": "^1.1.6",
"http-errors": "~1.6.2",
"joi": "^14.3.1",
"jsonwebtoken": "^8.5.1",
"mimetypes": "^0.1.1",
"mongoose": "^5.7.5",
"morgan": "~1.9.0",
"multer": "^1.4.2",
"passport": "^0.4.0",
"passport-google-id-token": "^0.4.6",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"shortid": "^2.2.15",
"swagger-ui-express": "^4.1.2"
},
"devDependencies": {
"nodemon": "^1.19.2"
}
}