diff --git a/package-lock.json b/package-lock.json index 4e362e61b..ebc87d69a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -80,6 +80,7 @@ "babel-plugin-transform-barrels": "^1.0.17", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", + "csstype": "3.1.2", "electron": "^29.4.5", "electron-packager": "^17.1.2", "eslint": "^8.52.0", @@ -91,6 +92,7 @@ "jest-environment-jsdom": "^29.7.0", "jsdom": "^20.0.3", "lodash": "^4.17.21", + "mathjax-full": "^3.2.2", "monaco-editor": "^0.52.0", "monaco-editor-webpack-plugin": "^7.1.0", "prettier": "^2.8.8", diff --git a/package.json b/package.json index 6dfd1167a..61e26e056 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,7 @@ "babel-plugin-transform-barrels": "^1.0.17", "copy-webpack-plugin": "^12.0.2", "css-loader": "^7.1.2", + "csstype": "3.1.2", "electron": "^29.4.5", "electron-packager": "^17.1.2", "eslint": "^8.52.0", @@ -92,6 +93,7 @@ "jest-environment-jsdom": "^29.7.0", "jsdom": "^20.0.3", "lodash": "^4.17.21", + "mathjax-full": "^3.2.2", "monaco-editor": "^0.52.0", "monaco-editor-webpack-plugin": "^7.1.0", "prettier": "^2.8.8",