-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 946 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
{
"name": "labirent-fethiye-nextjs-v2",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emailjs/browser": "^3.12.1",
"@reduxjs/toolkit": "^1.9.3",
"async": "^3.2.5",
"data-fns": "^1.1.0",
"date-fns": "^2.30.0",
"formik": "^2.2.9",
"i18next": "^23.16.8",
"lightgallery": "^2.7.1",
"moment": "^2.30.1",
"next": "13.2.4",
"next-i18next": "^15.3.1",
"nookies": "^2.5.2",
"qs": "^6.11.1",
"react": "18.2.0",
"react-date-range": "^1.4.0",
"react-datepicker": "^6.1.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-i18next": "^15.1.1",
"react-multi-carousel": "^2.8.2",
"react-redux": "^8.0.5",
"react-simple-star-rating": "^5.1.7",
"reactjs-availability-calendar": "^1.1.7",
"yup": "^1.0.2"
}
}