forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.16 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
{
"private": true,
"name": "kie-tools-root",
"version": "0.0.0",
"license": "Apache-2.0",
"scripts": {
"bootstrap": "pnpm bootstrap:root && pnpm bootstrap:packages",
"bootstrap:packages": "kie-tools--bootstrap",
"bootstrap:root": "pnpm install --workspace-root --strict-peer-dependencies=false -F kie-tools-root...",
"format": "prettier --write .",
"format:check": "prettier --check .",
"prepare": "husky install",
"update-kogito-version-to": "kie-tools--update-kogito-version-to",
"update-stream-name-to": "kie-tools--update-stream-name-to",
"update-version-to": "kie-tools--update-version-to"
},
"devDependencies": {
"@kie-tools-scripts/bootstrap": "workspace:*",
"@kie-tools-scripts/build-env": "workspace:*",
"@kie-tools-scripts/check-junit-report-results": "workspace:*",
"@kie-tools-scripts/run-script-if": "workspace:*",
"@kie-tools-scripts/sparse-checkout": "workspace:*",
"@kie-tools-scripts/update-kogito-version": "workspace:*",
"@kie-tools-scripts/update-stream-name": "workspace:*",
"@kie-tools-scripts/update-version": "workspace:*",
"@nice-move/prettier-plugin-package-json": "^0.8.0",
"@prettier/plugin-xml": "^3.4.1",
"@types/node": "^20.14.2",
"husky": "^6.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^3.3.2",
"pretty-quick": "^4.0.0"
},
"resolutions": {
"@types/react": "^17.0.6",
"react-dropzone": "^11.4.2"
},
"pnpm": {
"packageExtensions": {
"monaco-editor-webpack-plugin": {
"peerDependencies": {
"monaco-yaml": "*"
}
}
},
"patchedDependencies": {
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]",
"[email protected]": "patches/[email protected]"
}
},
"packageManager": "[email protected]",
"engines": {
"node": ">=20",
"pnpm": "9.3.0"
},
"kieTools": {
"requiredPreinstalledCliCommands": [
"pnpm",
"node",
"npm"
]
}
}