-
Notifications
You must be signed in to change notification settings - Fork 223
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.61 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.61 KB
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
{
"name": "e2e-tests",
"version": "1.11.0",
"private": true,
"type": "module",
"scripts": {
"showcase": "playwright test --project=showcase",
"showcase-rbac": "playwright test --project=showcase-rbac",
"showcase-k8s": "playwright test --project=showcase-k8s",
"showcase-rbac-k8s": "playwright test --project=showcase-rbac-k8s",
"showcase-operator": "playwright test --project=showcase-operator",
"showcase-operator-rbac": "playwright test --project=showcase-operator-rbac",
"showcase-runtime": "playwright test --project=showcase-runtime",
"showcase-upgrade": "playwright test --project=showcase-upgrade",
"showcase-auth-providers": "playwright test --project=showcase-auth-providers",
"showcase-sanity-plugins": "playwright test --project=showcase-sanity-plugins",
"showcase-localization-de": "LOCALE=de playwright test --project=showcase-localization-de",
"showcase-localization-es": "LOCALE=es playwright test --project=showcase-localization-es",
"showcase-localization-fr": "LOCALE=fr playwright test --project=showcase-localization-fr",
"showcase-localization-it": "LOCALE=it playwright test --project=showcase-localization-it",
"showcase-localization-ja": "LOCALE=ja playwright test --project=showcase-localization-ja",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"test:list": "playwright test --list",
"fmt": "oxfmt .",
"fmt:check": "oxfmt --check .",
"postinstall": "playwright install chromium",
"shellcheck": "git ls-files -z '*.sh' | xargs -0 shellcheck --severity=warning --color=always"
},
"dependencies": {
"@azure/arm-network": "34.2.0",
"@azure/identity": "4.13.1",
"@keycloak/keycloak-admin-client": "25.0.6",
"@kubernetes/client-node": "0.22.3",
"@microsoft/microsoft-graph-client": "3.0.7",
"isomorphic-fetch": "3.0.0",
"js-yaml": "4.2.0",
"node-fetch": "2.7.0",
"octokit": "4.1.4",
"pg": "8.22.0",
"uuid": "14.0.1",
"winston": "3.14.2"
},
"devDependencies": {
"@axe-core/playwright": "4.12.1",
"@microsoft/microsoft-graph-types": "2.43.1",
"@playwright/test": "1.61.1",
"@types/js-yaml": "4.0.9",
"@types/node": "24.13.2",
"@types/node-fetch": "2.6.13",
"@types/pg": "8.20.0",
"eslint-plugin-check-file": "3.3.1",
"eslint-plugin-playwright": "2.10.4",
"ioredis": "5.11.1",
"monocart-coverage-reports": "2.12.12",
"otplib": "12.0.1",
"oxfmt": "0.57.0",
"oxlint": "1.71.0",
"oxlint-tsgolint": "0.24.0",
"shellcheck": "4.1.0",
"typescript": "6.0.3"
},
"engines": {
"node": "24"
},
"packageManager": "yarn@4.12.0"
}