-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.52 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
{
"name": "hotelmanagement",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"lint": "eslint .",
"preview": "vite preview",
"build": "vite build"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^6.2.0",
"@mui/material": "^6.2.1",
"@mui/system": "^6.3.0",
"@react-spring/web": "^9.7.5",
"@stripe/react-stripe-js": "^3.1.1",
"@stripe/stripe-js": "^5.4.0",
"axios": "^1.7.9",
"date-fns": "^4.1.0",
"dayjs": "^1.11.13",
"i18next": "^24.2.0",
"i18next-browser-languagedetector": "^8.0.2",
"i18next-http-backend": "^3.0.1",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"netlify": "^13.2.0",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-date-range": "^2.0.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.2.0",
"react-pro-sidebar": "^1.1.0",
"react-router-dom": "^7.0.2",
"react-slick": "^0.30.3",
"react-toastify": "^10.0.6",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-date-range": "^1.4.9",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"@vitejs/plugin-react": "^4.3.4",
"eslint": "^9.15.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"typescript": "^5.7.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.6"
}
}