diff --git a/package.json b/package.json index 492f3d5..244bbf1 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,6 @@ }, "dependencies": { "@astrojs/markdown-remark": "^6.3.1", - "@astrojs/mdx": "^4.2.5", "@astrojs/partytown": "^2.1.4", "@astrojs/react": "^4.2.5", "@astrojs/rss": "^4.0.11", @@ -23,8 +22,8 @@ "@expressive-code/plugin-line-numbers": "^0.40.2", "@fontsource-variable/geist": "^5.2.5", "@fontsource-variable/geist-mono": "^5.2.5", - "@fontsource/geist-mono": "^5.2.5", - "@iconify-json/lucide": "^1.2.38", + "@iconify-json/lucide": "^1.2.39", + "@iconify-json/simple-icons": "^1.2.33", "@r4ai/remark-callout": "^0.6.2", "@radix-ui/react-avatar": "^1.1.7", "@radix-ui/react-dropdown-menu": "^2.1.12", @@ -58,26 +57,7 @@ "typescript": "^5.8.3" }, "devDependencies": { - "prettier": "^3.5.3", - "prettier-plugin-astro": "^0.14.1", - "prettier-plugin-astro-organize-imports": "^0.4.11", - "prettier-plugin-tailwindcss": "^0.6.11" + "@biomejs/biome": "^1.9.4" }, - "prettier": { - "semi": false, - "singleQuote": true, - "plugins": [ - "prettier-plugin-astro", - "prettier-plugin-tailwindcss", - "prettier-plugin-astro-organize-imports" - ], - "overrides": [ - { - "files": "*.astro", - "options": { - "parser": "astro" - } - } - ] - } + "trustedDependencies": ["@biomejs/biome"] }