-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
56 lines (56 loc) · 1.98 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
{
"name": "@eclipse-che/dashboard",
"version": "7.96.0-next",
"description": "Dashboard for Eclipse Che",
"private": true,
"workspaces": {
"packages": [
"packages/common",
"packages/dashboard-backend",
"packages/dashboard-frontend"
]
},
"bugs": {
"url": "https://github.com/eclipse/che/issues"
},
"homepage": "https://github.com/eclipse-che/che-dashboard",
"engines": {
"node": ">=18"
},
"license": "EPL-2.0",
"scripts": {
"build": "yarn wrksps build",
"build:dev": "yarn wrksps build:dev",
"frontend:start": "yarn workspace @eclipse-che/dashboard-frontend start",
"start": "$PWD/run/local-run.sh $@",
"start:prepare": "$PWD/run/prepare-local-run.sh",
"start:cleanup": "$PWD/run/revert-local-run.sh",
"license:check": "$PWD/scripts/container_tool.sh run --rm -t -v $PWD/:/workspace/project quay.io/che-incubator/dash-licenses:next --check",
"license:generate": "$PWD/scripts/container_tool.sh run --rm -t -v $PWD/:/workspace/project quay.io/che-incubator/dash-licenses:next",
"test": "yarn run pretest && yarn wrksps test --no-cache",
"test:check": "yarn run pretest && yarn workspace @eclipse-che/dashboard-frontend test --config=jest.config.check.js",
"pretest": "yarn workspace @eclipse-che/common run build",
"test:coverage": "yarn run pretest && yarn wrksps test --coverage",
"format:check": "yarn wrksps format:check",
"format:fix": "yarn wrksps format:fix",
"lint:check": "yarn wrksps lint:check",
"lint:fix": "yarn wrksps lint:fix",
"patch": "$PWD/run/patch.sh $@",
"wrksps": "$PWD/run/wrksps.sh $*"
},
"resolutions": {
"@adobe/css-tools": "^4.3.2",
"@codemirror/autocomplete": "6.18.1",
"@hapi/hoek": "^10.0.1",
"axios": "^1.7.4",
"braces": "^3.0.3",
"cross-spawn": "^7.0.6",
"elliptic": "^6.6.1",
"find-my-way": "9.0.1",
"ip": "^2.0.1",
"jsonpath-plus": "10.1.0",
"micromatch": "^4.0.8",
"undici": "^5.28.3",
"ws": "^8.17.1"
}
}