{
"name": "hello-programmer-world",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@expressive-code/plugin-collapsible-sections": "^0.41.6",
"@expressive-code/plugin-line-numbers": "^0.41.6",
"@iconify-json/material-symbols": "^1.2.54",
"@tailwindcss/vite": "^4.1.18",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"astro": "^5.17.1",
"astro-expressive-code": "^0.41.5",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"rehype-mermaid": "^3.0.0",
"remark-toc": "^9.0.0",
"tailwindcss": "^4.1.18",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"daisyui": "^5.5.14",
"playwright": "^1.58.1"
}
}