{
	"name": "blog.z0x.ca",
	"type": "module",
	"version": "1.0.0",
	"private": true,
	"scripts": {
		"dev": "astro dev",
		"start": "astro dev",
		"build": "astro build",
		"preview": "astro preview",
		"astro": "astro",
		"prettier": "prettier --write .",
		"postinstall": "patch-package"
	},
	"dependencies": {
		"@astrojs/markdown-remark": "^6.3.2",
		"@astrojs/react": "^4.3.0",
		"@astrojs/rss": "^4.0.12",
		"@astrojs/sitemap": "^3.4.1",
		"@expressive-code/plugin-collapsible-sections": "^0.41.2",
		"@expressive-code/plugin-line-numbers": "^0.41.2",
		"@fontsource-variable/geist": "^5.2.6",
		"@fontsource-variable/geist-mono": "^5.2.6",
		"@iconify-json/lucide": "^1.2.50",
		"@iconify-json/simple-icons": "^1.2.39",
		"@r4ai/remark-callout": "^0.6.2",
		"@tailwindcss/vite": "^4.1.10",
		"@types/react": "19.1.4",
		"@types/react-dom": "19.1.5",
		"astro": "^5.9.4",
		"astro-expressive-code": "^0.41.2",
		"astro-icon": "^1.1.5",
		"class-variance-authority": "^0.7.1",
		"clsx": "^2.1.1",
		"lucide-react": "^0.511.0",
		"patch-package": "^8.0.0",
		"radix-ui": "^1.4.2",
		"react": "19.1.0",
		"react-dom": "19.1.0",
		"rehype-document": "^7.0.3",
		"rehype-external-links": "^3.0.0",
		"rehype-katex": "^7.0.1",
		"rehype-pretty-code": "^0.14.1",
		"remark-emoji": "^5.0.1",
		"remark-math": "^6.0.0",
		"remark-sectionize": "^2.1.0",
		"remark-toc": "^9.0.0",
		"tailwind-merge": "^3.3.1",
		"tailwindcss": "^4.1.10",
		"typescript": "^5.8.3"
	},
	"devDependencies": {
		"@biomejs/biome": "^1.9.4"
	},
	"trustedDependencies": [
		"@biomejs/biome",
		"@tailwindcss/oxide",
		"esbuild",
		"sharp"
	]
}