forked from MSGme-organization/MSGme_Web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 KB
/
package.json
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
{
"name": "MSGme_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@prisma/client": "^5.18.0",
"@reduxjs/toolkit": "^2.2.6",
"@tanstack/react-query": "^5.49.2",
"axios": "^1.7.2",
"cloudinary": "^2.3.0",
"flowbite-react": "^0.10.1",
"formik": "^2.4.6",
"jose": "^5.8.0",
"next": "14.2.3",
"next-cloudinary": "^6.6.2",
"nodemailer": "^6.9.14",
"react": "^18",
"react-detect-click-outside": "^1.1.7",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-redux": "^9.1.2",
"react-share": "^5.1.0",
"react-step-progress-bar": "^1.0.3",
"redis": "^4.6.15",
"sharp": "^0.33.5",
"socket.io-client": "^4.8.1",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5"
}
}