-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 766 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 766 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
{
"name": "my_workspace",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.645.0",
"@google/generative-ai": "^0.24.1",
"bcryptjs": "^2.4.3",
"jose": "^6.0.11",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.16.3",
"next": "^15.3.6",
"openai": "^5.9.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-toastify": "^11.0.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "24.0.13",
"@types/react": "19.1.8",
"tailwindcss": "^4",
"typescript": "5.8.3"
}
}