2020-01-10 09:38:37 -06:00
|
|
|
{
|
|
|
|
"name": "cypress_test",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Cypress integration test suit",
|
|
|
|
"license": "MPL-2.0",
|
2023-04-25 10:33:38 -05:00
|
|
|
"devDependencies": {
|
2023-05-03 07:23:15 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.59.2",
|
|
|
|
"@typescript-eslint/parser": "^5.59.2",
|
|
|
|
"cypress": "12.11.0",
|
2023-04-25 10:33:38 -05:00
|
|
|
"cypress-failed-log": "2.10.0",
|
|
|
|
"cypress-file-upload": "5.0.8",
|
2021-07-12 04:46:50 -05:00
|
|
|
"cypress-iframe": "1.0.1",
|
2020-09-17 08:01:09 -05:00
|
|
|
"cypress-log-to-output": "1.1.2",
|
2023-04-25 10:33:38 -05:00
|
|
|
"cypress-wait-until": "1.7.2",
|
|
|
|
"eslint": "8.39.0",
|
2020-04-28 09:00:15 -05:00
|
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
2023-04-25 10:33:38 -05:00
|
|
|
"get-port-cli": "3.0.0",
|
|
|
|
"typescript": "5.0.4",
|
|
|
|
"wait-on": "7.0.1"
|
2020-01-10 09:38:37 -06:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2020-10-05 07:04:19 -05:00
|
|
|
"url": "https://github.com/CollaboraOnline/online.git"
|
2023-05-04 07:02:18 -05:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"cypress-tags": "^1.1.2"
|
2020-01-10 09:38:37 -06:00
|
|
|
}
|
|
|
|
}
|