forked from LHNCBC/lforms-fhir-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
40 lines (40 loc) · 970 Bytes
/
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
{
"name": "lforms-fhir-app",
"version": "0.0.0",
"dependencies": {
"jquery-ui": "^1.12.1",
"angular": "1.8.x",
"angular-cookies": "1.8.x",
"angular-resource": "1.8.x",
"angular-route": "1.8.x",
"angular-sanitize": "1.8.x",
"angular-strap": "~2.3.3",
"angular-touch": "1.8.x",
"angular-ui-utils": "~0.1.1",
"lforms": "28.1.4",
"angular-animate": "1.8.x",
"bootstrap": "3.4.1",
"angular-material": "^1.1.24",
"angular-file-upload": "^2.3.4",
"array.prototype.find": "array-prototype-find#^0.1.0",
"es6-promise-polyfill": "^1.2.0"
},
"overrides": {
"jquery-ui": {
"main": [
"ui/widget.js",
"ui/widgets/datepicker.js",
"themes/redmond/jquery-ui.min.css"
]
}
},
"resolutions": {
"angular": "1.8.x",
"angular-animate": "1.8.x"
},
"devDependencies": {
"angular-mocks": "1.8.x",
"angular-scenario": "1.8.x"
},
"appPath": "client"
}