package.json 967 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@overleaf/server-ce/test",
  3. "description": "e2e tests for Overleaf Community Edition",
  4. "private": true,
  5. "scripts": {
  6. "cypress:open": "cypress open --e2e --browser chrome",
  7. "cypress:run": "cypress run --e2e --browser chrome",
  8. "format": "prettier --list-different $PWD/'**/*.{js,mjs,ts,tsx,json}'",
  9. "format:fix": "prettier --write $PWD/'**/*.{js,mjs,ts,tsx,json}'"
  10. },
  11. "dependencies": {
  12. "@isomorphic-git/lightning-fs": "^4.6.0",
  13. "@testing-library/cypress": "^10.0.3",
  14. "@types/adm-zip": "^0.5.5",
  15. "@types/pdf-parse": "^1.1.4",
  16. "@types/uuid": "^9.0.8",
  17. "adm-zip": "^0.5.12",
  18. "body-parser": "^1.20.3",
  19. "celebrate": "^15.0.3",
  20. "cypress": "13.13.2",
  21. "express": "^4.21.2",
  22. "isomorphic-git": "^1.33.0",
  23. "js-yaml": "^4.1.0",
  24. "pdf-parse": "^1.1.1",
  25. "typescript": "^5.0.4",
  26. "uuid": "^9.0.1"
  27. },
  28. "overrides": {
  29. "isomorphic-git@^1.33.0": {
  30. "sha.js": "2.4.12"
  31. }
  32. }
  33. }