-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 915 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
39
{
"name": "assignmate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@mermaid-js/mermaid-cli": "^11.16.0",
"@uploadthing/react": "^7.3.3",
"bcryptjs": "^3.0.3",
"docx": "^9.7.1",
"exceljs": "^4.4.0",
"groq-sdk": "^1.2.1",
"mermaid": "^11.16.1",
"mongoose": "^9.6.3",
"next": "^16.2.7",
"next-auth": "^5.0.0-beta.31",
"pdf-lib": "^1.17.1",
"pdfjs-dist": "^6.0.227",
"pptxgenjs": "^4.0.1",
"react": "19.2.4",
"react-dom": "19.2.4",
"resend": "^6.12.4",
"twilio": "^6.0.2",
"unpdf": "^1.6.2",
"uploadthing": "^7.7.4"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"eslint": "^9",
"eslint-config-next": "16.2.7",
"tailwindcss": "^4"
}
}