31 lines
673 B
JSON
31 lines
673 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",
|
|
"@mermaid-js/layout-elk": "^0.2.3",
|
|
"astro": "^6.0.8",
|
|
"astro-icon": "^1.1.5",
|
|
"astro-mermaid": "^2.1.0",
|
|
"mermaid": "^11.17.2",
|
|
"rehype-callouts": "^2.1.2",
|
|
"rehype-mathjax": "^7.1.0",
|
|
"remark-math": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"sharp": "^0.35.4"
|
|
}
|
|
}
|