generated from hmcts/ccd-client
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "et-xui-e2e-tests",
"version": "1.0.0",
"description": "Employment Tribunal E2E Test",
"main": "index.js",
"repository": "[email protected]:hmcts/et-xui-e2e-tests.git",
"author": "[email protected]",
"license": "hmcts",
"private": true,
"scripts": {
"test:fullfunctional": "yarn playwright install chromium && yarn playwright test --project=chromium --grep @smoke",
"test:functional-chromium": "yarn playwright install chromium && yarn playwright test --project=chromium",
"test:functional-webkit": "yarn playwright install webkit && yarn playwright test --project=webkit --grep @cx",
"test:functional-firefox": "yarn playwright install firefox && yarn playwright test --project=firefox --grep @cx",
"lint-staged": "lint-staged",
"lint": "eslint",
"fortifyScan": "./src/test/java/gradlew -p src/test/java fortifyScan",
"prepare": "husky install",
"yarn-update": "yarn set version 3.x",
"install-dependencies": "/usr/bin/yarn install --silent"
},
"lint-staged": {
"test/**/*.{js,jsx,ts,tsx}": "eslint"
},
"dependencies": {
"@faker-js/faker": "8.4.1",
"@noble/hashes": "^1.5.0",
"axios": "^1.7.4",
"chance": "^1.1.11",
"eslint": "9.9.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-codeceptjs": "1.3.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-mocha": "10.4.2",
"eslint-plugin-prettier": "5.2.1",
"groq-sdk": "^0.5.0",
"lint-staged": "15.2.2",
"mocha": "10.4.0",
"mocha-junit-reporter": "^2.2.1",
"mocha-multi": "1.1.7",
"mochawesome": "7.1.3",
"openai": "^4.47.1",
"prettier": "3.2.5",
"totp-generator": "1.0.0",
"typescript": "5.4.5"
},
"devDependencies": {
"@playwright/test": "^1.45.3",
"@types/chai-as-promised": "^7.1.5",
"@types/chance": "^1.1.6",
"@types/node": "^20.14.11",
"config": "^3.3.9",
"husky": "9.0.11",
"nyc": "^15.1.0",
"webdriverio": "8.36.0"
},
"resolutions": {
"express": "^4.19.2",
"got": "^11.8.5",
"log4js": "^6.4.0",
"semver-regex": "^3.1.4",
"tough-cookie": "^4.1.3",
"braces": "^3.0.3",
"ws": "^8.17.1",
"axios": "^1.7.4"
},
"packageManager": "[email protected]"
}