mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-10 04:22:13 +10:00
* refactor: Rename StoredManifest to DropData Signed-off-by: quexeky <git@quexeky.dev> * fix: Downloads when resuming would truncate files which had not been finished Signed-off-by: quexeky <git@quexeky.dev> * chore: Didn't import debug macro Signed-off-by: quexeky <git@quexeky.dev> * fix: Download chunks with wrong indexes Migrated to using checksums as indexes instead Signed-off-by: quexeky <git@quexeky.dev> * feat: Resume download button Also added DBWrite and DBRead structs to make database management easier Signed-off-by: quexeky <git@quexeky.dev> * feat: Download resuming Signed-off-by: quexeky <git@quexeky.dev> * feat: Resume button and PartiallyInstalled status Signed-off-by: quexeky <git@quexeky.dev> * feat: Download validation Signed-off-by: quexeky <git@quexeky.dev> * chore: Ran cargo fix & cargo fmt Signed-off-by: quexeky <git@quexeky.dev> * fix: download validation, installs, etc * chore: version bump --------- Signed-off-by: quexeky <git@quexeky.dev> Co-authored-by: quexeky <git@quexeky.dev>
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"name": "drop-app",
|
|
"private": true,
|
|
"version": "0.3.0-rc-5",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@tauri-apps/api": ">=2.0.0",
|
|
"@tauri-apps/plugin-deep-link": "~2",
|
|
"@tauri-apps/plugin-dialog": "^2.0.1",
|
|
"@tauri-apps/plugin-os": "~2",
|
|
"@tauri-apps/plugin-shell": "^2.2.1",
|
|
"koa": "^2.16.1",
|
|
"markdown-it": "^14.1.0",
|
|
"micromark": "^4.0.1",
|
|
"nuxt": "^3.16.0",
|
|
"scss": "^0.2.4",
|
|
"vue": "latest",
|
|
"vue-router": "latest",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@tauri-apps/cli": ">=2.0.0",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"sass-embedded": "^1.79.4",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.10"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
}
|