-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathbower.json
44 lines (44 loc) · 1.23 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
{
"name": "pms",
"version": "0.0.0",
"dependencies": {
"moment": "^2.18.1",
"malarkey": "yuanqing/malarkey#~1.3.1",
"animate.css": "^3.5.2",
"angular": "1.6.6",
"angular-tooltips": "^1.1.10",
"angular-bootstrap": "^2.0.0",
"angular-ui-select2": "^0.0.5",
"angular-ui-select": "^0.19.6",
"angular-ui-router-styles": "^1.1.0",
"angular-ui-router": "^1.0.5",
"angular-datatables": "^4.1.1",
"ng-file-upload": "^12.2.13",
"ngprogress": "^1.1.3",
"ng-dialog": "^1.1.0",
"oclazyload": "^1.1.0",
"angular-cookies": "^1.6.5",
"angular-sanitize": "^1.6.5",
"angular-toastr": "^2.1.1",
"angular-ui": "^0.4.0",
"angular-animate": "^1.6.5",
"angular-material": "^1.1.4",
"angular-material-icons": "^0.7.1",
"angular-material-data-table": "^0.10.10",
"ckeditor": "#full/4.7.1",
"bootstrap": "^3.2.0",
"select2": "~3.4.8",
"jquery": "^3.1.1",
"datatables": "^1.10.14",
"datatables.net": "^1.10.15",
"angular-sessionstorage": "^1.1.5",
"angular-ckeditor": "^1.0.3",
"angular-ui-select3": "ui-select#*",
"angular-sha": "^0.3.3"
},
"devDependencies": {},
"resolutions": {
"angular-ui-router": "^1.0.5",
"angular": "1.7.0"
}
}