fi-notes/package.json
Vojtěch Struhár 01beaa369a Setup the docs framework
I did various changes and updates, using the question 8 (modelovani a
projekce) as my lab rat. It's a pretty good case, containing images,
plenty of math, footnotes, everything.

I now feel it looks pretty good, I'll try to import more content.
2025-06-06 22:32:10 +02:00

22 lines
485 B
JSON

{
"name": "cafour-astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.34.3",
"astro": "^5.6.1",
"katex": "^0.16.22",
"rehype-katex": "^7.0.1",
"remark-github-alerts": "^0.1.1",
"remark-math": "^6.0.0",
"sharp": "^0.32.5",
"unist-util-visit": "^5.0.0"
}
}