-
Notifications
You must be signed in to change notification settings - Fork 3
/
bower.json
61 lines (61 loc) · 1.57 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
{
"name": "transmart-base-ui",
"version": "0.0.0",
"dependencies": {
"jquery": "~2.2",
"lodash": "^4.13.1",
"angular-animate": "~1.5.5",
"angular-cookies": "~1.5.5",
"angular-touch": "~1.5.5",
"angular-sanitize": "~1.5.5",
"restangular": "~1.5.1",
"angular-ui-router": "~0.2.15",
"bootstrap": "~3.3.6",
"angular-bootstrap": "~1.3.2",
"angular": "~1.5.5",
"dc.js": "2.0.0-beta.29",
"angular-ui-tree": "^2",
"angular-dragdrop": "~1.0.11",
"ng-csv": "~0.3.3",
"angular-gridster": "~0.13.5",
"angular-loading-bar": "~0.9.0",
"mdi": "~1.5.54",
"angular-ui-layout": "~1.4",
"angular-ui-grid": "~3.1.1",
"angular-click-outside": "^2.8.3",
"angular-toggle-switch": "^1.3.0"
},
"devDependencies": {
"angular-mocks": "~1.5.5",
"angular": "~1.5.5",
"angular-gridster": "~0.13.5",
"angular-smart-table": "~2.1.8",
"angular-loading-bar": "~0.9.0",
"mdi": "~1.5.54",
"angular-ui-layout": "~1.4"
},
"overrides": {
"bootstrap": {
"main": [
"dist/js/bootstrap.js",
"dist/css/bootstrap.css",
"less/bootstrap.less",
"dist/fonts/glyphicons-halflings-regular.eot",
"dist/fonts/glyphicons-halflings-regular.svg",
"dist/fonts/glyphicons-halflings-regular.ttf",
"dist/fonts/glyphicons-halflings-regular.woff",
"dist/fonts/glyphicons-halflings-regular.woff2"
]
},
"mdi": {
"main": [
"fonts/*",
"css/*"
]
}
},
"resolutions": {
"jquery": "~2.2",
"angular": "~1.5.5"
}
}