aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-03-01 17:05:45 -0500
committerbobzel <zzzman@gmail.com>2021-03-01 17:05:45 -0500
commitc41696a3169dc765512d64972ba4503cea8393e0 (patch)
tree644cb81de4a23d4b38335bb4731fccc7d1a34504 /package-lock.json
parentbed03be10f9289e36f7e1621bbcf2579b0ca3f2d (diff)
added basic math typeset equation input
Diffstat (limited to 'package-lock.json')
-rw-r--r--package-lock.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/package-lock.json b/package-lock.json
index 464fdfb51..933c5037c 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -5526,6 +5526,15 @@
"resolved": "https://registry.npmjs.org/entities/-/entities-1.1.2.tgz",
"integrity": "sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w=="
},
+ "equation-editor-react": {
+ "version": "0.0.6",
+ "resolved": "https://registry.npmjs.org/equation-editor-react/-/equation-editor-react-0.0.6.tgz",
+ "integrity": "sha512-7Zsx04yh4DsirpMzMVnEaDwMxrpcjiAt6NOvSj+DEOa56VfKGXsmouWFOCtSVixahDSVEDs53LbhnPqFh4cVqw==",
+ "requires": {
+ "jquery": "^3.4.1",
+ "mathquill": "^0.10.1-a"
+ }
+ },
"errno": {
"version": "0.1.7",
"resolved": "https://registry.npmjs.org/errno/-/errno-0.1.7.tgz",
@@ -8813,6 +8822,21 @@
}
}
},
+ "mathquill": {
+ "version": "0.10.1-a",
+ "resolved": "https://registry.npmjs.org/mathquill/-/mathquill-0.10.1-a.tgz",
+ "integrity": "sha1-vyylaQEAY6w0vNXVKa3Ag3zVPD8=",
+ "requires": {
+ "jquery": "^1.12.3"
+ },
+ "dependencies": {
+ "jquery": {
+ "version": "1.12.4",
+ "resolved": "https://registry.npmjs.org/jquery/-/jquery-1.12.4.tgz",
+ "integrity": "sha1-AeHfuikP5z3rp3zurLD5ui/sngw="
+ }
+ }
+ },
"md5.js": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz",