-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.17 KB
/
package.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
67
68
69
70
71
72
73
{
"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": "^18.2.4",
"@angular/common": "^18.2.4",
"@angular/compiler": "^18.2.4",
"@angular/core": "^18.2.4",
"@angular/forms": "^18.2.4",
"@angular/material": "^18.2.4",
"@angular/platform-browser": "^18.2.4",
"@angular/platform-browser-dynamic": "^18.2.4",
"@angular/router": "^18.2.4",
"@awesome-cordova-plugins/core": "^6.9.0",
"@awesome-cordova-plugins/file": "^6.9.0",
"@awesome-cordova-plugins/pdf-generator": "^6.9.0",
"@awesome-cordova-plugins/screen-orientation": "^6.9.0",
"@awesome-cordova-plugins/splash-screen": "^6.9.0",
"@awesome-cordova-plugins/status-bar": "^6.9.0",
"@ionic/angular": "^8.3.0",
"@ng-select/ng-select": "^13.7.1",
"@types/jquery": "^3.5.30",
"cordova": "^12.0.0",
"cordova-plugin-screen-orientation": "^3.0.4",
"jquery": "^3.7.1",
"negotiator": "^0.6.3",
"rxjs": "^7.8.1",
"tslib": "^2.7.0",
"zone.js": "^0.14.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^18.2.4",
"@angular/cli": "~18.2.4",
"@angular/compiler-cli": "^18.2.4",
"@types/jest": "^29.5.13",
"cordova-android": "^13.0.0",
"cordova-browser": "^6.0.0",
"cordova-ios": "^7.1.1",
"cordova-pdf-generator": "^2.1.1",
"cordova-plugin-android-notch": "^1.0.3",
"cordova-plugin-device": "~3.0.0",
"cordova-plugin-file": "^8.1.0",
"cordova-plugin-inappbrowser": "^6.0.0",
"cordova-plugin-statusbar": "^4.0.0",
"es6-promise-plugin": "^4.2.2",
"typescript": "^5.5.4"
},
"cordova": {
"plugins": {
"cordova-plugin-device": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
},
"cordova-pdf-generator": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-android-notch": {},
"cordova-plugin-screen-orientation": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"browser",
"android",
"ios"
]
}
}