-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
114 lines (114 loc) · 2.46 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"name": "pa-frontend",
"version": "0.0.0",
"authors": [
"Yelnar Nauryzbayev"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "~2.1.3",
"bootstrap": "~3.3.2",
"ng-file-upload-shim": "^12.0.4",
"angular": "1.5.0",
"fontawesome": "^4.7.0",
"moment": "~2.9.0",
"jquery-ui": "~1.11.3",
"hideShowPassword": "~2.0.3",
"jquery.browser": "~0.0.7",
"metisMenu": "~1.1.3",
"pace": "~1.0.2",
"jasny-bootstrap": "~3.1.3",
"jquery.autotab": "~1.9.2",
"jsencrypt": "~2.1.0",
"angular-ui-router": "~0.2.13",
"angular-bootstrap": "2.1.4",
"angular-animate": "1.5.0",
"angular-translate-loader-static-files": "~2.6.0",
"angular-xeditable": "~0.1.8",
"angular-loading-bar": "~0.7.0",
"ng-file-upload": "^12.0.4",
"angular-sanitize": "~1.3.13",
"angular-notify": "~2.5.0",
"switchery": "~0.7.0",
"ng-switchery": "~1.0.0-alpha7",
"ngDialog": "~0.3.12",
"twemoji": "~1.3.2",
"sweetalert": "~1.0.1",
"angular-sweetalert": "~1.1.0",
"zeroclipboard": "~2.2.0",
"ng-clip": "~0.2.6",
"ngInfiniteScroll": "~1.2.1",
"angular-ui-select": "~0.12.1",
"chosen": "^1.5.1",
"angular-chosen-localytics": "^1.4.0",
"animate.css": "^3.5.1",
"awesome-bootstrap-checkbox": "^0.3.7",
"zxcvbn": "^4.4.0"
},
"overrides": {
"ng-file-upload": {
"main": [
"ng-file-upload.js"
]
},
"moment": {
"main": [
"min/moment-with-locales.js"
]
},
"ngDialog": {
"main": [
"js/ngDialog.js",
"css/ngDialog.css",
"css/ngDialog-theme-plain.css"
]
},
"jasny-bootstrap": {
"main": [
"./dist/js/jasny-bootstrap.js"
]
},
"metisMenu": {
"main": [
"dist/metisMenu.js"
]
},
"twemoji": {
"main": [
"twemoji.js"
]
},
"bootstrap": {
"main": [
"less/bootstrap.less",
"dist/js/bootstrap.js",
"dist/css/bootstrap.css"
]
},
"jquery-ui": {
"main": [
"themes/smoothness/jquery-ui.css",
"jquery-ui.js"
]
},
"fontawesome": {
"main": [
"css/font-awesome.css"
]
}
},
"resolutions": {
"angular": "1.5.0",
"angular-animate": "1.5.0",
"angular-bootstrap": "2.1.4",
"switchery": "0.7.0"
}
}