|
47 | 47 | "windows.store": "npx electron-windows-store --input-directory .\\desktop\\dist\\win-unpacked --output-directory .\\desktop\\store -a .\\resources\\desktop -m .\\desktop\\assets\\windows\\AppXManifest.xml --package-version 0.0.0.0 --package-name MoodleDesktop" |
48 | 48 | }, |
49 | 49 | "dependencies": { |
50 | | - "@angular/animations": "^5.2.11", |
51 | | - "@angular/common": "^5.2.11", |
52 | | - "@angular/compiler": "^5.2.11", |
53 | | - "@angular/compiler-cli": "^5.2.11", |
54 | | - "@angular/core": "^5.2.11", |
55 | | - "@angular/forms": "^5.2.11", |
56 | | - "@angular/platform-browser": "^5.2.11", |
57 | | - "@angular/platform-browser-dynamic": "^5.2.11", |
58 | | - "@ionic-native/badge": "^4.20.0", |
59 | | - "@ionic-native/camera": "^4.20.0", |
60 | | - "@ionic-native/chooser": "^4.20.0", |
61 | | - "@ionic-native/clipboard": "^4.20.0", |
62 | | - "@ionic-native/core": "^4.20.0", |
63 | | - "@ionic-native/device": "^4.20.0", |
64 | | - "@ionic-native/diagnostic": "^4.2.0", |
65 | | - "@ionic-native/file": "^4.20.0", |
66 | | - "@ionic-native/file-opener": "^4.20.0", |
67 | | - "@ionic-native/file-transfer": "^4.20.0", |
68 | | - "@ionic-native/geolocation": "^4.20.0", |
69 | | - "@ionic-native/globalization": "^4.20.0", |
70 | | - "@ionic-native/http": "^4.20.0", |
71 | | - "@ionic-native/in-app-browser": "^4.20.0", |
72 | | - "@ionic-native/keyboard": "^4.20.0", |
73 | | - "@ionic-native/local-notifications": "^4.20.0", |
74 | | - "@ionic-native/media": "^4.20.0", |
75 | | - "@ionic-native/media-capture": "^4.20.0", |
76 | | - "@ionic-native/network": "^4.20.0", |
77 | | - "@ionic-native/push": "^4.20.0", |
78 | | - "@ionic-native/qr-scanner": "^4.20.0", |
79 | | - "@ionic-native/screen-orientation": "^4.20.0", |
80 | | - "@ionic-native/splash-screen": "^4.20.0", |
81 | | - "@ionic-native/sqlite": "^4.20.0", |
82 | | - "@ionic-native/status-bar": "^4.20.0", |
83 | | - "@ionic-native/web-intent": "^4.20.0", |
84 | | - "@ionic-native/zip": "^4.20.0", |
85 | | - "@ngx-translate/core": "^8.0.0", |
86 | | - "@ngx-translate/http-loader": "^2.0.1", |
87 | | - "ajv": "^6.11.0", |
88 | | - "chart.js": "^2.9.3", |
89 | | - "com-darryncampbell-cordova-plugin-intent": "^1.3.0", |
90 | | - "cordova": "^10.0.0", |
91 | | - "cordova-android": "^8.1.0", |
92 | | - "cordova-android-support-gradle-release": "^3.0.1", |
93 | | - "cordova-clipboard": "^1.3.0", |
94 | | - "cordova-ios": "^5.1.1", |
95 | | - "cordova-plugin-advanced-http": "^2.4.1", |
96 | | - "cordova-plugin-badge": "^0.8.8", |
97 | | - "cordova-plugin-camera": "^4.1.0", |
98 | | - "cordova-plugin-chooser": "^1.3.2", |
99 | | - "cordova-plugin-customurlscheme": "^5.0.1", |
100 | | - "cordova-plugin-device": "^2.0.3", |
101 | | - "cordova-plugin-file": "^6.0.2", |
102 | | - "cordova-plugin-file-opener2": "^3.0.4", |
103 | | - "cordova-plugin-file-transfer": "^1.7.1", |
| 50 | + "@angular/animations": "5.2.11", |
| 51 | + "@angular/common": "5.2.11", |
| 52 | + "@angular/compiler": "5.2.11", |
| 53 | + "@angular/compiler-cli": "5.2.11", |
| 54 | + "@angular/core": "5.2.11", |
| 55 | + "@angular/forms": "5.2.11", |
| 56 | + "@angular/platform-browser": "5.2.11", |
| 57 | + "@angular/platform-browser-dynamic": "5.2.11", |
| 58 | + "@ionic-native/badge": "4.20.0", |
| 59 | + "@ionic-native/camera": "4.20.0", |
| 60 | + "@ionic-native/chooser": "4.20.0", |
| 61 | + "@ionic-native/clipboard": "4.20.0", |
| 62 | + "@ionic-native/core": "4.20.0", |
| 63 | + "@ionic-native/device": "4.20.0", |
| 64 | + "@ionic-native/diagnostic": "4.2.0", |
| 65 | + "@ionic-native/file": "4.20.0", |
| 66 | + "@ionic-native/file-opener": "4.20.0", |
| 67 | + "@ionic-native/file-transfer": "4.20.0", |
| 68 | + "@ionic-native/geolocation": "4.20.0", |
| 69 | + "@ionic-native/globalization": "4.20.0", |
| 70 | + "@ionic-native/http": "4.20.0", |
| 71 | + "@ionic-native/in-app-browser": "4.20.0", |
| 72 | + "@ionic-native/keyboard": "4.20.0", |
| 73 | + "@ionic-native/local-notifications": "4.20.0", |
| 74 | + "@ionic-native/media": "4.20.0", |
| 75 | + "@ionic-native/media-capture": "4.20.0", |
| 76 | + "@ionic-native/network": "4.20.0", |
| 77 | + "@ionic-native/push": "4.20.0", |
| 78 | + "@ionic-native/qr-scanner": "4.20.0", |
| 79 | + "@ionic-native/screen-orientation": "4.20.0", |
| 80 | + "@ionic-native/splash-screen": "4.20.0", |
| 81 | + "@ionic-native/sqlite": "4.20.0", |
| 82 | + "@ionic-native/status-bar": "4.20.0", |
| 83 | + "@ionic-native/web-intent": "4.20.0", |
| 84 | + "@ionic-native/zip": "4.20.0", |
| 85 | + "@ngx-translate/core": "8.0.0", |
| 86 | + "@ngx-translate/http-loader": "2.0.1", |
| 87 | + "ajv": "6.11.0", |
| 88 | + "chart.js": "2.9.3", |
| 89 | + "com-darryncampbell-cordova-plugin-intent": "1.3.0", |
| 90 | + "cordova": "10.0.0", |
| 91 | + "cordova-android": "8.1.0", |
| 92 | + "cordova-android-support-gradle-release": "3.0.1", |
| 93 | + "cordova-clipboard": "1.3.0", |
| 94 | + "cordova-ios": "5.1.1", |
| 95 | + "cordova-plugin-advanced-http": "2.4.1", |
| 96 | + "cordova-plugin-badge": "0.8.8", |
| 97 | + "cordova-plugin-camera": "4.1.0", |
| 98 | + "cordova-plugin-chooser": "1.3.2", |
| 99 | + "cordova-plugin-customurlscheme": "5.0.1", |
| 100 | + "cordova-plugin-device": "2.0.3", |
| 101 | + "cordova-plugin-file": "6.0.2", |
| 102 | + "cordova-plugin-file-opener2": "3.0.4", |
| 103 | + "cordova-plugin-file-transfer": "1.7.1", |
104 | 104 | "cordova-plugin-geolocation": "git+https://github.com/apache/cordova-plugin-geolocation.git#89cf51d222e8f225bdfb661965b3007d669c40ff", |
105 | | - "cordova-plugin-globalization": "^1.11.0", |
| 105 | + "cordova-plugin-globalization": "1.11.0", |
106 | 106 | "cordova-plugin-inappbrowser": "git+https://github.com/moodlemobile/cordova-plugin-inappbrowser.git#moodle", |
107 | 107 | "cordova-plugin-ionic-keyboard": "2.1.3", |
108 | 108 | "cordova-plugin-ionic-webview": "git+https://github.com/moodlemobile/cordova-plugin-ionic-webview.git#500-moodle", |
109 | 109 | "cordova-plugin-local-notification": "git+https://github.com/moodlemobile/cordova-plugin-local-notification.git#moodle", |
110 | | - "cordova-plugin-media": "^5.0.3", |
111 | | - "cordova-plugin-media-capture": "^3.0.3", |
112 | | - "cordova-plugin-network-information": "^2.0.2", |
| 110 | + "cordova-plugin-media": "5.0.3", |
| 111 | + "cordova-plugin-media-capture": "3.0.3", |
| 112 | + "cordova-plugin-network-information": "2.0.2", |
113 | 113 | "cordova-plugin-qrscanner": "git+https://github.com/moodlemobile/cordova-plugin-qrscanner.git#dist", |
114 | | - "cordova-plugin-screen-orientation": "^3.0.2", |
115 | | - "cordova-plugin-splashscreen": "^6.0.0", |
116 | | - "cordova-plugin-statusbar": "^2.4.3", |
117 | | - "cordova-plugin-whitelist": "^1.3.4", |
| 114 | + "cordova-plugin-screen-orientation": "3.0.2", |
| 115 | + "cordova-plugin-splashscreen": "6.0.0", |
| 116 | + "cordova-plugin-statusbar": "2.4.3", |
| 117 | + "cordova-plugin-whitelist": "1.3.4", |
118 | 118 | "cordova-plugin-wkuserscript": "git+https://github.com/moodlemobile/cordova-plugin-wkuserscript.git", |
119 | 119 | "cordova-plugin-wkwebview-cookies": "git+https://github.com/moodlemobile/cordova-plugin-wkwebview-cookies.git", |
120 | | - "cordova-plugin-zip": "^3.1.0", |
121 | | - "cordova-sqlite-storage": "^4.0.0", |
122 | | - "cordova-support-google-services": "^1.3.2", |
123 | | - "es6-promise-plugin": "^4.2.2", |
124 | | - "font-awesome": "^4.7.0", |
| 120 | + "cordova-plugin-zip": "3.1.0", |
| 121 | + "cordova-sqlite-storage": "4.0.0", |
| 122 | + "cordova-support-google-services": "1.3.2", |
| 123 | + "es6-promise-plugin": "4.2.2", |
| 124 | + "font-awesome": "4.7.0", |
125 | 125 | "inquirer": "^7.3.2", |
126 | 126 | "ionic-angular": "3.9.9", |
127 | 127 | "ionicons": "3.0.0", |
128 | | - "jszip": "^3.1.5", |
| 128 | + "jszip": "3.1.5", |
129 | 129 | "mathjax": "2.7.7", |
130 | | - "moment": "^2.24.0", |
131 | | - "nl.kingsquare.cordova.background-audio": "^1.0.1", |
132 | | - "phonegap-plugin-multidex": "^1.0.0", |
| 130 | + "moment": "2.24.0", |
| 131 | + "nl.kingsquare.cordova.background-audio": "1.0.1", |
| 132 | + "phonegap-plugin-multidex": "1.0.0", |
133 | 133 | "phonegap-plugin-push": "git+https://github.com/moodlemobile/phonegap-plugin-push.git#moodle-v3", |
134 | 134 | "promise.prototype.finally": "3.1.0", |
135 | | - "rxjs": "^5.5.12", |
136 | | - "sw-toolbox": "^3.6.0", |
137 | | - "ts-md5": "^1.2.7", |
138 | | - "web-animations-js": "^2.3.2", |
139 | | - "zone.js": "^0.8.29" |
| 135 | + "rxjs": "5.5.12", |
| 136 | + "sw-toolbox": "3.6.0", |
| 137 | + "ts-md5": "1.2.7", |
| 138 | + "web-animations-js": "2.3.2", |
| 139 | + "zone.js": "0.8.29" |
140 | 140 | }, |
141 | 141 | "devDependencies": { |
142 | 142 | "@ionic/app-scripts": "3.2.3", |
|
0 commit comments