Files
pantosite/package.json

22 lines
447 B
JSON
Raw Normal View History

2024-12-08 21:35:59 +01:00
{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2026-02-22 23:35:14 +01:00
"@astrojs/mdx": "^4.3.13",
"@astrojs/rss": "^4.0.15",
"@astrojs/sitemap": "^3.7.0",
"@astrojs/vue": "^5.1.4",
"astro": "^5.17.3",
"astro-typst": "^0.12.1",
2025-02-09 01:12:55 +01:00
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
2024-12-08 21:35:59 +01:00
}
2024-12-27 22:05:12 +01:00
}