|
@@ -3,10 +3,6 @@
|
|
|
"description": "The HTTP front end for Overleaf",
|
|
"description": "The HTTP front end for Overleaf",
|
|
|
"private": true,
|
|
"private": true,
|
|
|
"main": "app.mjs",
|
|
"main": "app.mjs",
|
|
|
- "exports": {
|
|
|
|
|
- ".": "./app.mjs",
|
|
|
|
|
- "./*": "./*"
|
|
|
|
|
- },
|
|
|
|
|
"directories": {
|
|
"directories": {
|
|
|
"public": "./public"
|
|
"public": "./public"
|
|
|
},
|
|
},
|
|
@@ -40,9 +36,8 @@
|
|
|
"type-check:backend": "tsc -p tsconfig.backend.json --noEmit",
|
|
"type-check:backend": "tsc -p tsconfig.backend.json --noEmit",
|
|
|
"extract-translations": "i18next-scanner",
|
|
"extract-translations": "i18next-scanner",
|
|
|
"convert-themes": "node frontend/js/features/source-editor/themes/scripts/convert.js",
|
|
"convert-themes": "node frontend/js/features/source-editor/themes/scripts/convert.js",
|
|
|
- "materialize-reporter": "node scripts/materialize-cypress-reporter.js /tmp/cypress-reporter",
|
|
|
|
|
- "cypress:open-ct": "yarn run materialize-reporter && OVERLEAF_CONFIG=$(pwd)/config/settings.webpack.js cypress open --component",
|
|
|
|
|
- "cypress:run-ct": "yarn run materialize-reporter && OVERLEAF_CONFIG=$(pwd)/config/settings.webpack.js cypress run --component --browser chrome",
|
|
|
|
|
|
|
+ "cypress:open-ct": "OVERLEAF_CONFIG=$(pwd)/config/settings.webpack.js cypress open --component",
|
|
|
|
|
+ "cypress:run-ct": "OVERLEAF_CONFIG=$(pwd)/config/settings.webpack.js cypress run --component --browser chrome",
|
|
|
"cypress:docker:open-ct": "USER_UID=$(id -u) USER_GID=$(id -g) docker compose -f docker-compose.cypress.yml run --rm cypress yarn run cypress:open-ct",
|
|
"cypress:docker:open-ct": "USER_UID=$(id -u) USER_GID=$(id -g) docker compose -f docker-compose.cypress.yml run --rm cypress yarn run cypress:open-ct",
|
|
|
"cypress:docker:run-ct": "USER_UID=$(id -u) USER_GID=$(id -g) docker compose -f docker-compose.cypress.yml run --rm cypress yarn run cypress:run-ct --browser chrome",
|
|
"cypress:docker:run-ct": "USER_UID=$(id -u) USER_GID=$(id -g) docker compose -f docker-compose.cypress.yml run --rm cypress yarn run cypress:run-ct --browser chrome",
|
|
|
"lezer-latex:generate": "node scripts/lezer-latex/generate.mjs",
|
|
"lezer-latex:generate": "node scripts/lezer-latex/generate.mjs",
|
|
@@ -157,7 +152,6 @@
|
|
|
"minimist": "^1.2.7",
|
|
"minimist": "^1.2.7",
|
|
|
"mmmagic": "^0.5.3",
|
|
"mmmagic": "^0.5.3",
|
|
|
"moment": "^2.29.4",
|
|
"moment": "^2.29.4",
|
|
|
- "mongodb": "6.12.0",
|
|
|
|
|
"mongodb-legacy": "6.1.3",
|
|
"mongodb-legacy": "6.1.3",
|
|
|
"mongoose": "8.22.1",
|
|
"mongoose": "8.22.1",
|
|
|
"multer": "2.1.1",
|
|
"multer": "2.1.1",
|
|
@@ -204,7 +198,6 @@
|
|
|
"@ai-sdk/react": "^3.0.172",
|
|
"@ai-sdk/react": "^3.0.172",
|
|
|
"@babel/core": "^7.28.5",
|
|
"@babel/core": "^7.28.5",
|
|
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
"@babel/plugin-proposal-decorators": "^7.28.0",
|
|
|
- "@babel/plugin-transform-typescript": "^7.28.0",
|
|
|
|
|
"@babel/preset-env": "^7.28.5",
|
|
"@babel/preset-env": "^7.28.5",
|
|
|
"@babel/preset-react": "^7.28.5",
|
|
"@babel/preset-react": "^7.28.5",
|
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
"@babel/preset-typescript": "^7.28.5",
|
|
@@ -242,7 +235,6 @@
|
|
|
"@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#371ce3b56f453a392eb0d3b85ab019c185c68e1f",
|
|
"@replit/codemirror-indentation-markers": "overleaf/codemirror-indentation-markers#371ce3b56f453a392eb0d3b85ab019c185c68e1f",
|
|
|
"@replit/codemirror-vim": "overleaf/codemirror-vim#1bef138382d948018f3f9b8a4d7a70ab61774e4b",
|
|
"@replit/codemirror-vim": "overleaf/codemirror-vim#1bef138382d948018f3f9b8a4d7a70ab61774e4b",
|
|
|
"@sentry/browser": "7.46.0",
|
|
"@sentry/browser": "7.46.0",
|
|
|
- "@sentry/types": "7.46.0",
|
|
|
|
|
"@storybook/addon-a11y": "10.3.5",
|
|
"@storybook/addon-a11y": "10.3.5",
|
|
|
"@storybook/addon-designs": "^11.1.3",
|
|
"@storybook/addon-designs": "^11.1.3",
|
|
|
"@storybook/addon-docs": "10.3.5",
|
|
"@storybook/addon-docs": "10.3.5",
|
|
@@ -264,19 +256,15 @@
|
|
|
"@types/async": "^3.2.25",
|
|
"@types/async": "^3.2.25",
|
|
|
"@types/bootstrap": "^5.2.10",
|
|
"@types/bootstrap": "^5.2.10",
|
|
|
"@types/chai": "^4.3.0",
|
|
"@types/chai": "^4.3.0",
|
|
|
- "@types/chai-as-promised": "^8.0.2",
|
|
|
|
|
"@types/dateformat": "^5.0.3",
|
|
"@types/dateformat": "^5.0.3",
|
|
|
"@types/diff": "^5.2.3",
|
|
"@types/diff": "^5.2.3",
|
|
|
"@types/dom-speech-recognition": "^0.0.7",
|
|
"@types/dom-speech-recognition": "^0.0.7",
|
|
|
"@types/events": "^3.0.3",
|
|
"@types/events": "^3.0.3",
|
|
|
"@types/express": "^4.17.23",
|
|
"@types/express": "^4.17.23",
|
|
|
- "@types/lodash": "^4.17.24",
|
|
|
|
|
- "@types/mdast": "^4.0.4",
|
|
|
|
|
"@types/minimist": "^1.2.5",
|
|
"@types/minimist": "^1.2.5",
|
|
|
"@types/mocha": "^9.1.0",
|
|
"@types/mocha": "^9.1.0",
|
|
|
"@types/mocha-each": "^2.0.4",
|
|
"@types/mocha-each": "^2.0.4",
|
|
|
"@types/node": "^24.5.2",
|
|
"@types/node": "^24.5.2",
|
|
|
- "@types/path-browserify": "^1.0.3",
|
|
|
|
|
"@types/react": "^18.3.20",
|
|
"@types/react": "^18.3.20",
|
|
|
"@types/react-color": "^3.0.13",
|
|
"@types/react-color": "^3.0.13",
|
|
|
"@types/react-dom": "^18.3.6",
|
|
"@types/react-dom": "^18.3.6",
|
|
@@ -285,19 +273,15 @@
|
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
"@types/react-syntax-highlighter": "^15.5.11",
|
|
|
"@types/recurly__recurly-js": "^4.38.0",
|
|
"@types/recurly__recurly-js": "^4.38.0",
|
|
|
"@types/sanitize-html": "^2.14.0",
|
|
"@types/sanitize-html": "^2.14.0",
|
|
|
- "@types/sinon": "^21.0.1",
|
|
|
|
|
"@types/sinon-chai": "^3.2.12",
|
|
"@types/sinon-chai": "^3.2.12",
|
|
|
"@types/utf-8-validate": "^5.0.2",
|
|
"@types/utf-8-validate": "^5.0.2",
|
|
|
"@types/uuid": "^10.0.0",
|
|
"@types/uuid": "^10.0.0",
|
|
|
- "@typescript-eslint/eslint-plugin": "^8.59.4",
|
|
|
|
|
- "@typescript-eslint/parser": "^8.59.4",
|
|
|
|
|
"@uppy/core": "^3.8.0",
|
|
"@uppy/core": "^3.8.0",
|
|
|
"@uppy/dashboard": "3.7.1",
|
|
"@uppy/dashboard": "3.7.1",
|
|
|
"@uppy/drag-drop": "3.0.3",
|
|
"@uppy/drag-drop": "3.0.3",
|
|
|
"@uppy/file-input": "3.0.4",
|
|
"@uppy/file-input": "3.0.4",
|
|
|
"@uppy/progress-bar": "3.0.4",
|
|
"@uppy/progress-bar": "3.0.4",
|
|
|
"@uppy/react": "3.2.1",
|
|
"@uppy/react": "3.2.1",
|
|
|
- "@uppy/status-bar": "^3.2.5",
|
|
|
|
|
"@uppy/utils": "^5.7.0",
|
|
"@uppy/utils": "^5.7.0",
|
|
|
"@uppy/xhr-upload": "3.6.0",
|
|
"@uppy/xhr-upload": "3.6.0",
|
|
|
"@vitest/coverage-istanbul": "^4.0.17",
|
|
"@vitest/coverage-istanbul": "^4.0.17",
|
|
@@ -332,8 +316,6 @@
|
|
|
"core-js": "~3.46.0",
|
|
"core-js": "~3.46.0",
|
|
|
"css-loader": "^7.1.4",
|
|
"css-loader": "^7.1.4",
|
|
|
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
"css-minimizer-webpack-plugin": "^8.0.0",
|
|
|
- "csv-parse": "^6.2.1",
|
|
|
|
|
- "csv-stringify": "^6.7.0",
|
|
|
|
|
"cypress": "15.12.0",
|
|
"cypress": "15.12.0",
|
|
|
"cypress-multi-reporters": "^2.0.5",
|
|
"cypress-multi-reporters": "^2.0.5",
|
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
"cypress-plugin-tab": "^1.0.5",
|
|
@@ -344,12 +326,9 @@
|
|
|
"downshift": "^9.0.9",
|
|
"downshift": "^9.0.9",
|
|
|
"es6-promise": "^4.2.8",
|
|
"es6-promise": "^4.2.8",
|
|
|
"escodegen": "^2.0.0",
|
|
"escodegen": "^2.0.0",
|
|
|
- "eslint": "^10.4.0",
|
|
|
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
|
- "eslint-formatter-unix": "^8.40.0",
|
|
|
|
|
"eslint-plugin-chai-expect": "^4.1.0",
|
|
"eslint-plugin-chai-expect": "^4.1.0",
|
|
|
"eslint-plugin-chai-friendly": "^1.2.0",
|
|
"eslint-plugin-chai-friendly": "^1.2.0",
|
|
|
- "eslint-plugin-cypress": "^4.1.0",
|
|
|
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
|
"eslint-plugin-mocha": "^11.3.0",
|
|
"eslint-plugin-mocha": "^11.3.0",
|
|
@@ -365,7 +344,6 @@
|
|
|
"fake-indexeddb": "^6.0.0",
|
|
"fake-indexeddb": "^6.0.0",
|
|
|
"fast-fuzzy": "^1.12.0",
|
|
"fast-fuzzy": "^1.12.0",
|
|
|
"fetch-mock": "^12.6.0",
|
|
"fetch-mock": "^12.6.0",
|
|
|
- "focus-trap": "^8.2.1",
|
|
|
|
|
"formik": "^2.2.9",
|
|
"formik": "^2.2.9",
|
|
|
"glob": "^12.0.0",
|
|
"glob": "^12.0.0",
|
|
|
"globals": "^17.6.0",
|
|
"globals": "^17.6.0",
|
|
@@ -441,9 +419,8 @@
|
|
|
"timekeeper": "^2.2.0",
|
|
"timekeeper": "^2.2.0",
|
|
|
"to-string-loader": "^1.2.0",
|
|
"to-string-loader": "^1.2.0",
|
|
|
"ts-loader": "^9.5.7",
|
|
"ts-loader": "^9.5.7",
|
|
|
- "tslib": "^2.8.1",
|
|
|
|
|
"tty-browserify": "^0.0.1",
|
|
"tty-browserify": "^0.0.1",
|
|
|
- "typescript": "^5.0.4",
|
|
|
|
|
|
|
+ "typescript": "^5.9.3",
|
|
|
"unified": "^11.0.5",
|
|
"unified": "^11.0.5",
|
|
|
"unist-util-visit": "^5.0.0",
|
|
"unist-util-visit": "^5.0.0",
|
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
"use-stick-to-bottom": "^1.1.1",
|