diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-06 11:21:27 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-06 11:21:27 +0300 |
commit | 2f362eaf0937360a0f2a81bac41be81111fa06a8 (patch) | |
tree | c4112b7007de8f2a6dc498b81ab02ab68f126834 /package.json | |
parent | 17c3115a0608bb7ef42c8038b36f24b2356004ec (diff) | |
download | popov.link-2f362eaf0937360a0f2a81bac41be81111fa06a8.tar.xz popov.link-2f362eaf0937360a0f2a81bac41be81111fa06a8.zip |
Added reading time timer
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index 54c6fbc..4928a48 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,8 @@ "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "astro": "^4.15.2", + "mdast-util-to-string": "^4.0.0", + "reading-time": "^1.5.0", "typescript": "^5.5.4" }, "devDependencies": { |