e0cf5f1381
- PWA: manifest.webmanifest + Icons (192/512/180px) + Apple-Touch-Meta-Tags → Web-App lässt sich auf Homebildschirm hinzufügen (iOS/Android) - Desktop: user-select:none global + contextmenu blockiert - BackendChoice: lokaler Modus als Testmodus mit TEST-Badge und Warnung Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
34 lines
831 B
JSON
Executable File
34 lines
831 B
JSON
Executable File
{
|
|
"name": "rapport",
|
|
"private": true,
|
|
"version": "0.8.3",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "eslint .",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@supabase/supabase-js": "^2.106.1",
|
|
"@tauri-apps/plugin-process": "^2.3.1",
|
|
"@tauri-apps/plugin-updater": "^2.10.1",
|
|
"react": "^19.2.5",
|
|
"react-dom": "^19.2.5",
|
|
"swissqrbill": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/js": "^10.0.1",
|
|
"@tauri-apps/api": "^2.10.1",
|
|
"@tauri-apps/cli": "^2.10.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"eslint": "^10.2.1",
|
|
"eslint-plugin-react-hooks": "^7.1.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"globals": "^17.5.0",
|
|
"vite": "^8.0.10"
|
|
}
|
|
}
|