-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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": "house-hunt",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cloudinary/react": "^1.4.2",
"@cloudinary/url-gen": "^1.8.6",
"@reach/combobox": "^0.17.0",
"autoprefixer": "^10.4.8",
"cloudinary": "^1.30.1",
"firebase": "^9.9.3",
"firebase-admin": "^11.0.1",
"firebaseui": "^6.0.1",
"js-cookie": "^3.0.1",
"mapbox-gl": "^2.10.0",
"next": "12.2.5",
"postcss": "^8.4.16",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.34.2",
"react-map-gl": "^7.0.19",
"tailwindcss": "^3.1.8",
"use-google-maps-script": "^0.1.2",
"use-places-autocomplete": "^4.0.0"
},
"devDependencies": {
"@types/google.maps": "^3.50.0",
"@types/js-cookie": "^3.0.2",
"@types/mapbox-gl": "^2.7.5",
"@types/node": "18.7.3",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"@types/react-map-gl": "^6.1.3",
"eslint": "8.22.0",
"eslint-config-next": "12.2.5",
"sass": "^1.54.5",
"typescript": "4.7.4"
}
}