2023-11-23 05:40:13 -05:00
|
|
|
{
|
|
|
|
"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": {
|
2024-05-30 03:13:24 -04:00
|
|
|
"@isomorphic-git/lightning-fs": "^4.6.0",
|
2023-11-23 05:40:13 -05:00
|
|
|
"@testing-library/cypress": "^10.0.1",
|
2024-06-13 11:56:47 -04:00
|
|
|
"@types/adm-zip": "^0.5.5",
|
|
|
|
"@types/pdf-parse": "^1.1.4",
|
2024-05-30 05:50:51 -04:00
|
|
|
"@types/uuid": "^9.0.8",
|
2024-06-13 11:56:47 -04:00
|
|
|
"adm-zip": "^0.5.12",
|
2024-05-30 03:12:56 -04:00
|
|
|
"body-parser": "^1.20.2",
|
|
|
|
"celebrate": "^15.0.3",
|
2024-03-25 07:53:53 -04:00
|
|
|
"cypress": "13.6.6",
|
2024-05-30 03:12:56 -04:00
|
|
|
"express": "^4.19.2",
|
2024-05-30 03:13:24 -04:00
|
|
|
"isomorphic-git": "^1.25.10",
|
2024-05-30 03:12:56 -04:00
|
|
|
"js-yaml": "^4.1.0",
|
2024-06-13 11:56:47 -04:00
|
|
|
"pdf-parse": "^1.1.1",
|
2024-05-30 05:50:51 -04:00
|
|
|
"typescript": "^5.0.4",
|
|
|
|
"uuid": "^9.0.1"
|
2023-11-23 05:40:13 -05:00
|
|
|
}
|
|
|
|
}
|