add back drag & drop to upload

This commit is contained in:
proddy
2024-08-15 12:14:14 +02:00
parent 4e640a0abe
commit 817b2d1ad7
17 changed files with 3235 additions and 1873 deletions

View File

@@ -5,11 +5,17 @@
"author": "proddy",
"license": "MIT",
"scripts": {
"mock-rest": "bun --watch rest_server.ts"
"mock-rest": "bun --watch rest_server.ts",
"format": "prettier -l -w '**/*.{ts,tsx,js,css,json,md}'"
},
"dependencies": {
"@msgpack/msgpack": "^2.8.0",
"itty-router": "^5.0.17"
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"formidable": "^3.5.1",
"itty-router": "^5.0.17",
"prettier": "^3.3.3"
},
"packageManager": "yarn@4.4.0"
}