-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 997 Bytes
/
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
{
"name": "cluster-vm-management",
"description": "cockpit cluster vm management",
"version": "1.0.0",
"type": "module",
"main": "index.js",
"repository": "",
"author": "",
"license": "Apache-2.0",
"scripts": {
"init": "npm install && node build_init.cjs",
"build": "node build.js",
"clean": "node build_init.cjs --clean"
},
"devDependencies": {
"@patternfly/react-table": "^5.3.3",
"cockpit-repo": "git+https://github.com/cockpit-project/cockpit.git#d34cabacb8e5e1e028c7eea3d6e3b606d862b8ac",
"esbuild": "^0.20.2",
"esbuild-plugin-copy": "2.1.1",
"esbuild-plugin-replace": "1.4.0",
"esbuild-sass-plugin": "3.2.0",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"@patternfly/patternfly": "5.3.0",
"@patternfly/react-core": "5.3.0",
"@patternfly/react-icons": "5.3.0",
"@patternfly/react-styles": "5.3.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"xterm": "5.1.0",
"xterm-addon-canvas": "0.5.0"
}
}