-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 2.09 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 2.09 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
{
"name": "@allurereport/monorepo",
"version": "3.9.0",
"private": true,
"description": "Allure framework TypeScript implementation",
"keywords": [],
"license": "Apache-2.0",
"author": "Qameta Software",
"repository": "https://github.com/allure-framework/allure3",
"workspaces": [
"packages/*"
],
"scripts": {
"archive": "yarn allure archive",
"audit": "yarn npm audit --all --recursive",
"build": "yarn workspaces foreach -Avvpt run build",
"clean": "yarn workspaces foreach -Avvpt run clean",
"format": "yarn format:write",
"report": "yarn allure generate --config=./allurerc.mjs",
"test": "yarn workspaces foreach -Avvp --exclude sandbox run test",
"lint": "yarn workspaces foreach -Avvt run lint",
"lint:fix": "yarn workspaces foreach -Avvt run lint:fix",
"lint:type": "yarn oxlint --type-aware --import-plugin packages",
"verify": "yarn format:check && yarn lint && yarn lint:type --quiet",
"format:check": "node ./scripts/run-oxfmt.cjs --check",
"format:write": "node ./scripts/run-oxfmt.cjs --write"
},
"devDependencies": {
"@types/node": "^20.17.9",
"allure": "workspace:*",
"babel-plugin-prismjs": "^2.1.0",
"lefthook": "^2.1.4",
"oxfmt": "0.36.0",
"oxlint": "1.51.0",
"oxlint-tsgolint": "0.16.0",
"rimraf": "^6.0.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
},
"resolutions": {
"@preact/compat": "^18.3.1",
"@preact/signals": "^2.6.1",
"@preact/signals-core": "^1.12.2",
"braces": "^3.0.3",
"esbuild": "^0.25.0",
"fast-xml-parser": "^5.5.7",
"http-proxy-middleware": "^2.0.9",
"lodash": "^4.18.1",
"micromatch": "^4.0.8",
"nanoid": "^3.3.8",
"on-headers": "^1.1.0",
"path-to-regexp": "^0.1.13",
"postcss": "^8.5.6",
"preact": "^10.25.0",
"qs": "^6.14.2",
"react": "npm:@preact/compat@*",
"react-dom": "npm:@preact/compat@*",
"semver": "^7.5.2",
"serialize-javascript@npm:^6.0.1": "7.0.5",
"serialize-javascript@npm:^6.0.2": "7.0.5",
"tar": "^7.5.10",
"webpack": "^5.105.0"
},
"packageManager": "yarn@4.5.1"
}