This commit is contained in:
2024-06-05 19:14:56 +05:00
parent acae2e5a4c
commit e4331fb31f
22 changed files with 799 additions and 293 deletions
+4
View File
@@ -10,9 +10,12 @@
"preview": "vite preview"
},
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"date-fns": "^2.30.0",
"ky": "^1.0.1",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-calendar": "^5.0.0",
"react-datepicker": "^4.20.0",
"react-dom": "^18.2.0",
"react-google-recaptcha": "^3.1.0",
@@ -21,6 +24,7 @@
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/lodash": "^4.17.4",
"@types/node": "^20.8.7",
"@types/react": "^18.2.15",
"@types/react-datepicker": "^4.19.0",