feat: add DatePicker component for date selection in MediaFormModal, update dependencies, and refactor date input handling

This commit is contained in:
ethan.chen
2025-05-27 18:26:43 +08:00
parent 2389d71b54
commit 97243c33c2
4 changed files with 249 additions and 13 deletions

View File

@@ -18,10 +18,12 @@
"vite": "^6.3.5"
},
"dependencies": {
"@melt-ui/svelte": "^0.86.6",
"@skeletonlabs/skeleton": "^2.0.0",
"tailwindcss": "^3.4.1",
"postcss": "^8.4.35",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7"
"axios": "^1.6.7",
"date-fns": "^4.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}