Use overleaf CDN for loading pyodide packages

GitOrigin-RevId: e17ff3387166421a546a9519786d77ba12cdffc4
This commit is contained in:
Domagoj Kriskovic
2026-04-29 12:32:50 +02:00
committed by Copybot
parent a46ca0705f
commit 9e677a2c1e
15 changed files with 203 additions and 39 deletions

View File

@@ -26,6 +26,7 @@
"nodemon": "node --watch app.mjs --watch-locales",
"webpack": "webpack serve --config webpack.config.dev.js",
"webpack:production": "webpack --config webpack.config.prod.js",
"pyodide:fetch": "node scripts/fetch-pyodide-packages.mjs",
"webpack:profile": "webpack --config webpack.config.prod.js --profile --json > stats.json",
"lint": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --max-warnings 0 --format unix --ext .js,.jsx,.mjs,.ts,.tsx .",
"lint:fix": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --fix --ext .js,.jsx,.mjs,.ts,.tsx .",
@@ -374,7 +375,7 @@
"postcss": "^8.4.31",
"postcss-loader": "^7.3.3",
"prop-types": "^15.7.2",
"pyodide": "^0.29.0",
"pyodide": "0.29.3",
"qrcode": "^1.4.4",
"react": "^18.3.1",
"react-bootstrap": "^2.10.10",