{
  "name": "cypress_test",
  "version": "1.0.0",
  "description": "Cypress integration test suite",
  "license": "MPL-2.0",
  "devDependencies": {
    "@babel/core": "^7.22.8",
    "@babel/preset-env": "^7.22.7",
    "@cypress-audit/lighthouse": "^1.4.2",
    "@cypress/webpack-preprocessor": "^5.17.1",
    "@typescript-eslint/eslint-plugin": "^4.21.0",
    "@typescript-eslint/parser": "^4.21.0",
    "babel-loader": "^9.1.3",
    "cypress": "13.5.1",
    "cypress-file-upload": "5.0.8",
    "cypress-log-to-output": "1.1.2",
    "cypress-real-events": "^1.13.0",
    "cypress-terminal-report": "^5.3.0",
    "cypress-wait-until": "^3.0.1",
    "eslint": "7.19.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-compat": "^4.2.0",
    "eslint-plugin-cypress-rules": "file:eslint_plugin",
    "get-port-cli": "2.0.0",
    "patch-package": "^8.0.1",
    "semver": "^7.5.4",
    "typescript": "5.0.4",
    "wait-on": "7.0.1",
    "webpack": "^5.88.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CollaboraOnline/online.git"
  },
  "dependencies": {
    "cypress-tags": "^1.2.2",
    "cypress-visual-regression": "^5.2.2"
  },
  "scripts": {
    "postinstall": "patch-package"
  }
}
