Skip to content

Commit 6b6ca52

Browse files
committed
Removed React dependency
1 parent da3d3bc commit 6b6ca52

3 files changed

Lines changed: 0 additions & 18 deletions

File tree

astro.config.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// @ts-check
22

33
import mdx from "@astrojs/mdx";
4-
import react from "@astrojs/react";
54
import sitemap from "@astrojs/sitemap";
65
import starlight from "@astrojs/starlight";
76
import tailwindcss from "@tailwindcss/vite";
@@ -103,7 +102,6 @@ export default defineConfig({
103102
starlightImageZoom(),
104103
],
105104
}),
106-
react(),
107105
mdx(),
108106
sitemap(),
109107
],

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,7 @@
2222
"@fontsource/cabin": "^5.2.8",
2323
"@fontsource/roboto-condensed": "^5.2.8",
2424
"@tailwindcss/vite": "^4.1.18",
25-
"@types/react": "^19.2.7",
26-
"@types/react-dom": "^19.2.3",
2725
"astro": "^5.16.5",
28-
"react": "^19.2.3",
29-
"react-dom": "^19.2.3",
3026
"sharp": "^0.34.2",
3127
"starlight-blog": "^0.25.2",
3228
"starlight-image-zoom": "^0.13.2",

pnpm-lock.yaml

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)