mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 23:09:29 -07:00
Remove markdown dependencies
This commit is contained in:
parent
3b2bc4187c
commit
5bb7ba73cc
2 changed files with 0 additions and 18 deletions
|
@ -15,9 +15,6 @@
|
||||||
"got": "^11.8.2",
|
"got": "^11.8.2",
|
||||||
"jstransformer-markdown-it": "^2.1.0",
|
"jstransformer-markdown-it": "^2.1.0",
|
||||||
"libravatar": "^3.0.0",
|
"libravatar": "^3.0.0",
|
||||||
"markdown-it-anchor": "^5.3.0",
|
|
||||||
"markdown-it-table-of-contents": "^0.4.4",
|
|
||||||
"markdown-it-title": "^3.0.0",
|
|
||||||
"openpgp": "^4.10.9",
|
"openpgp": "^4.10.9",
|
||||||
"pug": "^3.0.0",
|
"pug": "^3.0.0",
|
||||||
"qrcode": "^1.4.4",
|
"qrcode": "^1.4.4",
|
||||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -2868,21 +2868,6 @@ map-visit@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
object-visit "^1.0.0"
|
object-visit "^1.0.0"
|
||||||
|
|
||||||
markdown-it-anchor@^5.3.0:
|
|
||||||
version "5.3.0"
|
|
||||||
resolved "https://registry.npmjs.org/markdown-it-anchor/-/markdown-it-anchor-5.3.0.tgz"
|
|
||||||
integrity sha512-/V1MnLL/rgJ3jkMWo84UR+K+jF1cxNG1a+KwqeXqTIJ+jtA8aWSHuigx8lTzauiIjBDbwF3NcWQMotd0Dm39jA==
|
|
||||||
|
|
||||||
markdown-it-table-of-contents@^0.4.4:
|
|
||||||
version "0.4.4"
|
|
||||||
resolved "https://registry.npmjs.org/markdown-it-table-of-contents/-/markdown-it-table-of-contents-0.4.4.tgz"
|
|
||||||
integrity sha512-TAIHTHPwa9+ltKvKPWulm/beozQU41Ab+FIefRaQV1NRnpzwcV9QOe6wXQS5WLivm5Q/nlo0rl6laGkMDZE7Gw==
|
|
||||||
|
|
||||||
markdown-it-title@^3.0.0:
|
|
||||||
version "3.0.0"
|
|
||||||
resolved "https://registry.npmjs.org/markdown-it-title/-/markdown-it-title-3.0.0.tgz"
|
|
||||||
integrity sha512-iHZptfptAXGJlcboqWxUSWNkJLUyxZ452CobBzkQ7MtwfVhTI77W1LTAy+miQTqo3U+wkDUOFhhXj2XUD0dVWQ==
|
|
||||||
|
|
||||||
markdown-it@^8.0.0:
|
markdown-it@^8.0.0:
|
||||||
version "8.4.2"
|
version "8.4.2"
|
||||||
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz"
|
resolved "https://registry.npmjs.org/markdown-it/-/markdown-it-8.4.2.tgz"
|
||||||
|
|
Loading…
Reference in a new issue