mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Mobile first
This commit is contained in:
+50
-43
@@ -13,75 +13,80 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^11.1.0",
|
||||
"@angular/common": "~9.1.6",
|
||||
"@angular/core": "~9.1.6",
|
||||
"@angular/forms": "~9.1.6",
|
||||
"@angular/platform-browser": "~9.1.6",
|
||||
"@angular/platform-browser-dynamic": "~9.1.6",
|
||||
"@angular/router": "~9.1.6",
|
||||
"@capacitor/android": "^2.4.0",
|
||||
"@capacitor/cli": "^2.4.5",
|
||||
"@capacitor/core": "^2.4.5",
|
||||
"@capacitor/ios": "^2.4.0",
|
||||
"@fullcalendar/angular": "^5.3.0",
|
||||
"@fullcalendar/daygrid": "^5.3.0",
|
||||
"@fullcalendar/interaction": "^5.3.0",
|
||||
"@ionic-native/camera": "^5.30.0",
|
||||
"@ionic-native/core": "^5.0.7",
|
||||
"@ionic-native/file": "^5.30.0",
|
||||
"@ionic-native/file-path": "^5.30.0",
|
||||
"@ionic-native/in-app-browser": "^5.28.0",
|
||||
"@ionic-native/ionic-webview": "^5.30.0",
|
||||
"@ionic-native/status-bar": "^5.0.0",
|
||||
"@angular/animations": "^11.2.2",
|
||||
"@angular/common": "^9.1.13",
|
||||
"@angular/core": "^9.1.13",
|
||||
"@angular/forms": "^9.1.13",
|
||||
"@angular/platform-browser": "^9.1.13",
|
||||
"@angular/platform-browser-dynamic": "^9.1.13",
|
||||
"@angular/router": "^9.1.13",
|
||||
"@capacitor/android": "^2.4.6",
|
||||
"@capacitor/cli": "^2.4.6",
|
||||
"@capacitor/core": "^2.4.6",
|
||||
"@capacitor/ios": "^2.4.6",
|
||||
"@fullcalendar/angular": "^5.5.0",
|
||||
"@fullcalendar/daygrid": "^5.5.0",
|
||||
"@fullcalendar/interaction": "^5.5.0",
|
||||
"@ionic-native/camera": "^5.31.1",
|
||||
"@ionic-native/core": "^5.31.1",
|
||||
"@ionic-native/file": "^5.31.1",
|
||||
"@ionic-native/file-path": "^5.31.1",
|
||||
"@ionic-native/in-app-browser": "^5.31.1",
|
||||
"@ionic-native/ionic-webview": "^5.31.1",
|
||||
"@ionic-native/status-bar": "^5.31.1",
|
||||
"@ionic-native/wheel-selector": "^5.31.1",
|
||||
"@ionic/angular": "^5.0.0",
|
||||
"@ionic/pwa-elements": "^3.0.1",
|
||||
"@ionic/angular": "^5.5.4",
|
||||
"@ionic/pwa-elements": "^3.0.2",
|
||||
"@ionic/storage": "^2.3.1",
|
||||
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
|
||||
"angular-calendar": "^0.28.22",
|
||||
"angular-tag-cloud-module": "^5.2.2",
|
||||
"cordova-ios": "6.1.0",
|
||||
"cordova-plugin-badge": "^0.8.8",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
"cordova-plugin-filepath": "^1.5.8",
|
||||
"cordova-res": "^0.15.1",
|
||||
"cordova-plugin-okhttp": "^2.0.0",
|
||||
"cordova-res": "^0.15.3",
|
||||
"cordova-sqlite-storage": "^5.1.0",
|
||||
"date-fns": "^2.16.1",
|
||||
"ionic-selectable": "^4.5.0",
|
||||
"date-fns": "^2.17.0",
|
||||
"ionic-selectable": "^4.7.1",
|
||||
"ionic2-alpha-scroll": "^2.0.1",
|
||||
"ionic2-calendar": "^0.6.6",
|
||||
"jetifier": "^1.6.6",
|
||||
"moment": "^2.27.0",
|
||||
"moment": "^2.29.1",
|
||||
"ngx-socket-io": "^3.2.0",
|
||||
"rxjs": "~6.5.1",
|
||||
"sharp": "^0.25.4",
|
||||
"socket.io-client": "^2.3.0",
|
||||
"tslib": "^1.10.0",
|
||||
"socket.io-client": "^2.4.0",
|
||||
"tslib": "^1.14.1",
|
||||
"wordcloud": "^1.1.2",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.901.5",
|
||||
"@angular-devkit/build-angular": "^0.901.14",
|
||||
"@angular/cli": "9.1.12",
|
||||
"@angular/compiler": "~9.1.6",
|
||||
"@angular/compiler-cli": "~9.1.6",
|
||||
"@angular/language-service": "~9.1.6",
|
||||
"@ionic/angular-toolkit": "^3.0.0",
|
||||
"@angular/compiler": "^9.1.13",
|
||||
"@angular/compiler-cli": "^9.1.13",
|
||||
"@angular/language-service": "^9.1.13",
|
||||
"@ionic/angular-toolkit": "^3.1.0",
|
||||
"@ionic/lab": "3.1.7",
|
||||
"@types/jasmine": "~3.5.0",
|
||||
"@types/jasmine": "^3.6.4",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^12.11.1",
|
||||
"@types/node": "^12.20.4",
|
||||
"codelyzer": "^5.1.2",
|
||||
"cordova-android": "^9.0.0",
|
||||
"cordova-browser": "^6.0.0",
|
||||
"cordova-plugin-device": "^2.0.2",
|
||||
"cordova-plugin-inappbrowser": "^4.0.0",
|
||||
"cordova-plugin-camera": "^5.0.1",
|
||||
"cordova-plugin-device": "^2.0.3",
|
||||
"cordova-plugin-dialogs": "^2.0.2",
|
||||
"cordova-plugin-file": "^6.0.2",
|
||||
"cordova-plugin-globalization": "^1.11.0",
|
||||
"cordova-plugin-inappbrowser": "^4.1.0",
|
||||
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
||||
"cordova-plugin-ionic-webview": "^4.2.1",
|
||||
"cordova-plugin-splashscreen": "^5.0.2",
|
||||
"cordova-plugin-statusbar": "^2.4.2",
|
||||
"cordova-plugin-whitelist": "^1.3.3",
|
||||
"cordova-plugin-mfp": "^8.0.2021020111",
|
||||
"cordova-plugin-splashscreen": "^5.0.4",
|
||||
"cordova-plugin-statusbar": "^2.4.3",
|
||||
"cordova-plugin-whitelist": "^1.3.4",
|
||||
"jasmine-core": "~3.5.0",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
"karma": "~5.0.0",
|
||||
@@ -109,7 +114,9 @@
|
||||
"cordova-plugin-camera": {
|
||||
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
||||
},
|
||||
"cordova-sqlite-storage": {}
|
||||
"cordova-sqlite-storage": {},
|
||||
"cordova-plugin-dialogs": {},
|
||||
"cordova-plugin-mfp": {}
|
||||
},
|
||||
"platforms": [
|
||||
"ios",
|
||||
|
||||
Reference in New Issue
Block a user