Files
pantosite/package.json
T
Anton Pogrebnjak 26168627b4 Minor updates
2026-05-02 12:55:45 +02: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": "^5.0.4",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.2",
"astro": "^6.1.9",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0"
}
}