-
Notifications
You must be signed in to change notification settings - Fork 60
/
Copy pathbower.json
90 lines (90 loc) · 2.1 KB
/
bower.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": "origin-web-catalog",
"version": "3.10.0",
"license": "Apache-2.0",
"main": [
"dist/vendor-bundle.js",
"dist/origin-web-catalogs.js",
"dist/origin-web-catalogs.css"
],
"ignore": [
".babelrc",
".bowerrc",
".editorconfig",
".eslintignore",
".elsintrc",
".gitignore",
".travis.yml",
"karma.conf.js",
"tsconfig.json",
"tslint.json",
"webpack.config.js",
"app",
"bower_components",
"config",
"coverage",
"hack",
"node_modules",
"src",
"test"
],
"dependencies": {
"angular": "1.5.11",
"angular-moment": "1.0.0",
"angular-resource": "1.5.11",
"angular-sanitize": "1.5.11",
"angular-route": "1.5.11",
"angular-bootstrap": "0.14.3",
"angular-patternfly": ">=4.11.8 <5.0.0",
"angular-schema-form": "^0.8.13",
"patternfly": ">=3.29.3 <4.0.0",
"jquery": "~3.2.1",
"lodash": "~4.17.4",
"origin-web-common": ">=3.10.0-alpha.1 <3.11.0",
"angular-schema-form-bootstrap": "^0.2.0"
},
"devDependencies": {
"ace-builds": "1.2.2",
"angular-extension-registry": "1.2.6",
"angular-inview": "1.5.7",
"angular-ui-ace": "0.2.3",
"angular-utf8-base64": "0.0.5",
"ansi_up": "1.3.0",
"bootstrap-hover-dropdown": "2.1.3",
"clipboard": "1.5.8",
"es5-dom-shim": "*",
"es5-shim": "3.1.1",
"file-saver": "1.3.3",
"json3": "3.3.2",
"js-yaml": "3.6.1",
"matchHeight": "0.7.0",
"moment": "~2.18.1",
"moment-timezone": "0.5.3",
"ng-sortable": "1.3.4",
"registry-image-widgets": "0.0.2",
"ui-select": "angular-ui-select#0.19.4",
"openshift-logos-icon": "^1.1.0"
},
"overrides": {
"angular": {
"dependencies": {
"jquery": "3.2.1"
}
},
"angular-patternfly": {
"main": [
"dist/styles/angular-patternfly.css",
"dist/angular-patternfly.js"
]
}
},
"resolutions": {
"angular-bootstrap": "0.14.3",
"moment": "~2.18.1",
"jquery": "3.2.1",
"font-awesome": "~4.7.0",
"lodash": "~4.17.4",
"matchHeight": "0.7.0",
"bootstrap-select": "^1.10.0"
}
}