Jan Černohorský
9 months ago
6 changed files with 43 additions and 15 deletions
@ -1,3 +1,6 @@ |
|||
[submodule "ucwmac"] |
|||
path = ucwmac |
|||
url = git://git.ucw.cz/ucwmac.git |
|||
[submodule "src/formatitko/katex-server"] |
|||
path = src/formatitko/katex-server |
|||
url = https://gitea.ks.matfyz.cz/KSP/formatitko-katex-server.git |
|||
|
@ -0,0 +1,15 @@ |
|||
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. |
|||
# yarn lockfile v1 |
|||
|
|||
|
|||
commander@^8.3.0: |
|||
version "8.3.0" |
|||
resolved "https://registry.yarnpkg.com/commander/-/commander-8.3.0.tgz#4837ea1b2da67b9c616a67afbb0fafee567bca66" |
|||
integrity sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww== |
|||
|
|||
katex@^0.16.3: |
|||
version "0.16.9" |
|||
resolved "https://registry.yarnpkg.com/katex/-/katex-0.16.9.tgz#bc62d8f7abfea6e181250f85a56e4ef292dcb1fa" |
|||
integrity sha512-fsSYjWS0EEOwvy81j3vRA8TEAhQhKiqO+FQaKWp0m39qwOzHVBgAUBIXWj1pB+O2W3fIpNa6Y9KSKCVbfPhyAQ== |
|||
dependencies: |
|||
commander "^8.3.0" |
Loading…
Reference in new issue