forked from apache/incubator-kie-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.86 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
{
"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 . '**/*.xml'",
"format:check": "prettier --check . '**/*.xml'",
"prepare": "husky install",
"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-version": "workspace:*",
"@nice-move/prettier-plugin-package-json": "^0.6.1",
"@prettier/plugin-xml": "^2",
"@types/node": "^18.13.0",
"filemanager-webpack-plugin": "^7.0.0",
"husky": "^6.0.0",
"postinstall-postinstall": "^2.1.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.1.0"
},
"resolutions": {
"@types/react": "^17.0.6",
"react-dropzone": "^11.4.2"
},
"engines": {
"node": ">=18",
"pnpm": "8.7.0"
},
"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]"
}
},
"kieTools": {
"requiredPreinstalledCliCommands": [
"pnpm",
"node",
"npm"
]
}
}