Initial pve cloud backup app

This commit is contained in:
Codex
2026-07-15 01:00:08 +02:00
commit 7a4c561f8e
37 changed files with 5495 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"name": "pve-cloud-backup-frontend",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"build": "vue-tsc --noEmit && vite build --outDir ../static --emptyOutDir",
"dev": "vite"
},
"dependencies": {
"vue": "^3.5.17"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.4",
"autoprefixer": "^10.4.21",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.3",
"vite": "^5.4.19",
"vue-tsc": "^3.0.1"
}
}