This commit is contained in:
2024-05-23 16:51:55 +02:00
parent 6d4dd5f653
commit fc2b66528b
19 changed files with 277 additions and 114 deletions

View File

@@ -13,5 +13,13 @@
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vite": "^5.0"
},
"dependencies": {
"filepond": "^4.31.1",
"filepond-plugin-file-validate-size": "^2.2.8",
"filepond-plugin-file-validate-type": "^1.2.9",
"filepond-plugin-image-exif-orientation": "^1.0.11",
"filepond-plugin-image-preview": "^4.6.12",
"filepond-plugin-image-transform": "^3.8.7"
}
}