forked from portainer/portainer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vendor.yml
91 lines (91 loc) · 4.35 KB
/
vendor.yml
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
---
js:
regular:
- bower_components/jquery/dist/jquery.js
- bower_components/bootstrap/dist/js/bootstrap.js
- bower_components/bootbox.js/bootbox.js
- bower_components/filesize/lib/filesize.js
- bower_components/lodash/dist/lodash.js
- bower_components/moment/moment.js
- bower_components/chart.js/dist/Chart.js
- bower_components/splitargs/src/splitargs.js
- bower_components/toastr/toastr.js
- bower_components/xterm.js/dist/xterm.js
- bower_components/xterm.js/dist/addons/fit/fit.js
- bower_components/js-yaml/dist/js-yaml.js
- bower_components/codemirror/lib/codemirror.js
- bower_components/codemirror/mode/yaml/yaml.js
- bower_components/codemirror/addon/lint/lint.js
- bower_components/codemirror/addon/lint/yaml-lint.js
minified:
- bower_components/jquery/dist/jquery.min.js
- bower_components/bootstrap/dist/js/bootstrap.min.js
- bower_components/bootbox.js/bootbox.js
- bower_components/Chart.js/Chart.min.js
- bower_components/filesize/lib/filesize.min.js
- bower_components/lodash/dist/lodash.min.js
- bower_components/moment/min/moment.min.js
- bower_components/chart.js/dist/Chart.min.js
- bower_components/splitargs/src/splitargs.js
- bower_components/toastr/toastr.min.js
- bower_components/xterm.js/dist/xterm.js
- bower_components/xterm.js/dist/addons/fit/fit.js
- bower_components/js-yaml/dist/js-yaml.min.js
- bower_components/codemirror/lib/codemirror.js
- bower_components/codemirror/mode/yaml/yaml.js
- bower_components/codemirror/addon/lint/lint.js
- bower_components/codemirror/addon/lint/yaml-lint.js
css:
regular:
- bower_components/bootstrap/dist/css/bootstrap.css
- bower_components/rdash-ui/dist/css/rdash.css
- bower_components/angular-multi-select/isteven-multi-select.css
- bower_components/angular-ui-select/dist/select.css
- bower_components/font-awesome/css/font-awesome.css
- bower_components/toastr/toastr.css
- bower_components/xterm.js/dist/xterm.css
- bower_components/angularjs-slider/dist/rzslider.css
- bower_components/codemirror/lib/codemirror.css
- bower_components/codemirror/addon/lint/lint.css
minified:
- bower_components/bootstrap/dist/css/bootstrap.min.css
- bower_components/rdash-ui/dist/css/rdash.min.css
- bower_components/angular-multi-select/isteven-multi-select.css
- bower_components/angular-ui-select/dist/select.min.css
- bower_components/font-awesome/css/font-awesome.min.css
- bower_components/toastr/toastr.min.css
- bower_components/xterm.js/dist/xterm.css
- bower_components/angularjs-slider/dist/rzslider.min.css
- bower_components/codemirror/lib/codemirror.css
- bower_components/codemirror/addon/lint/lint.css
angular:
regular:
- bower_components/angular/angular.js
- bower_components/angular-bootstrap/ui-bootstrap-tpls.js
- bower_components/angular-cookies/angular-cookies.js
- bower_components/angular-google-analytics/dist/angular-google-analytics.js
- bower_components/angular-jwt/dist/angular-jwt.js
- bower_components/angular-local-storage/dist/angular-local-storage.js
- bower_components/angular-resource/angular-resource.js
- bower_components/angular-sanitize/angular-sanitize.js
- bower_components/angular-ui-select/dist/select.js
- bower_components/angular-ui-router/release/angular-ui-router.js
- bower_components/angular-utils-pagination/dirPagination.js
- bower_components/ng-file-upload/ng-file-upload.js
- bower_components/angularjs-slider/dist/rzslider.js
- bower_components/angular-multi-select/isteven-multi-select.js
minified:
- bower_components/angular/angular.min.js
- bower_components/angular-bootstrap/ui-bootstrap-tpls.min.js
- bower_components/angular-cookies/angular-cookies.min.js
- bower_components/angular-google-analytics/dist/angular-google-analytics.min.js
- bower_components/angular-jwt/dist/angular-jwt.min.js
- bower_components/angular-local-storage/dist/angular-local-storage.min.js
- bower_components/angular-resource/angular-resource.min.js
- bower_components/angular-sanitize/angular-sanitize.min.js
- bower_components/angular-ui-select/dist/select.min.js
- bower_components/angular-ui-router/release/angular-ui-router.min.js
- bower_components/angular-utils-pagination/dirPagination.js
- bower_components/ng-file-upload/ng-file-upload.min.js
- bower_components/angularjs-slider/dist/rzslider.min.js
- bower_components/angular-multi-select/isteven-multi-select.js