Files
mintel.me/package.json
2026-01-12 14:12:30 +01:00

22 lines
516 B
JSON

{
"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"
}
}