format code

This commit is contained in:
somrat sorkar
2023-05-21 12:44:58 +06:00
parent 7048d2fc88
commit b169d93ec9
31 changed files with 266 additions and 245 deletions
+12 -12
View File
@@ -1,6 +1,6 @@
{
"name": "astroplate",
"version": "1.1.4",
"version": "1.1.5",
"description": "Astro and Tailwindcss boilerplate",
"author": "zeon.studio",
"license": "MIT",
@@ -9,20 +9,20 @@
"dev": "astro dev",
"build": "astro build",
"json": "node scripts/jsonGenerator.js",
"format": "prettier -w ."
"format": "prettier -w ./src"
},
"dependencies": {
"@astrojs/image": "^0.16.8",
"@astrojs/mdx": "^0.19.1",
"@astrojs/react": "^2.1.3",
"@astrojs/rss": "^2.4.1",
"@astrojs/image": "^0.16.9",
"@astrojs/mdx": "^0.19.2",
"@astrojs/react": "^2.2.0",
"@astrojs/rss": "^2.4.2",
"@astrojs/sitemap": "^1.3.1",
"@astrojs/tailwind": "^3.1.2",
"@astrojs/tailwind": "^3.1.3",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^4.3.0",
"@types/marked": "^5.0.0",
"@types/react": "^18.2.6",
"astro": "^2.4.5",
"astro": "^2.5.1",
"astro-auto-import": "^0.3.0",
"date-fns": "^2.30.0",
"date-fns-tz": "^2.0.0",
@@ -33,8 +33,8 @@
"marked": "^5.0.2",
"postcss": "^8.4.23",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"prettier-plugin-astro": "^0.9.0",
"prettier-plugin-tailwindcss": "^0.3.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
@@ -44,7 +44,7 @@
"remark-toc": "^8.0.1",
"sass": "^1.62.1",
"sharp": "^0.32.1",
"swiper": "^9.3.1",
"swiper": "^9.3.2",
"tailwind-bootstrap-grid": "^5.0.1",
"tailwindcss": "^3.3.2"
}