-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 879 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 879 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
34
35
36
37
{
"name": "property-pulse-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@maptiler/sdk": "^3.11.1",
"cloudinary": "^2.9.0",
"mapbox-gl": "^3.19.0",
"mongodb": "^7.0.0",
"mongoose": "^9.1.2",
"next": "14.2.5",
"next-auth": "^4.24.13",
"opencage-api-client": "^2.1.0",
"photoswipe": "^5.4.4",
"react": "^18",
"react-dom": "^18",
"react-geocode": "^2.0.1",
"react-icons": "^5.5.0",
"react-map-gl": "^8.1.0",
"react-photoswipe-gallery": "^4.0.0",
"react-share": "^5.2.2",
"react-spinners": "^0.17.0",
"react-toastify": "^11.0.5",
"undici": "^7.19.2"
},
"devDependencies": {
"global-agent": "^3.0.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}