aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorA.J. Shulman <Shulman.aj@gmail.com>2024-07-15 13:47:39 -0400
committerA.J. Shulman <Shulman.aj@gmail.com>2024-07-15 13:47:39 -0400
commit97fdb44133c6aed043f84fd345d5ac57125e5405 (patch)
treeddb3b3db0b2f4fc926b33c318fd9b572d871e528 /package-lock.json
parentef79b7d617035c52fea159225ba9a39b8222e8f4 (diff)
attempt at adding links
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 713174741..79aac1ece 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -141,6 +141,7 @@
"lodash": "^4.17.21",
"mapbox-gl": "^3.0.1",
"markdown-it": "^14.1.0",
+ "markdown-to-jsx": "^7.4.7",
"mathquill": "^0.10.1-a",
"md5-file": "^5.0.0",
"memorystream": "^0.3.1",
@@ -25639,6 +25640,17 @@
"url": "https://github.com/sponsors/wooorm"
}
},
+ "node_modules/markdown-to-jsx": {
+ "version": "7.4.7",
+ "resolved": "https://registry.npmjs.org/markdown-to-jsx/-/markdown-to-jsx-7.4.7.tgz",
+ "integrity": "sha512-0+ls1IQZdU6cwM1yu0ZjjiVWYtkbExSyUIFU2ZeDIFuZM1W42Mh4OlJ4nb4apX4H8smxDHRdFaoIVJGwfv5hkg==",
+ "engines": {
+ "node": ">= 10"
+ },
+ "peerDependencies": {
+ "react": ">= 0.14.0"
+ }
+ },
"node_modules/material-colors": {
"version": "1.2.6",
"resolved": "https://registry.npmjs.org/material-colors/-/material-colors-1.2.6.tgz",