Updated to Astro v5

This commit is contained in:
Al Murad Uzzaman
2025-01-05 15:55:16 +06:00
parent f7bc32a629
commit 63b1df19b8
21 changed files with 254 additions and 119 deletions
+27 -26
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "4.1.0",
"version": "5.0.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -9,53 +9,54 @@
"dev": "yarn generate-json && astro dev",
"build": "yarn generate-json && astro build",
"preview": "astro preview",
"check": "astro check",
"format": "prettier -w ./src",
"generate-json": "node scripts/jsonGenerator.js",
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/check": "^0.9.3",
"@astrojs/mdx": "^3.1.4",
"@astrojs/react": "^3.6.2",
"@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.14.5",
"astro-auto-import": "^0.4.2",
"@astrojs/check": "0.9.4",
"@astrojs/mdx": "4.0.3",
"@astrojs/react": "4.1.2",
"@astrojs/rss": "4.0.11",
"@astrojs/sitemap": "3.2.1",
"@astrojs/tailwind": "5.1.4",
"astro": "5.1.2",
"astro-auto-import": "^0.4.4",
"astro-font": "^0.1.81",
"date-fns": "^3.6.0",
"date-fns": "^4.1.0",
"disqus-react": "^1.1.5",
"github-slugger": "^2.0.0",
"gray-matter": "^4.0.3",
"marked": "^14.1.0",
"marked": "^15.0.5",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"prettier-plugin-tailwindcss": "^0.6.9",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"react-icons": "^5.4.0",
"react-lite-youtube-embed": "^2.4.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^9.0.0",
"swiper": "^11.1.10"
"swiper": "^11.2.0"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.14",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/marked": "^5.0.2",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@types/node": "22.10.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"eslint": "^9.17.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.77.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"sass": "^1.83.1",
"sharp": "0.33.5",
"tailwind-bootstrap-grid": "^5.1.0",
"tailwindcss": "^3.4.10",
"typescript": "^5.5.4"
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2"
}
}