-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.11 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
46
{
"name": "yelpcamp",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.13",
"@mapbox/mapbox-gl-geocoder": "^5.0.1",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"card-validator": "^8.1.1",
"country-list": "^2.3.0",
"dayjs": "^1.11.7",
"firebase": "^9.14.0",
"formik": "^2.2.9",
"mapbox-gl": "^2.13.0",
"micro": "^10.0.1",
"mongoose": "^6.7.2",
"next": "13.0.2",
"next-auth": "^4.17.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.6.0",
"react-map-gl": "^7.0.21",
"react-tailwindcss-datepicker": "^1.5.0",
"react-toastify": "^9.1.1",
"stripe": "^11.11.0",
"uuid": "^9.0.0",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.27.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.18",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.2"
}
}