Files
c0ntroller.de/package.json
T
2026-09-07 17:43:41 +02:00

29 lines
605 B
JSON

{
"name": "c0ntroller.de",
"type": "module",
"version": "1.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^5.0.2",
"@iconify-json/lucide": "^1.2.98",
"@iconify-json/simple-icons": "^1.2.74",
"astro": "^6.0.8",
"astro-icon": "^1.1.5",
"rehype-callouts": "^2.1.2",
"rehype-mathjax": "^7.1.0",
"remark-kroki": "^0.3.8",
"remark-math": "^6.0.0"
},
"devDependencies": {
"sharp": "^0.35.4"
}
}