mirror of
https://github.com/Drop-OSS/drop-app.git
synced 2025-11-09 20:12:14 +10:00
* fix: launching on linux * feat: #70 * feat: add dummy store page * feat: add store redir and refresh button to library * feat: cache first object fetching * feat: Remove let_chains feature and update to Rust 2024 Signed-off-by: quexeky <git@quexeky.dev> * feat: Check for if process was manually stopped Signed-off-by: quexeky <git@quexeky.dev> * fix: use bitcode instead of serde * chore: remove logs * fix: clippy * fix: clippy 2 * fix: swap to stop icon --------- Signed-off-by: quexeky <git@quexeky.dev> Co-authored-by: quexeky <git@quexeky.dev>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "drop-app",
|
|
"private": true,
|
|
"version": "0.3.0-rc-7",
|
|
"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-opener": "^2.4.0",
|
|
"@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"
|
|
}
|