diff options
| author | Adam Malczewski <[email protected]> | 2026-05-20 13:11:06 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-20 13:11:06 +0900 |
| commit | a41b4c2482b8134ca8a7daca168af4ecc6cc8492 (patch) | |
| tree | 6b550852a4241de7264b8a77e9fa4638775b5eab /packages/frontend/package.json | |
| parent | a38d5b1279db6f9de5228c173019fc2ac08daec3 (diff) | |
| download | dispatch-a41b4c2482b8134ca8a7daca168af4ecc6cc8492.tar.gz dispatch-a41b4c2482b8134ca8a7daca168af4ecc6cc8492.zip | |
feat: markdown rendering, daisyUI 5 compliance fixes, garden/luxury themes
Diffstat (limited to 'packages/frontend/package.json')
| -rw-r--r-- | packages/frontend/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/frontend/package.json b/packages/frontend/package.json index acb23ad..2b68692 100644 --- a/packages/frontend/package.json +++ b/packages/frontend/package.json @@ -12,6 +12,9 @@ "typecheck": "svelte-check --tsconfig ./tsconfig.json" }, "dependencies": { + "highlight.js": "^11.11.1", + "marked": "^18.0.4", + "marked-highlight": "^2.2.4", "svelte": "^5.0.0" }, "devDependencies": { |
