bloginamatrix.xyz/package.json
2024-01-16 15:57:25 -05:00

24 lines
543 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",
"vite-plugin-compression": "^0.5.1"
}
}