This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
66 lines (66 loc) · 1.69 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
{
"name": "discovery-app",
"version": "0.0.0",
"dependencies": {
"jquery": "^3.3.1",
"angular": "^1.7.3",
"angular-bootstrap": "^2.5.0",
"angular-cookies": "^1.7.3",
"angular-highlightjs": "~0.6.1",
"angular-mocks": "^1.7.3",
"angular-ui-router": "^1.0.20",
"angular-x2js": "https://github.com/janmichaelyu/angular-x2js.git",
"bootstrap": "~3.3.5",
"font-awesome": "~4.5.0",
"highlightjs": "~8.7.0",
"lodash": ">= 2.4.x < 4",
"ml-search-ng": "^0.2.8",
"ml-utils": "withjam/ml-utils",
"ng-json-explorer": "8c2a0f9104",
"ng-sortable": "^1.3.8",
"vkbeautify": "https://github.com/vkiryukhin/vkBeautify.git",
"highcharts": "^6.1.1",
"ml-highcharts-ng": "^0.0.20",
"angular-google-maps": "^2.4.1",
"ml-google-maps-ng": "^0.0.1",
"angular-color-picker": "^1.0.11",
"ml-analytics-dashboard-ng": "^3.5.0",
"ml-search-admin-ng": "^0.0.2",
"socket.io-client": "^2.0.3",
"angular-socket-io": "^0.7.0",
"angular-ui-tree": "^2.22.6"
},
"overrides": {
"angular-highlightjs": {
"dependencies": {
"angular": ">1.0.8",
"highlightjs": "~8.7.0"
}
},
"vkbeautify-wrapper": {
"main": [
"vkbeautify.js"
]
},
"socket.io-client": {
"main": [
"dist/socket.io.js"
]
}
},
"devDependencies": {
"angular-mocks": "~1.5.3",
"sinon": "http://sinonjs.org/releases/sinon-1.16.1.js",
"bardjs": "~0.1.8"
},
"private": true,
"resolutions": {
"angular": "^1.7.3",
"angular-bootstrap": "^2.5.0",
"lodash": "~3.10.1",
"highcharts": "^6.1.1",
"sinon": "*",
"jquery": "^3.3.1",
"ml-highcharts-ng": "^0.0.20"
}
}