bloginamatrix.xyz/package.json
2024-01-11 17:42:43 -05:00

23 lines
502 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^2.0.4",
"@astrojs/rss": "^4.0.2",
"@astrojs/sitemap": "^3.0.4",
"astro": "^4.1.2",
"playwright": "^1.40.1",
"rehype-katex": "^7.0.0",
"rehype-mermaid": "^2.0.1",
"remark-math": "^6.0.0",
"remark-rehype": "^11.1.0"
}
}