Files
pantosite/package.json
Anton Pogrebnjak 128af8a7d5 Updated dependencies
2026-02-22 23:35:14 +01:00

22 lines
447 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@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",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}