This commit is contained in:
2024-10-28 16:16:53 +05:00
parent 77aabed207
commit d6809ff538
30 changed files with 1250 additions and 658 deletions
+7 -5
View File
@@ -13,6 +13,7 @@
"@react-input/mask": "^1.2.5",
"@uidotdev/usehooks": "^2.4.1",
"date-fns": "^2.30.0",
"jose": "^5.9.6",
"ky": "^1.0.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
@@ -20,6 +21,7 @@
"react-datepicker": "^4.20.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.15.0",
"react-transition-group": "^4.4.5",
"zustand": "^4.4.1"
@@ -34,14 +36,14 @@
"@types/react-transition-group": "^4.4.7",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"autoprefixer": "^10.4.15",
"@vitejs/plugin-react-swc": "^3.7.1",
"autoprefixer": "^10.4.20",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5"
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10"
}
}