package.json 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "@overleaf/server-ce-test",
  3. "description": "e2e tests for Overleaf Community Edition",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "cypress:open": "cypress open --e2e --browser chrome",
  8. "cypress:run": "cypress run --e2e --browser chrome",
  9. "lint": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --max-warnings 0 --format unix --ext .js,.jsx,.mjs,.ts,.tsx .",
  10. "lint:fix": "eslint --cache --cache-location ../../node_modules/.cache/eslint/ --fix --ext .js,.jsx,.mjs,.ts,.tsx ."
  11. },
  12. "devDependencies": {
  13. "@isomorphic-git/lightning-fs": "^4.6.0",
  14. "@overleaf/promise-utils": "*",
  15. "@overleaf/validation-tools": "*",
  16. "@testing-library/cypress": "10.0.3",
  17. "@types/adm-zip": "^0.5.7",
  18. "@types/uuid": "^9.0.8",
  19. "adm-zip": "^0.5.12",
  20. "body-parser": "1.20.4",
  21. "cypress": "13.13.2",
  22. "cypress-multi-reporters": "^2.0.5",
  23. "express": "4.22.1",
  24. "isomorphic-git": "^1.33.1",
  25. "js-yaml": "^4.1.1",
  26. "mocha-junit-reporter": "^2.2.1",
  27. "pdfjs-dist": "^5.1.91",
  28. "uuid": "^9.0.1",
  29. "zod-validation-error": "^4.0.1"
  30. }
  31. }