-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.62 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
{
"name": "real-estate",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@lexical/headless": "^0.14.5",
"@lexical/react": "^0.14.5",
"@lexical/rich-text": "^0.14.5",
"@lexical/table": "^0.14.5",
"@radix-ui/react-accordion": "^1.1.2",
"@tailwindcss/typography": "^0.5.10",
"axios": "^1.6.8",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"daisyui": "^4.7.2",
"firebase": "^10.11.0",
"firebase-admin": "^12.0.0",
"formidable": "^3.5.1",
"iron-session": "^8.0.1",
"jodit-react": "^4.0.25",
"lexical": "^0.14.5",
"lottie-react": "^2.4.0",
"lucide-react": "^0.358.0",
"next": "14.1.0",
"next-nprogress-bar": "^2.3.5",
"next-themes": "^0.2.1",
"postcss-nesting": "^12.1.0",
"postcss-preset-env": "^9.5.2",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-multi-carousel": "^2.8.4",
"react-paginate": "^8.2.0",
"react-player": "^2.16.0",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.2",
"react-table": "^7.8.0",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.1",
"swr": "^2.2.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}