-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
{
"type": "module",
"dependencies": {
"@google/generative-ai": "^0.16.0",
"axios": "^1.7.4",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.10",
"ejs-mate": "^4.0.0",
"express": "^4.19.2",
"express-mongo-sanitize": "^2.2.0",
"express-session": "^1.18.0",
"flash": "^1.1.0",
"install": "^0.13.0",
"marked": "^14.1.0",
"mongodb": "^6.8.0",
"mongoose": "^8.5.2",
"multer": "^1.4.5-lts.1",
"node": "^22.6.0",
"nodemon": "^3.1.4",
"npm": "^10.8.3",
"nylas": "^7.5.2",
"openai": "^4.55.4",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0",
"path": "^0.12.7",
"uuid": "^10.0.0"
}
}