diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-06 19:03:26 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-06 19:03:26 -0500 |
| commit | 6d38096db5f0d550866d82d954436447d0c36a65 (patch) | |
| tree | 2d53b5e98716ce883f77c04622694af19b088b35 /package.json | |
| parent | 8d8878037c9d1aaee18b10bd744f993cb4d3e7c1 (diff) | |
converted equationEditor from a npm module to a local file. commented out old google-maps code.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json index 92d5ef856..7bf0bba05 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "@types/express-session": "^1.17.10", "@types/express-validator": "^3.0.0", "@types/file-saver": "^2.0.7", - "@types/google-maps-react": "^2.0.5", "@types/jquery": "^3.5.29", "@types/libxmljs": "^0.18.12", "@types/lodash": "^4.14.202", @@ -56,7 +55,6 @@ "@types/passport-local": "^1.0.38", "@types/pdfjs-dist": "^2.10.378", "@types/prosemirror-commands": "^1.0.4", - "@types/prosemirror-dev-tools": "^3.0.6", "@types/prosemirror-history": "^1.0.3", "@types/prosemirror-inputrules": "^1.0.4", "@types/prosemirror-keymap": "^1.0.4", @@ -182,7 +180,6 @@ "D": "^1.0.0", "d3": "^7.8.5", "depcheck": "^1.4.7", - "equation-editor-react": "^0.0.10", "exif": "^0.6.0", "exifr": "^7.1.3", "express": "^4.18.2", @@ -203,7 +200,6 @@ "function-plot": "^1.23.3", "golden-layout": "^2.6.0", "google-auth-library": "^9.4.1", - "google-maps-react": "^2.0.6", "googleapis": "^129.0.0", "googlephotos": "^0.3.5", "got": "^14.0.0", @@ -225,6 +221,7 @@ "jszip": "^3.10.1", "lodash": "^4.17.21", "material-ui": "^0.20.2", + "mathquill": "^0.10.1-a", "md5-file": "^5.0.0", "memorystream": "^0.3.1", "mobile-detect": "^1.4.5", @@ -238,7 +235,7 @@ "nodemailer": "^6.9.7", "nodemon": "^3.0.2", "normalize.css": "^8.0.1", - "npm": "^10.2.4", + "npm": "^10.2.5", "openai": "^4.20.1", "p-limit": "^5.0.0", "passport": "^0.7.0", @@ -251,7 +248,6 @@ "probe-image-size": "^7.2.3", "process": "^0.11.10", "prosemirror-commands": "^1.5.2", - "prosemirror-dev-tools": "^4.0.0", "prosemirror-find-replace": "^0.9.0", "prosemirror-history": "^1.3.2", "prosemirror-inputrules": "^1.3.0", |
