mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2026-01-30 19:15:17 +01:00
* feat: depot api downloads * feat: frontend fixes and experimental webview store * feat: sync downloader * feat: cleanup and fixes * feat: encrypted database and fixed resuming * feat: launch option selector * fix: autostart when no options * fix: clippy * fix: clippy x2 * feat: executor launch * feat: executor launch * feat: not installed error handling * feat: better offline handling * feat: dependency popup * fix: cancelation and resuming issues * feat: dedup by platform * feat: new ui for additional components and fix dl manager clog * feat: auto-queue dependencies * feat: depot scanning and ranking * feat: new library fetching stack * In-app store page (Windows + macOS) (#176) * feat: async store loading * feat: fix overscroll behaviour * fix: query params in server protocol * fix: clippy
39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"name": "view",
|
|
"private": true,
|
|
"version": "0.3.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt generate",
|
|
"dev": "nuxt dev",
|
|
"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.9.1",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-shell": "^2.3.3",
|
|
"koa": "^2.16.1",
|
|
"markdown-it": "^14.1.0",
|
|
"micromark": "^4.0.1",
|
|
"nuxt": "^3.16.0",
|
|
"scss": "^0.2.4",
|
|
"vue-router": "latest",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@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"
|
|
}
|
|
}
|