aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/package.json
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-15 17:49:26 +0800
committerGitHub <noreply@github.com>2026-01-15 17:49:26 +0800
commit32a9aceee42a2261b64f9e6effda522639576a5e (patch)
tree4cae8d216c3093421addaa0450bc8004c537e373 /ui/package.json
parentce4b0c2053d5d16f7091d74840d4a502401f1a4e (diff)
parent31077dbd39a25eecd24a1dca0f8c9d1879265277 (diff)
downloadDropOut-32a9aceee42a2261b64f9e6effda522639576a5e.tar.gz
DropOut-32a9aceee42a2261b64f9e6effda522639576a5e.zip
Merge pull request #30 from HsiangNianian/main
Diffstat (limited to 'ui/package.json')
-rw-r--r--ui/package.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json
index 0806781..5848109 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -29,6 +29,11 @@
},
"dependencies": {
"@tauri-apps/api": "^2.9.1",
- "@tauri-apps/plugin-shell": "^2.3.4"
+ "@tauri-apps/plugin-dialog": "^2.5.0",
+ "@tauri-apps/plugin-fs": "^2.4.5",
+ "@tauri-apps/plugin-shell": "^2.3.4",
+ "lucide-svelte": "^0.562.0",
+ "marked": "^17.0.1",
+ "node-emoji": "^2.2.0"
}
}