forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
98 lines (98 loc) · 2.95 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
93
94
95
96
97
98
{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"@patternfly/react-console": "1.3.0",
"angular": "1.3.20",
"angular-bootstrap-npm": "0.13.4",
"angular-gettext": "2.3.11",
"angular-route": "1.3.20",
"bootstrap": "3.3.7",
"bootstrap-datepicker": "1.8.0",
"c3": "0.4.23",
"d3": "3.5.17",
"jquery": "3.3.1",
"jquery-flot": "0.8.3",
"kubernetes-container-terminal": "1.0.3",
"kubernetes-object-describer": "1.1.4",
"kubernetes-topology-graph": "0.0.24",
"moment": "2.22.2",
"mustache": "2.3.0",
"noVNC": "https://github.com/novnc/noVNC/archive/v0.6.2.tar.gz",
"object-describer": "https://github.com/kubernetes-ui/object-describer.git#v1.0.4",
"patternfly": "3.35.1",
"patternfly-bootstrap-combobox": "1.1.7",
"patternfly-react": "1.19.1",
"promise": "8.0.1",
"qunit-tap": "1.5.1",
"qunitjs": "1.23.1",
"react-lite": "0.15.39",
"react-redux": "5.0.7",
"react-remarkable": "1.1.3",
"redux": "3.7.2",
"redux-saga": "0.16.0",
"redux-thunk": "2.3.0",
"registry-image-widgets": "0.0.16",
"requirejs": "2.1.22",
"term.js-cockpit": "0.0.10"
},
"devDependencies": {
"axe-core": "^2.6.1",
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^6.4.1",
"babel-plugin-transform-async-to-generator": "~6.24.1",
"babel-plugin-transform-regenerator": "6.26.0",
"babel-preset-es2015": "~6.24.1",
"babel-preset-react": "~6.24.1",
"chrome-remote-interface": "^0.25.2",
"clean-css": "~3.4.20",
"copy-webpack-plugin": "~3.0.1",
"css-loader": "~0.23.1",
"eslint": "^4.18",
"eslint-config-standard": "^11.0.0",
"eslint-config-standard-react": "^6.0.0",
"eslint-loader": "~1.6.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-react": "^7.7.0",
"eslint-plugin-standard": "^3.0.1",
"exports-loader": "~0.6.3",
"extend": "~3.0.0",
"extract-text-webpack-plugin": "~1.0.1",
"html-minifier": "~0.7.2",
"html-webpack-plugin": "~2.22.0",
"htmlparser": "~1.7.7",
"imports-loader": "~0.6.5",
"jed": "~1.1.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"less": "~3.0.1",
"less-loader": "~4.0.6",
"ng-cache-loader": "0.0.16",
"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": "~2.6.2",
"webpack": "~1.13.2"
},
"scripts": {
"eslint": "eslint --ext .jsx --ext .es6 pkg/",
"eslint:fix": "eslint --fix --ext .jsx --ext .es6 pkg/"
},
"babel": {
"presets": [
"react",
"es2015"
],
"plugins": [
"transform-async-to-generator"
]
}
}