forked from cockpit-project/cockpit-machines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.14 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
67
68
{
"name": "machines",
"description": "Cockpit UI for virtual machines",
"main": "index.js",
"repository": "git@github.com:cockpit-project/cockpit-machines.git",
"author": "",
"license": "LGPL-2.1",
"scripts": {
"watch": "webpack --watch --progress",
"build": "webpack",
"eslint": "eslint --ext .jsx --ext .js src/",
"eslint:fix": "eslint --fix --ext .jsx --ext .js src/"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "7.12.17",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.1.0",
"chrome-remote-interface": "^0.28.1",
"compression-webpack-plugin": "^6.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"eslint-webpack-plugin": "^2.5.3",
"htmlparser": "^1.7.7",
"ip": "^1.1.5",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.11.0",
"null-loader": "^3.0.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"po2json": "^1.0.0-alpha",
"raw-loader": "^4.0.0",
"sizzle": "^2.3.3",
"stdio": "^2.1.0",
"string-replace-loader": "^2.3.0",
"terser-webpack-plugin": "^2.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"dependencies": {
"@patternfly/patternfly": "4.102.2",
"@patternfly/react-console": "4.6.1",
"@patternfly/react-core": "4.115.2",
"@patternfly/react-styles": "4.10.2",
"@patternfly/react-table": "4.26.7",
"moment": "2.29.1",
"patternfly": "3.59.5",
"patternfly-react": "2.39.17",
"prop-types": "15.7.2",
"react": "16.14.0",
"react-dom": "16.14.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"throttle-debounce": "2.3.0"
}
}