init blog

This commit is contained in:
2026-01-12 14:12:30 +01:00
parent cd69b0ac26
commit 38d0e7e0a0
22 changed files with 7126 additions and 0 deletions

21
package.json Normal file
View File

@@ -0,0 +1,21 @@
{
"name": "mintel-blog",
"type": "module",
"version": "0.1.0",
"description": "Technical problem solver's blog - practical insights and learning notes",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"@astrojs/react": "^4.4.2",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"astro": "^5.16.8",
"react": "^19.2.3",
"react-dom": "^19.2.3"
}
}