2020-08-05 15:39:16 +01:00
|
|
|
{
|
|
|
|
|
"name": "gabinete-digital",
|
|
|
|
|
"version": "0.0.1",
|
|
|
|
|
"author": "Ionic Framework",
|
|
|
|
|
"homepage": "https://ionicframework.com/",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"ng": "ng",
|
|
|
|
|
"start": "ng serve",
|
|
|
|
|
"build": "ng build",
|
|
|
|
|
"test": "ng test",
|
|
|
|
|
"lint": "ng lint",
|
|
|
|
|
"e2e": "ng e2e"
|
|
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-02-23 15:35:49 +01:00
|
|
|
"@angular-devkit/architect": "^0.1102.1",
|
2021-02-23 15:23:07 +01:00
|
|
|
"@angular-devkit/core": "^11.2.1",
|
|
|
|
|
"@angular-devkit/schematics": "^11.2.1",
|
2021-06-18 12:02:14 +01:00
|
|
|
"@angular-material-components/datetime-picker": "^6.0.3",
|
|
|
|
|
"@angular-material-components/moment-adapter": "^6.0.0",
|
2021-01-22 16:00:37 +01:00
|
|
|
"@angular/animations": "^11.1.0",
|
2021-06-16 15:58:44 +01:00
|
|
|
"@angular/cdk": "^11.2.13",
|
2021-02-23 15:44:29 +01:00
|
|
|
"@angular/common": "^11.2.2",
|
|
|
|
|
"@angular/core": "^11.2.2",
|
|
|
|
|
"@angular/forms": "~11.2.2",
|
2021-06-15 11:39:59 +01:00
|
|
|
"@angular/localize": "^11.2.2",
|
2021-06-16 15:58:44 +01:00
|
|
|
"@angular/material": "^11.2.13",
|
2021-06-17 13:58:56 +01:00
|
|
|
"@angular/material-moment-adapter": "^12.0.5",
|
2021-02-23 15:44:29 +01:00
|
|
|
"@angular/platform-browser": "~11.2.2",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~11.2.2",
|
|
|
|
|
"@angular/router": "~11.2.2",
|
2020-08-24 12:45:42 +01:00
|
|
|
"@fullcalendar/angular": "^5.3.0",
|
|
|
|
|
"@fullcalendar/daygrid": "^5.3.0",
|
|
|
|
|
"@fullcalendar/interaction": "^5.3.0",
|
2021-02-24 10:42:01 +01:00
|
|
|
"@ionic-native/camera": "^5.31.1",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic-native/core": "^5.0.7",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic-native/file": "^5.30.0",
|
|
|
|
|
"@ionic-native/file-path": "^5.30.0",
|
2021-05-28 06:33:30 +01:00
|
|
|
"@ionic-native/fingerprint-aio": "^4.20.0",
|
2021-02-24 16:39:11 +01:00
|
|
|
"@ionic-native/http": "^5.31.1",
|
2020-08-25 14:08:13 +01:00
|
|
|
"@ionic-native/in-app-browser": "^5.28.0",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic-native/ionic-webview": "^5.30.0",
|
2021-06-18 11:08:55 +01:00
|
|
|
"@ionic-native/local-notifications": "^4.20.0",
|
2021-02-25 11:50:32 +01:00
|
|
|
"@ionic-native/splash-screen": "^5.31.1",
|
2021-02-26 08:38:33 +01:00
|
|
|
"@ionic-native/sqlite": "^5.31.1",
|
|
|
|
|
"@ionic-native/sqlite-porter": "^5.31.1",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic-native/status-bar": "^5.0.0",
|
2021-01-28 16:18:10 +01:00
|
|
|
"@ionic-native/wheel-selector": "^5.31.1",
|
2021-02-24 10:42:01 +01:00
|
|
|
"@ionic/angular": "^5.5.4",
|
|
|
|
|
"@ionic/pwa-elements": "^3.0.2",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic/storage": "^2.3.1",
|
2020-08-11 04:11:42 +01:00
|
|
|
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
|
2021-06-15 11:39:59 +01:00
|
|
|
"@ng-bootstrap/ng-bootstrap": "^9.1.2",
|
2021-06-21 14:29:49 +01:00
|
|
|
"@ngx-translate/core": "^13.0.0",
|
2021-01-22 16:00:37 +01:00
|
|
|
"angular-calendar": "^0.28.22",
|
2021-01-20 13:52:25 +01:00
|
|
|
"angular-tag-cloud-module": "^5.2.2",
|
2021-06-16 15:58:44 +01:00
|
|
|
"bootstrap": "^4.5.0",
|
2021-07-08 09:43:50 +01:00
|
|
|
"ci": "^2.1.1",
|
2021-06-23 09:19:09 +01:00
|
|
|
"cordova": "^10.0.0",
|
2021-02-10 17:38:30 +01:00
|
|
|
"cordova-plugin-camera": "^5.0.1",
|
2020-12-09 12:10:19 +01:00
|
|
|
"cordova-plugin-filepath": "^1.5.8",
|
2021-02-24 10:42:01 +01:00
|
|
|
"cordova-plugin-okhttp": "^2.0.0",
|
|
|
|
|
"cordova-res": "^0.15.3",
|
2020-12-09 12:10:19 +01:00
|
|
|
"cordova-sqlite-storage": "^5.1.0",
|
2021-05-28 14:41:56 +01:00
|
|
|
"crypto-js": "^4.0.0",
|
2021-02-24 10:42:01 +01:00
|
|
|
"date-fns": "^2.17.0",
|
2021-06-23 09:19:09 +01:00
|
|
|
"depd": "^2.0.0",
|
|
|
|
|
"ibm-mfp-web-push": "^8.0.2020052213",
|
2021-04-07 09:13:07 +01:00
|
|
|
"ionic-angular": "^3.9.10",
|
2021-02-24 10:42:01 +01:00
|
|
|
"ionic-selectable": "^4.7.1",
|
2020-12-21 16:37:44 +01:00
|
|
|
"ionic2-alpha-scroll": "^2.0.1",
|
2020-08-13 17:44:57 +01:00
|
|
|
"ionic2-calendar": "^0.6.6",
|
2021-01-15 11:07:20 +01:00
|
|
|
"jetifier": "^1.6.6",
|
2021-02-24 10:42:01 +01:00
|
|
|
"moment": "^2.29.1",
|
2020-09-10 09:48:37 +01:00
|
|
|
"ngx-socket-io": "^3.2.0",
|
2021-02-23 15:49:02 +01:00
|
|
|
"rxjs": "~6.6.3",
|
2021-05-18 14:37:43 +01:00
|
|
|
"rxjs-compat": "^6.6.7",
|
2020-08-24 12:55:10 +01:00
|
|
|
"sharp": "^0.25.4",
|
2020-09-10 09:48:37 +01:00
|
|
|
"socket.io-client": "^2.3.0",
|
2021-02-23 15:35:49 +01:00
|
|
|
"tslib": "^2.0.0",
|
2021-02-08 12:27:45 +01:00
|
|
|
"wordcloud": "^1.1.2",
|
2021-06-15 11:58:53 +01:00
|
|
|
"ws": "^7.4.6",
|
2020-08-05 15:39:16 +01:00
|
|
|
"zone.js": "~0.10.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-02-23 15:35:49 +01:00
|
|
|
"@angular-devkit/build-angular": "^0.1102.1",
|
|
|
|
|
"@angular/cli": "11.2.1",
|
2021-02-23 15:44:29 +01:00
|
|
|
"@angular/compiler": "~11.2.2",
|
|
|
|
|
"@angular/compiler-cli": "^11.2.2",
|
2021-03-24 15:10:46 +01:00
|
|
|
"@angular/language-service": "^11.2.6",
|
2020-12-21 16:37:44 +01:00
|
|
|
"@ionic/angular-toolkit": "^3.0.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic/lab": "3.1.7",
|
2021-02-23 15:35:49 +01:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@types/jasminewd2": "~2.0.3",
|
|
|
|
|
"@types/node": "^12.11.1",
|
2021-02-23 15:35:49 +01:00
|
|
|
"codelyzer": "^6.0.0",
|
2021-06-28 14:39:49 +01:00
|
|
|
"cordova-android": "^9.1.0",
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-browser": "^6.0.0",
|
2021-04-05 14:17:11 +01:00
|
|
|
"cordova-ios": "^6.2.0",
|
2021-04-07 09:13:07 +01:00
|
|
|
"cordova-plugin-androidx": "^3.0.0",
|
|
|
|
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
2021-02-24 10:34:20 +01:00
|
|
|
"cordova-plugin-compat": "^1.2.0",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-plugin-device": "^2.0.2",
|
2021-04-29 15:25:14 +01:00
|
|
|
"cordova-plugin-dialogs": "^2.0.2",
|
|
|
|
|
"cordova-plugin-file": "^6.0.2",
|
2021-05-28 06:33:30 +01:00
|
|
|
"cordova-plugin-fingerprint-aio": "^4.0.2",
|
2021-04-29 15:25:14 +01:00
|
|
|
"cordova-plugin-globalization": "^1.11.0",
|
2020-08-25 14:08:13 +01:00
|
|
|
"cordova-plugin-inappbrowser": "^4.0.0",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-plugin-ionic-keyboard": "^2.2.0",
|
|
|
|
|
"cordova-plugin-ionic-webview": "^4.2.1",
|
2021-04-29 15:25:14 +01:00
|
|
|
"cordova-plugin-mfp": "^8.0.2021031007",
|
2021-06-25 11:16:07 +01:00
|
|
|
"cordova-plugin-mfp-push": "^8.0.2021062405",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-plugin-splashscreen": "^5.0.2",
|
|
|
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
2021-02-24 16:39:11 +01:00
|
|
|
"cordova-plugin-whitelist": "^1.3.4",
|
2021-02-23 15:35:49 +01:00
|
|
|
"jasmine-core": "~3.6.0",
|
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"karma": "~5.0.0",
|
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2021-02-23 15:35:49 +01:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
|
|
|
|
"karma-jasmine": "~4.0.0",
|
|
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
|
|
|
|
"protractor": "~7.0.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"ts-node": "~8.3.0",
|
|
|
|
|
"tslint": "~6.1.0",
|
2021-02-23 15:23:07 +01:00
|
|
|
"typescript": "^4.1.5"
|
2020-08-05 15:39:16 +01:00
|
|
|
},
|
2020-08-13 17:44:57 +01:00
|
|
|
"description": "An Ionic project",
|
|
|
|
|
"cordova": {
|
|
|
|
|
"plugins": {
|
|
|
|
|
"cordova-plugin-statusbar": {},
|
|
|
|
|
"cordova-plugin-device": {},
|
|
|
|
|
"cordova-plugin-splashscreen": {},
|
2021-06-23 09:19:09 +01:00
|
|
|
"cordova-plugin-ionic-webview": {},
|
2020-08-25 14:08:13 +01:00
|
|
|
"cordova-plugin-ionic-keyboard": {},
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-plugin-inappbrowser": {},
|
2021-04-29 15:25:14 +01:00
|
|
|
"cordova-plugin-camera": {
|
|
|
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
|
|
|
|
},
|
2021-02-24 10:42:01 +01:00
|
|
|
"cordova-sqlite-storage": {},
|
2021-02-25 09:42:06 +01:00
|
|
|
"cordova-plugin-compat": {},
|
2021-04-05 14:17:11 +01:00
|
|
|
"cordova-plugin-mfp": {},
|
2021-04-07 09:13:07 +01:00
|
|
|
"cordova-plugin-androidx": {},
|
2021-04-08 11:27:53 +01:00
|
|
|
"cordova-plugin-androidx-adapter": {},
|
2021-06-11 17:27:31 +01:00
|
|
|
"cordova-plugin-fingerprint-aio": {},
|
|
|
|
|
"cordova-plugin-mfp-push": {}
|
2020-08-13 17:44:57 +01:00
|
|
|
},
|
|
|
|
|
"platforms": [
|
2021-02-24 10:34:32 +01:00
|
|
|
"browser",
|
2021-06-08 11:41:59 +01:00
|
|
|
"ios",
|
|
|
|
|
"android"
|
2020-08-13 17:44:57 +01:00
|
|
|
]
|
2020-12-09 12:10:19 +01:00
|
|
|
},
|
|
|
|
|
"main": "karma.conf.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
|
|
|
|
|
},
|
|
|
|
|
"license": "ISC"
|
2021-07-05 11:23:00 +01:00
|
|
|
}
|