forked from cockpit-project/cockpit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 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
{
"name": "CockpitDevelopmentDependencies",
"description": "Cockpit isn't a Node package, these are devel time deps, not needed to build tarball either",
"private": true,
"dependencies": {
"angular": "1.3.20",
"angular-bootstrap-npm": "0.13.4",
"angular-gettext": "2.3.10",
"angular-route": "1.3.20",
"bootstrap": "3.3.7",
"bootstrap-datepicker": "1.4.1",
"c3": "0.4.17",
"d3": "3.5.17",
"jquery": "2.1.4",
"jquery-flot": "0.8.3",
"kubernetes-container-terminal": "1.0.3",
"object-describer": "https://github.com/kubernetes-ui/object-describer.git#v1.0.4",
"kubernetes-object-describer": "1.1.4",
"kubernetes-topology-graph": "0.0.23",
"moment": "2.10.6",
"mustache": "0.8.2",
"noVNC": "https://github.com/novnc/noVNC/archive/v0.6.2.tar.gz",
"patternfly": "3.4.0",
"patternfly-bootstrap-combobox": "1.1.7",
"qunit-tap": "1.5.1",
"qunitjs": "1.23.1",
"react-lite": "0.15.38",
"redux": "3.5.2",
"registry-image-widgets": "0.0.12",
"requirejs": "2.1.22",
"term.js-cockpit": "0.0.7"
},
"optionalDependencies": {
"phantomjs-prebuilt": "~2.1.14"
},
"devDependencies": {
"babel-core": "~5.8.38",
"babel-loader": "~5.4.2",
"babel-eslint": "~7.1.1",
"clean-css": "~3.4.20",
"copy-webpack-plugin": "~3.0.1",
"css-loader": "~0.23.1",
"eslint": "^3.0.0",
"eslint-loader": "~1.6.1",
"eslint-plugin-react": "~6.9.0",
"exports-loader": "~0.6.3",
"extend": "~3.0.0",
"extract-text-webpack-plugin": "~1.0.1",
"htmlparser": "~1.7.7",
"html-minifier": "~0.7.2",
"html-webpack-plugin": "~2.22.0",
"imports-loader": "~0.6.5",
"jed": "~1.1.0",
"jshint": "~2.9.1",
"jshint-loader": "~0.8.3",
"less": "~2.6.0",
"less-loader": "~2.2.3",
"ng-cache-loader": "0.0.16",
"po2json": "~0.4.1",
"promise": "~7.1.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"
}
}