feat: add umami tracking for app launch and exit events; update dependencies in package.json and bun.lock

This commit is contained in:
2025-12-07 00:11:49 +01:00
parent 3d57524a16
commit ad090ce38c
6 changed files with 35 additions and 16 deletions

View File

@@ -28,13 +28,14 @@
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-fs": "^2.4.2",
"@tauri-apps/plugin-shell": "^2.3.1",
"@types/umami": "^2.10.1",
"animejs": "^4.1.3",
"buffer": "^6.0.3",
"crypto-js": "^4.2.0",
"lucide-svelte": "^0.542.0",
"semver": "^7.7.2",
"tw-animate-css": "^1.3.8",
"svelte-confetti": "^2.3.2"
"svelte-confetti": "^2.3.2",
"tw-animate-css": "^1.3.8"
},
"devDependencies": {
"@eslint/compat": "^1.3.2",