-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.06 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.06 KB
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
{
"name": "opaladmin",
"description": "Administrative tool for Opal",
"author": "Opal Health Informatics Group",
"license": "AGPL-3.0-or-later",
"homepage": "https://www.opalmedapps.com",
"dependencies": {
"@fontsource/nunito": "5.2.7",
"angular": "1.8.3",
"angular-animate": "1.8.3",
"angular-cookies": "1.8.3",
"angular-route": "1.8.3",
"angular-sanitize": "1.8.3",
"angular-translate": "2.19.1",
"angular-translate-loader-static-files": "2.19.1",
"angular-translate-loader-url": "2.19.1",
"angular-ui-bootstrap": "2.5.6",
"angular-ui-grid": "4.12.7",
"angular-ui-router": "1.1.2",
"angularjs-dropdown-multiselect": "2.0.0-beta.10",
"animate.css": "3.7.2",
"bootstrap": "3.4.1",
"crypto-js": "4.2.0",
"eonasdan-bootstrap-datetimepicker": "4.17.49",
"font-awesome": "4.7.0",
"jquery": "3.7.1",
"marked": "17.0.6",
"moment": "2.30.1",
"moment-timezone": "0.6.1",
"multiple-date-picker": "2.1.6",
"ng-idle": "1.3.2",
"requirejs": "2.3.8",
"textangularjs": "2.1.2"
}
}