feat: external capture queue and modal-first add flow (v0.1.1)
This commit is contained in:
10
package.json
10
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "gdown",
|
||||
"private": true,
|
||||
"version": "0.0.0",
|
||||
"version": "0.1.1",
|
||||
"type": "module",
|
||||
"engines": {
|
||||
"node": ">=24 <25"
|
||||
@@ -10,13 +10,19 @@
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc -b && vite build",
|
||||
"preview": "vite preview",
|
||||
"pretauri:dev": "bash scripts/cleanup-stale-aria2.sh 16800",
|
||||
"tauri:dev": "tauri dev",
|
||||
"pretauri:build": "bash scripts/cleanup-stale-aria2.sh 16800",
|
||||
"tauri:build": "bash scripts/version-bump.sh && tauri build",
|
||||
"version:bump": "bash scripts/version-bump.sh",
|
||||
"sync:aria2": "bash scripts/sync-aria2-from-motrix.sh"
|
||||
"sync:aria2": "bash scripts/sync-aria2-from-motrix.sh",
|
||||
"native-host:smoke": "cd tools/native-host && npm run smoke",
|
||||
"native-host:install": "bash tools/native-host/install-macos.sh alaohbbicffclloghmknhlmfdbobcigc",
|
||||
"native-host:uninstall": "bash tools/native-host/uninstall-macos.sh"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tauri-apps/api": "^2.10.1",
|
||||
"@tauri-apps/plugin-deep-link": "^2.4.3",
|
||||
"@tauri-apps/plugin-dialog": "^2.6.0",
|
||||
"vue": "^3.5.25"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user