-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.19 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.19 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
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
67
68
69
70
71
72
73
74
75
76
{
"name": "ualcanmobile",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development"
},
"private": true,
"dependencies": {
"@angular/animations": "21.2.6",
"@angular/common": "21.2.6",
"@angular/compiler": "21.2.6",
"@angular/core": "21.2.6",
"@angular/forms": "21.2.6",
"@angular/platform-browser": "21.2.6",
"@angular/platform-browser-dynamic": "21.2.6",
"@angular/router": "21.2.6",
"@awesome-cordova-plugins/core": "^8.1.0",
"@awesome-cordova-plugins/pdf-generator": "^8.1.0",
"@awesome-cordova-plugins/status-bar": "^8.1.0",
"@ionic/angular": "^8.7.18",
"@ng-select/ng-select": "^21.5.2",
"highcharts": "^12.5.0",
"highcharts-angular": "^5.4.0",
"jspdf": "^4.2.0",
"jspdf-autotable": "^5.0.7",
"rxjs": "^7.8.2",
"svg2pdf.js": "^2.7.0",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.5",
"@angular-devkit/core": "21.2.5",
"@angular-devkit/schematics": "21.2.5",
"@angular/build": "21.2.5",
"@angular/cli": "21.2.5",
"@angular/compiler-cli": "21.2.6",
"cordova-android": "^14.0.1",
"cordova-browser": "^7.0.0",
"cordova-ios": "^8.0.0",
"cordova-pdf-generator": "^2.1.1",
"cordova-plugin-device": "~3.0.0",
"cordova-plugin-file": "^8.1.3",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-inset-injector": "github:ionic-team/cordova-plugin-inset-injector",
"cordova-plugin-statusbar": "^4.0.0",
"cordova-plugin-x-socialsharing": "^6.0.4",
"es6-promise-plugin": "^4.2.2",
"typescript": "^5.9.3"
},
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-pdf-generator": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-inset-injector": {},
"cordova-plugin-x-socialsharing": {}
},
"platforms": [
"browser",
"ios",
"android"
]
},
"overrides": {
"jspdf": "^4.2.0",
"undici": "^7.24.0"
}
}