Add react integration

This commit is contained in:
Sat Naing
2022-09-15 22:00:41 +06:30
parent b791380798
commit 98e4e17310
3 changed files with 195 additions and 11 deletions
+7 -2
View File
@@ -11,10 +11,15 @@
},
"dependencies": {
"@astrojs/rss": "^1.0.1",
"astro": "^1.1.7"
"@types/react": "^18.0.20",
"astro": "^1.1.7",
"fuse.js": "^6.6.2"
},
"devDependencies": {
"@astrojs/react": "^1.1.3",
"@astrojs/tailwind": "^1.0.0",
"@tailwindcss/typography": "^0.5.7"
"@tailwindcss/typography": "^0.5.7",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}