Initial commit

This commit is contained in:
2026-02-03 10:38:46 +01:00
commit eb304f4b14
144 changed files with 22605 additions and 0 deletions

29
upload/package.json Normal file
View File

@@ -0,0 +1,29 @@
{
"name": "upload",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@uppy/core": "^5.2.0",
"@uppy/dashboard": "^5.1.0",
"@uppy/xhr-upload": "^5.1.1",
"axios": "^1.13.4",
"vue": "^3.5.24",
"vue-router": "^5.0.2"
},
"devDependencies": {
"@tailwindcss/vite": "^4.1.18",
"@types/node": "^24.10.1",
"@vitejs/plugin-vue": "^6.0.1",
"@vue/tsconfig": "^0.8.1",
"tailwindcss": "^4.1.18",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vue-tsc": "^3.1.4"
}
}