forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.87 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
91
92
{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@babel/polyfill": "7.4.4",
"@patternfly/react-console": "1.10.46",
"angular": "1.3.20",
"angular-bootstrap-npm": "0.13.4",
"angular-gettext": "2.3.11",
"angular-route": "1.3.20",
"bootstrap": "3.4.1",
"bootstrap-datepicker": "1.8.0",
"c3": "0.4.23",
"d3": "3.5.17",
"jquery": "3.4.0",
"jquery-flot": "0.8.3",
"js-sha1": "0.6.0",
"json-stable-stringify-without-jsonify": "1.0.1",
"kubernetes-container-terminal": "1.0.3",
"kubernetes-object-describer": "1.1.4",
"kubernetes-topology-graph": "0.0.25",
"moment": "2.24.0",
"mustache": "3.0.1",
"object-describer": "git+https://github.com/kubernetes-ui/object-describer.git#v1.0.4",
"patternfly": "3.58.0",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "2.33.0",
"promise": "8.0.3",
"prop-types": "15.7.2",
"qunit": "2.9.2",
"qunit-tap": "1.5.1",
"react": "16.8.6",
"react-bootstrap": "0.32.4",
"react-dom": "16.8.6",
"react-redux": "6.0.1",
"react-remarkable": "1.1.3",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"registry-image-widgets": "0.0.17",
"term.js-cockpit": "0.0.11",
"throttle-debounce": "2.1.0",
"uuid": "3.3.2",
"xterm": "3.13.1"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-react": "^7.0.0",
"axe-core": "^2.6.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"chrome-remote-interface": "^0.25.2",
"clean-css": "~3.4.20",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^0.28.10",
"eslint": "^5.13.0",
"eslint-plugin-cockpit": "file:eslint-plugin-cockpit",
"eslint-config-standard": "^12.0.0",
"eslint-config-standard-react": "^7.0.2",
"eslint-loader": "^2.1.2",
"eslint-plugin-flowtype": "^3.2.1",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-standard": "^4.0.0",
"exports-loader": "~0.6.3",
"extend": "~3.0.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"html-webpack-plugin": "^3.2.0",
"htmlparser": "~1.7.7",
"imports-loader": "~0.6.5",
"jed": "~1.1.0",
"less": "~3.0.1",
"less-loader": "~4.0.6",
"ng-cache-loader": "0.0.26",
"po2json": "~0.4.1",
"raw-loader": "~0.5.1",
"sizzle": "~2.1.0",
"stdio": "~0.2.7",
"strict-loader": "~1.1.0",
"style-loader": "~0.13.1",
"uglify-js": "^3.4.9",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"eslint": "eslint --ext .js --ext .jsx pkg/",
"eslint:fix": "eslint --fix --ext .js --ext .jsx pkg/"
}
}