-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.25 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
{
"name": "real-state-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npx http-server -o -p 3000 ./out"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"antd": "^5.8.2",
"autoprefixer": "10.4.14",
"axios": "^1.4.0",
"bufferutil": "^4.0.8",
"country-cities": "^1.0.8",
"country-state-city": "^3.2.1",
"dayjs": "^1.11.10",
"draft-js": "^0.11.7",
"draftjs-to-html": "^0.9.1",
"html-to-draftjs": "^1.5.0",
"next": "14.1.0",
"next-themes": "^0.2.1",
"nprogress": "^0.2.0",
"postcss": "8.4.33",
"prettier": "^3.0.1",
"prettier-plugin-tailwindcss": "^0.4.1",
"react": "^18.2.0",
"react-countup": "^6.4.2",
"react-dom": "^18.2.0",
"react-draft-wysiwyg": "^1.15.0",
"react-flags-select": "^2.2.3",
"react-icons": "^4.12.0",
"react-loader-spinner": "^6.1.6",
"react-loading-skeleton": "^3.3.1",
"react-otp-input": "^3.0.4",
"react-paginate": "^8.2.0",
"react-phone-number-input": "^3.3.9",
"react-share": "^5.1.0",
"react-slick": "^0.29.0",
"sass": "^1.64.2",
"sweetalert2": "^11.7.32",
"swiper": "^11.0.6",
"tailwindcss": "3.3.3",
"use-timer": "^2.0.1"
}
}