forked from muhsin-life2/life-pro-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 963 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": "life-pro",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@enterwell/react-form-validation": "^1.2.8",
"@googlemaps/js-api-loader": "^1.15.1",
"@material-tailwind/react": "^1.4.2",
"@next/font": "13.1.6",
"flowbite": "^1.6.3",
"flowbite-react": "^0.3.8",
"next": "13.1.6",
"next-auth": "^4.20.1",
"react": "^18.2.0",
"react-countdown": "^2.3.5",
"react-custom-scroll": "^5.0.0",
"react-dom": "^18.2.0",
"react-list-select": "^0.4.1",
"react-otp-field": "^3.0.1",
"react-phone-input-2": "^2.15.1",
"react-phone-number-input": "^3.2.19",
"react-responsive-carousel": "^3.2.23",
"swiper": "^9.0.5",
"use-timer": "^2.0.1"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.7"
}
}