osbm.dev/package.json
2025-03-15 18:13:35 +03:00

20 lines
423 B
JSON

{
"name": "osbm.dev",
"type": "module",
"version": "0.0.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/mdx": "^3.1.8",
"@astrojs/sitemap": "^3.2.1",
"astro": "^4.16.7",
"rehype-mathjax": "^6.0.0",
"remark-math": "^6.0.0",
"simple-icons": "^13.15.0"
}
}