-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "realestatewebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/server": "^11.10.0",
"@mantine/carousel": "^5.9.5",
"@mantine/core": "^5.9.5",
"@mantine/hooks": "^5.9.5",
"@mantine/next": "^5.9.5",
"axios": "^1.2.1",
"daisyui": "^2.46.1",
"embla-carousel-react": "^7.0.5",
"eslint": "8.29.0",
"eslint-config-next": "13.0.6",
"flowbite-datepicker": "^1.2.2",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^9.0.0",
"leaflet": "^1.9.3",
"leaflet-defaulticon-compatibility": "^0.1.1",
"next": "^13.0.6",
"next-auth": "^4.18.7",
"react": "^18.2.0",
"react-content-loader": "^6.2.0",
"react-dom": "^18.2.0",
"react-dropdown": "^1.11.0",
"react-icons": "^4.7.1",
"react-leaflet": "^4.2.0",
"react-loader-spinner": "^5.3.4",
"react-paginate": "^8.1.4",
"react-spring": "^9.6.1",
"react-toastify": "^9.1.1",
"react-zoom-pan-pinch": "^2.4.0",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.19",
"tailwindcss": "^3.2.4"
}
}