mornie.org/package.json
2026-06-07 04:09:20 +02:00

19 lines
383 B
JSON

{
"name": "mornie.org",
"version": "1.0.0",
"type": "module",
"scripts": {
"build": "astro build",
"dev": "astro dev",
"preview": "astro preview"
},
"dependencies": {
"@astrojs/rss": "^4.0.12",
"astro": "^5.9.3",
"bootstrap": "^5.3.8",
"katex": "^0.17.0",
"rehype-katex": "^7.0.1",
"remark-math": "^6.0.0",
"sass": "^1.89.1"
}
}