forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.83 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
81
82
83
84
85
86
87
88
89
90
{
"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": "2.71.4",
"@patternfly/react-console": "2.0.14",
"@patternfly/react-core": "3.134.2",
"@patternfly/react-table": "2.28.39",
"@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.9.0",
"c3": "0.4.24",
"d3": "3.5.17",
"deep-equal": "2.0.2",
"jquery": "3.4.1",
"jquery-flot": "0.8.3",
"js-sha1": "0.6.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"moment": "2.24.0",
"mustache": "4.0.1",
"patternfly": "3.59.4",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.39.15",
"bootstrap-select": "1.13.14",
"prop-types": "15.7.2",
"qunit": "2.9.3",
"qunit-tap": "1.5.1",
"react": "16.13.1",
"react-bootstrap": "0.33.1",
"react-dom": "16.13.1",
"react-redux": "7.2.0",
"redux": "4.0.5",
"redux-thunk": "2.3.0",
"remarkable": "2.0.0",
"throttle-debounce": "2.1.0",
"uuid": "7.0.3",
"xterm": "4.4.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"axe-core": "^3.5.2",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"chrome-remote-interface": "^0.28.1",
"clean-css-cli": "^4.3.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "^3.4.2",
"optimize-css-assets-webpack-plugin": "^3.2.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-react": "^9.2.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-plugin-flowtype": "^4.6.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^2.5.1",
"eslint-plugin-standard": "^4.0.1",
"html-webpack-plugin": "^4.0.1",
"htmlparser": "^1.7.7",
"imports-loader": "^0.8.0",
"jed": "^1.1.1",
"less": "^3.11.1",
"less-loader": "^5.0.0",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1",
"null-loader": "^3.0.0",
"po2json": "^1.0.0-alpha",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
"sass-resources-loader": "^2.0.1",
"sizzle": "^2.3.5",
"stdio": "^2.1.1",
"strict-loader": "^1.2.0",
"style-loader": "^1.1.3",
"uglify-js": "^3.8.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx pkg/ src/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/ src/"
}
}