-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.5 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.5 KB
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
57
{
"name": "daiict",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mauryajatin45/Authentication.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/mauryajatin45/Authentication/issues"
},
"homepage": "https://github.com/mauryajatin45/Authentication#readme",
"dependencies": {
"@google/genai": "^0.8.0",
"@google/generative-ai": "^0.24.0",
"@popperjs/core": "^2.11.8",
"axios": "^1.8.4",
"axios-retry": "^4.5.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.2",
"body-parser": "^2.2.0",
"bootstrap": "^5.3.5",
"bootstrap-icons": "^1.11.3",
"cloudinary": "^1.41.3",
"connect-flash": "^0.1.1",
"connect-mongo": "^5.1.0",
"dotenv": "^16.5.0",
"ejs": "^3.1.10",
"ejs-layouts": "^0.0.1",
"ejs-mate": "^4.0.0",
"express": "^5.1.0",
"express-session": "^1.18.1",
"express-socket.io-session": "^1.3.5",
"html2canvas": "^1.4.1",
"jspdf": "^3.0.1",
"marked": "^15.0.8",
"method-override": "^3.0.0",
"mongoose": "^8.13.2",
"multer": "^1.4.5-lts.2",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.7.0",
"passport-linkedin-oauth2": "^2.0.0",
"passport-local": "^1.0.0",
"pdf-parse": "^1.1.1",
"pdf2json": "^3.1.5",
"socket.io": "^4.8.1",
"uuid": "^11.1.0"
}
}