forked from nst-sdc/NotesShaaring-Platform
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 767 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
{
"devDependencies": {
"@tailwindcss/postcss": "^4.1.10"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@react-pdf-viewer/core": "^3.12.0",
"@react-pdf-viewer/default-layout": "^3.12.0",
"cloudinary": "^2.7.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"howler": "^2.2.4",
"jsonwebtoken": "^9.0.2",
"nodemailer": "^7.0.4",
"ollama": "^0.5.16",
"openai": "^5.9.0",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^3.11.174",
"react-modal": "^3.16.3",
"react-pageflip": "^2.0.3",
"react-toastify": "^11.0.5",
"resend": "^4.6.0",
"screenfull": "^6.0.2",
"text-statistics": "^0.1.1",
"tw-animate-css": "^1.3.4"
}
}