Files
frontpage/package.json
2026-02-24 23:13:12 +01:00

25 lines
515 B
JSON

{
"name": "website-rebrand",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^4.3.13",
"astro": "^5.17.3",
"dayjs": "^1.11.19",
"playwright": "^1.57.0",
"rehype-callouts": "^2.1.1",
"rehype-mathjax": "^7.1.0",
"remark-math": "^6.0.0"
},
"devDependencies": {
"remark-kroki": "^0.3.8",
"sass-embedded": "^1.91.0"
}
}