mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Add react integration
This commit is contained in:
+7
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user