94a1617519
- AppUpdateBanner: dialog statt window.confirm, full Modal-Overlay - 3 Steps visualisiert: Pre-Backup -> Download -> Installation mit animierten Icons (radio_button -> progress_activity (spin) -> check_circle) - Live-Download-Progress: 'X.X MB / Y.Y MB (NN%)' - Errors fett im Modal sichtbar mit pre-formatierter Stack - Console.log fuer jeden Schritt fuer DevTools-Debugging
31 lines
877 B
JSON
31 lines
877 B
JSON
{
|
|
"name": "rapport-server-app",
|
|
"version": "0.1.2",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Doppelklick-Self-Hosting f\u00fcr Rapport \u2014 Tauri-App, die Postgres, GoTrue, PostgREST, Realtime und Storage als Subprozesse b\u00fcndelt.",
|
|
"license": "AGPL-3.0-or-later",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"tauri:dev": "tauri dev",
|
|
"tauri:build": "tauri build"
|
|
},
|
|
"dependencies": {
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/plugin-autostart": "^2.5.1",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"material-symbols": "^0.44.9",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.10.1",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"vite": "^8.0.0"
|
|
}
|
|
}
|