Files
c0ntroller.de/package.json
T
2026-09-07 18:04:34 +02:00

35 lines
767 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/markdown-remark": "^7.3.0",
"@astrojs/mdx": "^8.0.0",
"@iconify-json/lucide": "^1.2.98",
"@iconify-json/simple-icons": "^1.2.74",
"@mermaid-js/layout-elk": "^0.2.3",
"astro": "^7.3.1",
"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"
},
"allowScripts": {
"esbuild@0.28.2": true
}
}