-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (48 loc) · 1.16 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"cookie-parser": "~1.4.4",
"cookie-session": "^2.0.0",
"crypto": "^1.0.1",
"debug": "~2.6.9",
"dotenv": "^8.6.0",
"express": "~4.16.1",
"express-session": "^1.17.3",
"google-auth-library": "^9.4.1",
"jsonwebtoken": "^9.0.2",
"jwt-simple": "^0.5.6",
"mongoose": "^7.6.3",
"morgan": "~1.9.1",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oidc": "^0.1.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"dependencies": {
"body-parser": "^1.20.2",
"cloudinary": "^2.0.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.2",
"jwt-simple": "^0.5.6",
"mongoose": "^8.0.3",
"passport": "^0.7.0",
"passport-google-oidc": "^0.1.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"uuid": "^9.0.1"
}
}