Custom time picker

This commit is contained in:
2023-11-12 18:10:03 +00:00
parent d068782596
commit 71e7857e9a
4 changed files with 172 additions and 36 deletions

View File

@ -8,7 +8,6 @@
"preview": "vite preview"
},
"dependencies": {
"air-datepicker": "^3.4.0",
"axios": "^1.5.1",
"bulma": "^0.9.4",
"luxon": "^3.4.3",
@ -24,6 +23,7 @@
"eslint": "^8.50.0",
"eslint-config-preact": "^1.3.0",
"prettier": "^3.0.3",
"react-datepicker": "^4.21.0",
"typescript": "^5.2.2",
"vite": "^4.3.2"
}