-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.66 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.66 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
{
"type": "module",
"scripts": {
"audit:ci": "audit-ci --config ./audit-ci.json",
"e2e": "PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_COVERAGE=0 PLAYWRIGHT_BASE_URL=http://127.0.0.1:8080 PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=firefox",
"e2e:all": "PLAYWRIGHT_HTML_OPEN=never PLAYWRIGHT_COVERAGE=0 PLAYWRIGHT_BASE_URL=http://127.0.0.1:8080 PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test",
"e2e:headed": "PLAYWRIGHT_COVERAGE=0 PLAYWRIGHT_BASE_URL=http://127.0.0.1:8080 PLAYWRIGHT_SKIP_SECURITY_DEPS=1 npx playwright test --project=firefox --headed",
"e2e:ui:headless-server": "bash ./scripts/run-e2e-ui.sh",
"e2e:report": "npx playwright show-report",
"lint:md": "markdownlint-cli2 '**/*.md' '#node_modules/**' '#.venv/**' '#test-results/**' '#codeql-db/**' '#codeql-agent-results/**'",
"lint:md:fix": "markdownlint-cli2 --fix '**/*.md' '#node_modules/**' '#.venv/**' '#test-results/**' '#codeql-db/**' '#codeql-agent-results/**'"
},
"dependencies": {
"@typescript/analyze-trace": "^0.11.1",
"tldts": "^7.4.10",
"type-check": "^0.4.0"
},
"overrides": {
"smol-toml": "^1.7.1",
"js-yaml": "^4.3.0",
"markdown-it": "^15.0.0"
},
"devDependencies": {
"@axe-core/playwright": "^4.12.1",
"@bgotink/playwright-coverage": "^0.3.2",
"@playwright/test": "^1.62.1",
"@types/eslint-plugin-jsx-a11y": "6.10.0",
"@types/node": "^26.1.2",
"audit-ci": "^7.1.0",
"dotenv": "^17.4.2",
"markdownlint-cli2": "^0.23.2",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"tar": "^7.5.22",
"typescript": "^6.0.3",
"vite": "^8.2.0",
"vitest": "^4.1.10"
}
}