-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.08 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "client",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@gsap/react": "^2.1.1",
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@popmotion/popcorn": "^0.4.4",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slider": "^1.2.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@react-google-maps/api": "^2.19.3",
"@reduxjs/toolkit": "^2.2.6",
"@smastrom/react-rating": "^1.5.0",
"@stripe/react-stripe-js": "^2.8.0",
"@stripe/stripe-js": "^4.5.0",
"@types/locomotive-scroll": "^4.1.3",
"@uidotdev/usehooks": "^2.4.1",
"@wojtekmaj/react-daterange-picker": "^6.0.0",
"axios": "^1.7.2",
"blurhash": "^2.0.5",
"canvas": "^2.11.2",
"chart.js": "^4.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"framer-motion": "^11.3.19",
"gsap": "^3.12.5",
"hamburger-react": "^2.5.1",
"html2pdf.js": "^0.10.2",
"jwt-decode": "^4.0.0",
"locomotive-scroll": "^5.0.0-beta.13",
"lucide-react": "^0.408.0",
"photoswipe": "^5.4.4",
"query-string": "^9.1.0",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-dropzone": "^14.2.3",
"react-fast-marquee": "^1.6.5",
"react-headroom": "^3.2.1",
"react-helmet-async": "^2.0.5",
"react-hook-form": "^7.52.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-image-magnify": "^2.1.1",
"react-leaflet": "^4.2.1",
"react-magnifier": "^3.0.4",
"react-multi-date-picker": "^4.5.2",
"react-player": "^2.16.0",
"react-range": "^1.8.14",
"react-redux": "^9.1.2",
"react-router-dom": "^6.24.1",
"react-select": "^5.8.0",
"react-spinners": "^0.14.1",
"recharts": "^2.12.7",
"redux-persist": "^6.0.0",
"tailwind-merge": "^2.4.0",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-glow": "^2.0.0-beta.1",
"vaul": "^0.9.1"
},
"devDependencies": {
"@types/node": "^20.14.10",
"@types/react": "^18.3.3",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.0",
"@types/react-headroom": "^3.2.3",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"typescript": "^5.2.2",
"vite": "^5.4.7"
}
}