diff --git a/astro/package-lock.json b/astro/package-lock.json index 3308e5b..1c732b4 100644 --- a/astro/package-lock.json +++ b/astro/package-lock.json @@ -11,7 +11,9 @@ "@astrojs/preact": "^4.1.3", "@tailwindcss/vite": "^4.2.1", "astro": "^5.17.1", + "mdast-util-to-string": "^4.0.0", "preact": "^10.28.4", + "reading-time": "^1.5.0", "tailwindcss": "^4.2.1" } }, @@ -5053,6 +5055,12 @@ "url": "https://paulmillr.com/funding/" } }, + "node_modules/reading-time": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/reading-time/-/reading-time-1.5.0.tgz", + "integrity": "sha512-onYyVhBNr4CmAxFsKS7bz+uTLRakypIe4R+5A824vBSkQy/hB3fZepoVEf8OVAxzLvK+H/jm9TzpI3ETSm64Kg==", + "license": "MIT" + }, "node_modules/regex": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/regex/-/regex-6.1.0.tgz", diff --git a/astro/package.json b/astro/package.json index eefd9b1..ee42884 100644 --- a/astro/package.json +++ b/astro/package.json @@ -12,7 +12,9 @@ "@astrojs/preact": "^4.1.3", "@tailwindcss/vite": "^4.2.1", "astro": "^5.17.1", + "mdast-util-to-string": "^4.0.0", "preact": "^10.28.4", + "reading-time": "^1.5.0", "tailwindcss": "^4.2.1" } }