-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.47 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
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "apartments",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@hookform/resolvers": "^3.9.0",
"@mui/material": "^6.1.5",
"@mui/styles": "^6.1.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.21.1",
"axios": "^1.7.7",
"bcryptjs": "^2.4.3",
"cloudinary": "^2.5.1",
"dotenv": "^16.4.5",
"formidable": "^3.5.1",
"framer-motion": "^11.5.6",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"mysql2": "^3.11.3",
"next": "15.0.1",
"next-auth": "^4.24.10",
"nodemailer": "^6.9.15",
"pdfmake": "^0.2.13",
"pg": "^8.13.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-feather": "^2.0.10",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-select": "^5.8.0",
"react-slick": "^0.30.2",
"react-toastify": "^10.0.5",
"sharp": "^0.33.5",
"slick-carousel": "^1.8.1",
"swr": "^2.2.5",
"zod": "^3.23.8"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "15.0.1",
"postcss": "^8",
"prisma": "^5.21.1",
"tailwindcss": "^3.4.1"
}
}