diff options
| author | 2026-01-16 14:17:46 +0800 | |
|---|---|---|
| committer | 2026-01-16 14:18:21 +0800 | |
| commit | a38e61c30798efa3ab2231f99537828be5d5637b (patch) | |
| tree | 52384aa496a0f186a645c2b2c3eb88e555885fe5 /ui/package.json | |
| parent | 0243c26de63032ffa9f655cc248e7c02e65d0bd1 (diff) | |
| download | DropOut-a38e61c30798efa3ab2231f99537828be5d5637b.tar.gz DropOut-a38e61c30798efa3ab2231f99537828be5d5637b.zip | |
feat: add prismjs dependency and update TypeScript configuration
Added the prismjs library for syntax highlighting and its corresponding type definitions. Updated the TypeScript configuration to use "bundler" for module resolution, enhancing compatibility with modern module systems. This update improves the development experience and supports better code presentation.
Diffstat (limited to 'ui/package.json')
| -rw-r--r-- | ui/package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/package.json b/ui/package.json index 82f8db3..531775e 100644 --- a/ui/package.json +++ b/ui/package.json @@ -19,13 +19,15 @@ "@tauri-apps/plugin-shell": "^2.3.4", "lucide-svelte": "^0.562.0", "marked": "^17.0.1", - "node-emoji": "^2.2.0" + "node-emoji": "^2.2.0", + "prismjs": "^1.30.0" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.2.1", "@tailwindcss/vite": "^4.1.18", "@tsconfig/svelte": "^5.0.6", "@types/node": "^24.10.1", + "@types/prismjs": "^1.26.5", "autoprefixer": "^10.4.23", "oxfmt": "^0.24.0", "oxlint": "^1.39.0", |