-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 886 Bytes
/
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
{
"name": "real-estate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^1.7.7",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"firebase": "^11.0.2",
"framer-motion": "^11.15.0",
"leaflet": "^1.9.4",
"lucide-react": "^0.462.0",
"next": "^14.2.18",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.16",
"pg": "^8.13.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.43.9",
"react-icons": "^4.12.0",
"react-leaflet": "^4.2.1",
"react-toastify": "^9.1.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17"
}
}