forked from KaotoIO/kaoto
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "kaoto",
"version": "2.2.0-dev",
"description": "Next version of the UI of the Kaoto project",
"repository": "https://github.com/KaotoIO/kaoto",
"author": "The Kaoto Team",
"license": "Apache License v2.0",
"workspaces": [
"packages/*"
],
"resolutions": {
"@patternfly/patternfly": "5.3.1",
"@patternfly/react-code-editor": "5.3.4",
"@patternfly/react-core": "5.3.4",
"@patternfly/react-icons": "5.3.2",
"@patternfly/react-table": "5.3.4",
"@patternfly/react-topology": "5.4.0-prerelease.13",
"axios": "1.7.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"uniforms": "4.0.0-alpha.5",
"uniforms-bridge-json-schema": "4.0.0-alpha.6",
"uniforms-bridge-simple-schema-2": "4.0.0-alpha.6",
"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]"
}