mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
0cfc64786d
* [CE/SP] Add e2e tests for project list GitOrigin-RevId: 0368d74b47c79f74b3520177d8bb697013d851d4
28 lines
836 B
JSON
28 lines
836 B
JSON
{
|
|
"name": "@overleaf/server-ce/test",
|
|
"description": "e2e tests for Overleaf Community Edition",
|
|
"private": true,
|
|
"scripts": {
|
|
"cypress:open": "cypress open",
|
|
"cypress:run": "cypress run",
|
|
"format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
|
|
"format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
|
|
},
|
|
"dependencies": {
|
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
|
"@testing-library/cypress": "^10.0.1",
|
|
"@types/adm-zip": "^0.5.5",
|
|
"@types/pdf-parse": "^1.1.4",
|
|
"@types/uuid": "^9.0.8",
|
|
"adm-zip": "^0.5.12",
|
|
"body-parser": "^1.20.2",
|
|
"celebrate": "^15.0.3",
|
|
"cypress": "13.6.6",
|
|
"express": "^4.19.2",
|
|
"isomorphic-git": "^1.25.10",
|
|
"js-yaml": "^4.1.0",
|
|
"pdf-parse": "^1.1.1",
|
|
"typescript": "^5.0.4",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|