Files
pantosite/package.json
2025-02-09 01:12:55 +01:00

20 lines
385 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.0.8",
"@astrojs/rss": "^4.0.10",
"@astrojs/sitemap": "^3.2.1",
"astro": "^5.0.3",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}