forked from cockpit-project/cockpit-podman
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 2 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
{
"name": "podman",
"description": "Cockpit UI for Podman Containers",
"main": "index.js",
"repository": "[email protected]:cockpit-project/cockpit-podman.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",
"argparse": "^2.0.1",
"babel-loader": "^8.0.0",
"chrome-remote-interface": "^0.31.2",
"compression-webpack-plugin": "^6.0.0",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.10.0",
"eslint-config-standard": "^16.0.0",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-flowtype": "^5.2.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.23.0",
"eslint-plugin-react-hooks": "^4.1.2",
"eslint-plugin-standard": "^4.0.1",
"eslint-webpack-plugin": "^2.5.3",
"gettext-parser": "^2.0.0",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^0.11.0",
"sass": "^1.35.1",
"sass-loader": "^12.1.0",
"sizzle": "^2.3.3",
"string-replace-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.31.0",
"webpack-cli": "^4.6.0"
},
"dependencies": {
"@patternfly/patternfly": "4.202.2",
"@patternfly/react-core": "4.224.2",
"@patternfly/react-styles": "4.74.2",
"@patternfly/react-table": "4.93.2",
"date-fns": "2.28.0",
"docker-names": "1.2.1",
"prop-types": "15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"throttle-debounce": "2.3.0",
"xterm": "4.18.0"
}
}