forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
80 lines (80 loc) · 2.56 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@patternfly/patternfly": "4.108.2",
"@patternfly/react-core": "4.128.2",
"@patternfly/react-styles": "4.10.11",
"@patternfly/react-table": "4.27.24",
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"bootstrap-select": "1.13.18",
"deep-equal": "2.0.5",
"jquery": "3.5.1",
"js-sha1": "0.6.0",
"js-sha256": "0.9.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"moment": "2.29.1",
"mustache": "4.2.0",
"patternfly": "3.59.5",
"patternfly-react": "2.39.17",
"prop-types": "15.7.2",
"qunit": "2.16.0",
"qunit-tap": "1.5.1",
"react": "16.14.0",
"react-dom": "16.14.0",
"remarkable": "2.0.1",
"throttle-debounce": "2.3.0",
"uuid": "7.0.3",
"xterm": "4.13.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/eslint-parser": "^7.13.14",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"axe-core": "^3.5.2",
"babel-loader": "^8.1.0",
"chrome-remote-interface": "^0.28.1",
"copy-webpack-plugin": "^6.1.0",
"css-loader": "^5.2.0",
"css-minimizer-webpack-plugin": "^3.0.1",
"cssnano-preset-lite": "^2.0.1",
"eslint": "^7.10.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-jsx": "^10.0.0",
"eslint-config-standard-react": "^11.0.0",
"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",
"expose-loader": "^1.0.1",
"gettext-parser": "^2.0.0",
"html-webpack-plugin": "^5.3.1",
"htmlparser": "^1.7.7",
"jed": "^1.1.1",
"mini-css-extract-plugin": "^1.4.0",
"null-loader": "^4.0.0",
"raw-loader": "^4.0.0",
"sass": "~1.32.0",
"sass-loader": "^12.1.0",
"sizzle": "^2.3.5",
"stdio": "^2.1.1",
"strict-loader": "^1.2.0",
"string-replace-loader": "^3.0.0",
"terser-webpack-plugin": "^5.1.3",
"webpack": "^5.38.0",
"webpack-cli": "^4.7.0"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx pkg/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/"
}
}