mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Migrates the Overleaf monorepo package manager from npm (v11) to Yarn 4 (v4.9.1) using node-modules linker mode. GitOrigin-RevId: 50d32ab01955c15e29679eff9e9e9cfb897fab2d
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"name": "@overleaf/server-ce-test",
|
|
"description": "e2e tests for Overleaf Community Edition",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"cypress:open": "cypress open --e2e --browser chrome",
|
|
"cypress:run": "cypress run --e2e --browser chrome",
|
|
"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 ."
|
|
},
|
|
"devDependencies": {
|
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
|
"@overleaf/promise-utils": "workspace:*",
|
|
"@overleaf/validation-tools": "workspace:*",
|
|
"@testing-library/cypress": "10.1.0",
|
|
"@types/adm-zip": "^0.5.7",
|
|
"@types/uuid": "^9.0.8",
|
|
"adm-zip": "^0.5.12",
|
|
"body-parser": "1.20.4",
|
|
"cypress": "15.12.0",
|
|
"cypress-multi-reporters": "^2.0.5",
|
|
"express": "4.22.1",
|
|
"isomorphic-git": "^1.33.1",
|
|
"js-yaml": "^4.1.1",
|
|
"mocha-junit-reporter": "^2.2.1",
|
|
"pdfjs-dist": "^5.1.91",
|
|
"uuid": "^9.0.1",
|
|
"zod-validation-error": "^4.0.1"
|
|
}
|
|
}
|