mirror of
https://github.com/10h30/astroplate.git
synced 2026-06-05 15:08:00 +09:00
added ImageMod component for image optimization
This commit is contained in:
+6
-6
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user