mirror of
https://github.com/Pantonius/pantosite-astro.git
synced 2026-04-26 09:24:38 +00:00
21 lines
416 B
JSON
21 lines
416 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.5",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@astrojs/sitemap": "^3.5.1",
|
|
"@astrojs/vue": "^5.1.1",
|
|
"astro": "^5.13.7",
|
|
"rehype-katex": "^7.0.1",
|
|
"remark-math": "^6.0.0"
|
|
}
|
|
}
|