-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.01 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/icons-material": "^5.16.7",
"@mui/material": "^5.16.7",
"@react-google-maps/api": "^2.19.3",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.4.0",
"@supabase/supabase-js": "^2.45.2",
"autoprefixer": "10.4.17",
"firebase": "^10.13.1",
"geist": "^1.2.1",
"lodash": "^4.17.21",
"next": "latest",
"postcss": "8.4.33",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-places-autocomplete": "^7.3.0",
"react-responsive": "^10.0.0",
"supabase": "^1.191.3",
"tailwindcss": "3.4.1",
"typescript": "5.3.3",
"use-places-autocomplete": "^4.0.1"
},
"devDependencies": {
"@types/google.maps": "^3.57.0",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"@types/react-dom": "18.2.18",
"encoding": "^0.1.13"
}
}