v0.3.8-pre.013-fix.001

This commit is contained in:
2026-09-04 10:44:45 +02:00
parent c0b3190256
commit 081a5352c0
8 changed files with 409 additions and 93 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "ksp-app-store-desk",
"private": true,
"version": "0.3.8-pre.2",
"version": "0.3.8",
"type": "module",
"scripts": {
"dev": "vite",

View File

@@ -8,6 +8,7 @@
],
"permissions": [
"core:default",
"tracing:default"
"tracing:default",
"dialog:default"
]
}

View File

@@ -11,6 +11,7 @@
"@fltsci/tauri-plugin-tracing": "^0.3",
"@fortawesome/fontawesome-free": "^7.3",
"@tauri-apps/api": "^2.11",
"@tauri-apps/plugin-dialog": "^2.7",
"bootstrap": "^5.3",
"datatables.net-bs5": "^3.0",
"datatables.net-select-bs5": "^4.0",