added dynamicIcon

This commit is contained in:
somrat sorkar
2023-06-27 15:12:29 +06:00
parent fdaf7880a5
commit ad03af58a3
13 changed files with 139 additions and 575 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "1.2.4",
"version": "1.3.0",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -13,13 +13,13 @@
"remove-darkmode": "node scripts/removeDarkmode.js && yarn format"
},
"dependencies": {
"@astrojs/image": "^0.17.0",
"@astrojs/image": "^0.17.1",
"@astrojs/mdx": "^0.19.7",
"@astrojs/react": "^2.2.1",
"@astrojs/rss": "^2.4.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
"astro": "^2.6.4",
"@astrojs/tailwind": "^4.0.0",
"astro": "^2.7.0",
"astro-auto-import": "^0.3.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
@@ -33,7 +33,7 @@
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.9.0",
"react-icons": "^4.10.1",
"react-lite-youtube-embed": "^2.3.52",
"remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1",
@@ -44,16 +44,16 @@
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^5.0.0",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"@types/react-dom": "18.2.5",
"@types/node": "20.3.2",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"autoprefixer": "^10.4.14",
"eslint": "^8.43.0",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"sass": "^1.63.4",
"sass": "^1.63.6",
"tailwindcss": "^3.3.2",
"tailwind-bootstrap-grid": "^5.0.1",
"typescript": "5.1.3"