2020-01-10 09:38:37 -06:00
|
|
|
{
|
|
|
|
"name": "cypress_test",
|
|
|
|
"version": "1.0.0",
|
2024-02-05 15:33:01 -06:00
|
|
|
"description": "Cypress integration test suite",
|
2020-01-10 09:38:37 -06:00
|
|
|
"license": "MPL-2.0",
|
2023-04-25 10:33:38 -05:00
|
|
|
"devDependencies": {
|
2023-07-07 15:10:55 -05:00
|
|
|
"@babel/core": "^7.22.8",
|
|
|
|
"@babel/preset-env": "^7.22.7",
|
2023-07-07 10:54:23 -05:00
|
|
|
"@cypress/webpack-preprocessor": "^5.17.1",
|
2023-05-04 07:09:53 -05:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.21.0",
|
|
|
|
"@typescript-eslint/parser": "^4.21.0",
|
2023-07-07 15:10:55 -05:00
|
|
|
"babel-loader": "^9.1.3",
|
2024-02-05 15:33:01 -06:00
|
|
|
"cypress": "13.5.1",
|
2023-04-25 10:33:38 -05:00
|
|
|
"cypress-file-upload": "5.0.8",
|
2020-09-17 08:01:09 -05:00
|
|
|
"cypress-log-to-output": "1.1.2",
|
2023-07-07 11:01:32 -05:00
|
|
|
"cypress-terminal-report": "^5.3.0",
|
2024-02-05 15:33:01 -06:00
|
|
|
"cypress-wait-until": "^3.0.1",
|
2023-05-04 07:09:53 -05:00
|
|
|
"eslint": "7.19.0",
|
2020-04-28 09:00:15 -05:00
|
|
|
"eslint-plugin-cypress-rules": "file:eslint_plugin",
|
2023-05-04 07:09:53 -05:00
|
|
|
"get-port-cli": "2.0.0",
|
2023-07-07 16:32:54 -05:00
|
|
|
"semver": "^7.5.4",
|
2023-04-25 10:33:38 -05:00
|
|
|
"typescript": "5.0.4",
|
2023-07-07 15:10:55 -05:00
|
|
|
"wait-on": "7.0.1",
|
|
|
|
"webpack": "^5.88.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": {
|
2024-05-17 15:48:29 -05:00
|
|
|
"cypress-tags": "^1.2.2"
|
2020-01-10 09:38:37 -06:00
|
|
|
}
|
|
|
|
}
|