-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 994 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
38
39
40
{
"name": "airbnb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@badrap/bar-of-progress": "^0.2.1",
"@heroicons/react": "^2.0.11",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"@stripe/stripe-js": "^1.38.1",
"date-fns": "^2.29.3",
"geolib": "^3.3.3",
"mapbox-gl": "^2.10.0",
"next": "^12.3.0",
"next-auth": "^4.13.0",
"next-auth-sanity": "^1.4.4",
"react": "18.2.0",
"react-date-range": "^1.4.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.4.0",
"react-map-gl": "^7.0.19",
"stripe": "^10.11.0",
"swiper": "^8.4.2",
"tailwind-scrollbar-hide": "^1.1.7"
},
"devDependencies": {
"autoprefixer": "^10.4.11",
"eslint": "8.23.1",
"eslint-config-next": "12.3.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8"
}
}