39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "gdown",
|
|
"private": true,
|
|
"version": "0.1.2",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=24 <25"
|
|
},
|
|
"scripts": {
|
|
"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",
|
|
"native-host:smoke": "cd tools/native-host && npm run smoke",
|
|
"native-host:install": "bash tools/native-host/install-macos.sh makoclohjdpempbndoaljeadpngefhcf",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"@tauri-apps/cli": "^2.10.0",
|
|
"@types/node": "^24.10.1",
|
|
"@vitejs/plugin-vue": "^6.0.2",
|
|
"@vue/tsconfig": "^0.8.1",
|
|
"typescript": "~5.9.3",
|
|
"vite": "^7.3.1",
|
|
"vue-tsc": "^3.1.5"
|
|
}
|
|
}
|