diff options
| author | 2026-01-15 14:57:33 +0800 | |
|---|---|---|
| committer | 2026-01-15 14:57:33 +0800 | |
| commit | 3944a088eea2d6e2a5ba451d3809f2169a17d7e5 (patch) | |
| tree | f7076365e86223c79d965e68aed3727e1248e4a3 /ui/package.json | |
| parent | 4207f6bbb9d88c20aaad1da5a31f2a74dd5742c3 (diff) | |
| download | DropOut-3944a088eea2d6e2a5ba451d3809f2169a17d7e5.tar.gz DropOut-3944a088eea2d6e2a5ba451d3809f2169a17d7e5.zip | |
chore: Update package dependencies in package.json and lock files, adding lucide-svelte, marked, and node-emoji
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json index 03cc405..cd6d9e7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,6 +30,9 @@ "dependencies": { "@tauri-apps/api": "^2.9.1", "@tauri-apps/plugin-dialog": "^2.5.0", - "@tauri-apps/plugin-shell": "^2.3.4" + "@tauri-apps/plugin-shell": "^2.3.4", + "lucide-svelte": "^0.562.0", + "marked": "^17.0.1", + "node-emoji": "^2.2.0" } } |