From 3f2572b7d26a1435d40d1121e24f77f91dd81fff Mon Sep 17 00:00:00 2001 From: somrat sorkar Date: Tue, 9 May 2023 13:18:20 +0600 Subject: [PATCH] update package.json --- package.json | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/package.json b/package.json index c0e75da..e6b21b3 100755 --- a/package.json +++ b/package.json @@ -14,7 +14,14 @@ "dependencies": { "@astrojs/image": "^0.16.7", "@astrojs/mdx": "^0.19.1", + "@astrojs/react": "^2.1.3", "@astrojs/rss": "^2.4.1", + "@astrojs/sitemap": "^1.3.0", + "@astrojs/tailwind": "^3.1.2", + "@tailwindcss/forms": "^0.5.3", + "@tailwindcss/typography": "^0.5.9", + "@types/marked": "^4.3.0", + "@types/react": "^18.2.6", "astro": "^2.4.3", "astro-auto-import": "^0.3.0", "date-fns": "^2.30.0", @@ -24,29 +31,20 @@ "github-slugger": "^2.0.0", "gray-matter": "^4.0.3", "marked": "^5.0.1", - "prop-types": "^15.8.1", - "react-icons": "^4.8.0", - "react-lite-youtube-embed": "^2.3.52", - "remark-collapse": "^0.1.2", - "remark-toc": "^8.0.1", - "swiper": "^9.3.0" - }, - "devDependencies": { - "@astrojs/react": "^2.1.3", - "@astrojs/sitemap": "^1.3.0", - "@astrojs/tailwind": "^3.1.2", - "@tailwindcss/forms": "^0.5.3", - "@tailwindcss/typography": "^0.5.9", - "@types/marked": "^4.3.0", - "@types/react": "^18.2.6", "postcss": "^8.4.23", "prettier": "^2.8.8", "prettier-plugin-astro": "^0.8.0", "prettier-plugin-tailwindcss": "^0.2.8", + "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-icons": "^4.8.0", + "react-lite-youtube-embed": "^2.3.52", + "remark-collapse": "^0.1.2", + "remark-toc": "^8.0.1", "sass": "^1.62.1", "sharp": "^0.32.1", + "swiper": "^9.3.0", "tailwind-bootstrap-grid": "^5.0.1", "tailwindcss": "^3.3.2" }