-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.09 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "expo-elite-modern",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.15.7",
"@nextui-org/react": "^2.2.9",
"@smastrom/react-rating": "^1.5.0",
"@stripe/react-stripe-js": "^2.4.0",
"@stripe/stripe-js": "^2.4.0",
"@tanstack/react-query": "^5.18.1",
"antd": "^5.14.1",
"aos": "^2.3.4",
"axios": "^1.6.7",
"firebase": "^10.7.2",
"framer-motion": "^11.0.3",
"leaflet": "^1.9.4",
"lottie-react": "^2.4.0",
"mongoose": "^8.1.1",
"next": "14.1.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-datepicker": "^6.1.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0",
"react-loader-spinner": "^6.1.6",
"react-paginate": "^8.2.0",
"react-range": "^1.8.14",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^6.21.3",
"react-scroll-trigger": "^0.6.14",
"react-slick": "^0.29.0",
"react-smooth": "^4.0.0",
"react-spinners": "^0.13.8",
"react-star-ratings": "^2.3.0",
"react-tabs": "^6.0.2",
"react-to-print": "^2.15.1",
"react-toastify": "^10.0.4",
"recharts": "^2.11.0",
"slick-carousel": "^1.8.1",
"stripe": "^14.14.0",
"sweetalert2": "^11.10.4",
"swiper": "^11.0.5",
"tailwind-scrollbar": "^3.0.5",
"timepicker": "^1.14.1",
"typewriter-effect": "^2.21.0",
"use-client": "^1.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"daisyui": "^4.6.0",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}