forked from KaotoIO/kaoto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "kaoto",
"version": "2.4.0-dev",
"description": "Kaoto - The Integration Designer for Apache Camel",
"repository": "https://github.com/KaotoIO/kaoto",
"author": "The Kaoto Team",
"license": "Apache License v2.0",
"workspaces": [
"packages/*"
],
"resolutions": {
"@patternfly/patternfly": "6.1.0",
"@patternfly/react-code-editor": "6.1.0",
"@patternfly/react-core": "6.1.0",
"@patternfly/react-icons": "6.1.0",
"@patternfly/react-table": "6.1.0",
"@patternfly/react-topology": "6.1.0",
"axios": "1.7.9",
"react": "18.3.1",
"react-dom": "18.3.1",
"prettier": "3.3.3",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.6",
"uniforms-bridge-simple-schema-2": "4.0.0-beta.3",
"simpl-schema": "3.4.6",
"typescript": "5.5.4"
},
"scripts": {
"postinstall": "yarn workspace @kaoto/camel-catalog run build",
"version": "lerna version",
"publish": "lerna publish from-package"
},
"engines": {
"node": ">=18.x"
},
"devDependencies": {
"@lerna-lite/cli": "^3.0.0",
"@lerna-lite/publish": "^3.0.0",
"@lerna-lite/version": "^3.0.0",
"husky": "^9.0.0",
"lint-staged": "^15.0.0"
},
"packageManager": "[email protected]"
}