added ImageMod component for image optimization

This commit is contained in:
somrat sorkar
2023-12-24 13:14:41 +06:00
parent 92ec961f80
commit 37d7a190d8
12 changed files with 127 additions and 27 deletions
+6 -6
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "3.0.1",
"version": "3.1.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -14,12 +14,12 @@
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/mdx": "^2.0.1",
"@astrojs/react": "^3.0.7",
"@astrojs/mdx": "^2.0.2",
"@astrojs/react": "^3.0.8",
"@astrojs/rss": "^4.0.1",
"@astrojs/sitemap": "^3.0.3",
"@astrojs/tailwind": "^5.0.3",
"astro": "^4.0.6",
"@astrojs/tailwind": "^5.0.4",
"astro": "^4.0.7",
"astro-auto-import": "^0.4.2",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
@@ -53,7 +53,7 @@
"prettier-plugin-astro": "^0.12.2",
"prettier-plugin-tailwindcss": "^0.5.9",
"sass": "^1.69.5",
"tailwindcss": "^3.3.7",
"tailwindcss": "^3.4.0",
"tailwind-bootstrap-grid": "^5.1.0",
"typescript": "5.3.3"
}