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",
|
2021-07-14 11:37:31 +01:00
|
|
|
"start": "ng serve --port 4200",
|
2021-10-27 09:49:50 +01:00
|
|
|
"build": "node --max_old_space_size=999192 ./node_modules/@angular/cli/bin/ng build",
|
2020-08-05 15:39:16 +01:00
|
|
|
"lint": "ng lint",
|
2021-07-10 08:45:51 +01:00
|
|
|
"e2e": "ng e2e",
|
2021-07-14 13:17:57 +01:00
|
|
|
"test": "jest --detectOpenHandles --runInBand",
|
2021-07-20 15:04:29 +01:00
|
|
|
"test:prof": "ionic build --configuration production && npm run test",
|
2022-12-21 14:39:30 +01:00
|
|
|
"dev:share": "lite-server --baseDir=share",
|
2022-12-22 15:24:48 +01:00
|
|
|
"install:chromium": "node node_modules/puppeteer/install.js",
|
2022-12-23 12:23:16 +01:00
|
|
|
"build:version": "node ./version/git-version.js",
|
2023-01-16 14:17:06 +01:00
|
|
|
"ionic-build": "ionic cap run android --prod",
|
2023-06-05 15:44:51 +01:00
|
|
|
"prepare": "husky install",
|
|
|
|
|
"cypress:open": "cypress open",
|
2023-06-07 14:43:14 +01:00
|
|
|
"cypress:run": "cypress run",
|
|
|
|
|
"docker:build": "docker build -t gabinetedigital:0.0.0.1 .",
|
2024-03-03 10:27:18 +01:00
|
|
|
"docker:publish": "docker run -p gabinetedigital:0.0.0.1",
|
|
|
|
|
"build:oapr": "ionic cap build android --configuration oapr",
|
|
|
|
|
"build:dev": "ionic cap build android --configuration dev"
|
2020-08-05 15:39:16 +01:00
|
|
|
},
|
|
|
|
|
"private": true,
|
|
|
|
|
"dependencies": {
|
2021-07-20 15:04:29 +01:00
|
|
|
"@angular-devkit/architect": "^0.1201.2",
|
|
|
|
|
"@angular-devkit/core": "^12.1.2",
|
|
|
|
|
"@angular-devkit/schematics": "^12.1.2",
|
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-07-20 15:04:29 +01:00
|
|
|
"@angular/animations": "^12.1.2",
|
2021-06-16 15:58:44 +01:00
|
|
|
"@angular/cdk": "^11.2.13",
|
2021-07-20 15:04:29 +01:00
|
|
|
"@angular/common": "^12.1.2",
|
|
|
|
|
"@angular/core": "^12.1.2",
|
2023-06-26 11:12:57 +01:00
|
|
|
"@angular/fire": "^6.1.5",
|
2021-07-20 15:04:29 +01:00
|
|
|
"@angular/forms": "~12.1.2",
|
|
|
|
|
"@angular/localize": "^12.1.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-07-20 15:04:29 +01:00
|
|
|
"@angular/platform-browser": "~12.1.2",
|
|
|
|
|
"@angular/platform-browser-dynamic": "~12.1.2",
|
2023-02-03 19:37:47 +01:00
|
|
|
"@angular/pwa": "^15.1.4",
|
2021-07-20 15:04:29 +01:00
|
|
|
"@angular/router": "~12.1.2",
|
2022-03-25 09:25:05 +01:00
|
|
|
"@awesome-cordova-plugins/core": "^5.40.0",
|
2022-04-05 13:22:17 +01:00
|
|
|
"@awesome-cordova-plugins/document-viewer": "^5.41.0",
|
2024-03-01 14:37:42 +01:00
|
|
|
"@awesome-cordova-plugins/ffmpeg": "^6.6.0",
|
2022-04-04 00:37:00 +01:00
|
|
|
"@awesome-cordova-plugins/file": "^5.41.0",
|
|
|
|
|
"@awesome-cordova-plugins/file-opener": "^5.41.0",
|
2023-10-31 10:09:12 +01:00
|
|
|
"@awesome-cordova-plugins/media-capture": "^6.4.0",
|
2022-03-25 09:25:05 +01:00
|
|
|
"@awesome-cordova-plugins/multiple-document-picker": "^5.40.0",
|
2023-10-09 14:15:21 +01:00
|
|
|
"@capacitor-community/fcm": "^5.0.2",
|
|
|
|
|
"@capacitor/android": "^5.4.2",
|
2023-01-12 15:27:09 +01:00
|
|
|
"@capacitor/app": "^4.1.1",
|
|
|
|
|
"@capacitor/browser": "^4.1.0",
|
|
|
|
|
"@capacitor/camera": "^4.1.4",
|
2023-10-09 14:15:21 +01:00
|
|
|
"@capacitor/core": "^5.4.2",
|
2023-01-12 15:27:09 +01:00
|
|
|
"@capacitor/device": "^4.1.0",
|
|
|
|
|
"@capacitor/filesystem": "^4.1.4",
|
|
|
|
|
"@capacitor/haptics": "^4.1.0",
|
2023-10-09 14:15:21 +01:00
|
|
|
"@capacitor/ios": "^5.4.2",
|
2023-01-12 15:27:09 +01:00
|
|
|
"@capacitor/keyboard": "^4.1.0",
|
|
|
|
|
"@capacitor/network": "^4.1.0",
|
2023-10-09 14:15:21 +01:00
|
|
|
"@capacitor/push-notifications": "^5.1.0",
|
2023-01-12 15:27:09 +01:00
|
|
|
"@capacitor/share": "^4.1.0",
|
|
|
|
|
"@capacitor/storage": "^1.2.5",
|
2024-01-29 08:25:27 +01:00
|
|
|
"@capawesome/capacitor-file-picker": "^5.3.0",
|
2024-02-22 11:40:06 +01:00
|
|
|
"@capawesome/capacitor-screen-orientation": "^5.0.1",
|
2024-05-17 15:27:02 +01:00
|
|
|
"@ffmpeg/ffmpeg": "^0.12.10",
|
|
|
|
|
"@ffmpeg/util": "^0.12.1",
|
2021-08-04 10:47:22 +01:00
|
|
|
"@fortawesome/angular-fontawesome": "^0.9.0",
|
|
|
|
|
"@fortawesome/fontawesome-free": "^5.15.3",
|
|
|
|
|
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
|
|
|
|
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
|
|
|
|
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
|
|
|
|
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
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",
|
2022-02-10 19:47:16 +01:00
|
|
|
"@ionic-native/document-viewer": "^5.36.0",
|
2021-10-30 16:51:29 +01:00
|
|
|
"@ionic-native/fcm": "^5.36.0",
|
2021-09-07 12:09:01 +01:00
|
|
|
"@ionic-native/file": "^5.36.0",
|
2022-04-04 00:37:00 +01:00
|
|
|
"@ionic-native/file-opener": "^5.36.0",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic-native/file-path": "^5.30.0",
|
2022-03-09 09:23:27 +01:00
|
|
|
"@ionic-native/http": "^5.36.0",
|
2021-10-25 08:49:19 +01:00
|
|
|
"@ionic-native/image-picker": "^5.36.0",
|
2020-08-25 14:08:13 +01:00
|
|
|
"@ionic-native/in-app-browser": "^5.28.0",
|
2022-01-28 19:02:44 +01:00
|
|
|
"@ionic-native/ionic-webview": "^5.36.0",
|
2021-06-18 11:08:55 +01:00
|
|
|
"@ionic-native/local-notifications": "^4.20.0",
|
2021-09-07 12:09:01 +01:00
|
|
|
"@ionic-native/media": "^5.36.0",
|
2021-10-22 16:33:14 +01:00
|
|
|
"@ionic-native/media-capture": "^5.36.0",
|
2023-09-29 16:40:50 +01:00
|
|
|
"@ionic-native/network": "^5.36.0",
|
2021-10-22 16:33:14 +01:00
|
|
|
"@ionic-native/photo-viewer": "^5.36.0",
|
2024-02-22 11:40:06 +01:00
|
|
|
"@ionic-native/screen-orientation": "^5.36.0",
|
2021-11-30 12:30:58 +01:00
|
|
|
"@ionic-native/social-sharing": "^5.36.0",
|
2021-02-25 11:50:32 +01:00
|
|
|
"@ionic-native/splash-screen": "^5.31.1",
|
2021-09-21 06:09:41 +01:00
|
|
|
"@ionic-native/sqlite": "^5.36.0",
|
2021-10-07 16:22:31 +01:00
|
|
|
"@ionic-native/sqlite-porter": "^4.20.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic-native/status-bar": "^5.0.0",
|
2021-10-22 16:33:14 +01:00
|
|
|
"@ionic-native/streaming-media": "^5.36.0",
|
2021-01-28 16:18:10 +01:00
|
|
|
"@ionic-native/wheel-selector": "^5.31.1",
|
2023-07-11 19:52:36 +01:00
|
|
|
"@ionic/angular": "^6.7.5",
|
|
|
|
|
"@ionic/core": "^6.7.5",
|
2021-02-24 10:42:01 +01:00
|
|
|
"@ionic/pwa-elements": "^3.0.2",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic/storage": "^2.3.1",
|
2021-11-29 15:48:35 +01:00
|
|
|
"@ionic/storage-angular": "^3.0.6",
|
2020-08-11 04:11:42 +01:00
|
|
|
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
|
2024-01-17 10:25:16 +01:00
|
|
|
"@microsoft/signalr": "^8.0.0",
|
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",
|
2024-01-12 12:13:51 +01:00
|
|
|
"@ngxs/store": "^3.8.2",
|
2021-09-27 16:23:41 +01:00
|
|
|
"@pdftron/pdfjs-express": "^8.0.1",
|
2023-11-16 12:07:22 +01:00
|
|
|
"@sentry/angular": "7.73.0",
|
|
|
|
|
"@sentry/capacitor": "^0.14.0",
|
2023-10-31 10:09:12 +01:00
|
|
|
"@teamhive/capacitor-video-recorder": "^5.0.0",
|
2023-07-06 13:01:51 +01:00
|
|
|
"@tinymce/tinymce-angular": "^4.2.4",
|
2023-02-22 09:30:35 +01:00
|
|
|
"@types/jest-environment-puppeteer": "^5.0.3",
|
|
|
|
|
"@types/puppeteer": "^7.0.4",
|
2022-02-07 17:55:00 +01:00
|
|
|
"alasql": "^1.7.3",
|
2021-01-22 16:00:37 +01:00
|
|
|
"angular-calendar": "^0.28.22",
|
2021-11-18 13:01:53 +01:00
|
|
|
"angular-cropperjs": "^0.1.5",
|
2021-10-20 17:46:03 +01:00
|
|
|
"angular-svg-icon": "^12.0.0",
|
2021-01-20 13:52:25 +01:00
|
|
|
"angular-tag-cloud-module": "^5.2.2",
|
2022-03-03 08:21:22 +01:00
|
|
|
"base64-js": "^1.5.1",
|
2023-05-04 09:48:04 +01:00
|
|
|
"beast-orm": "^1.1.5",
|
2021-06-16 15:58:44 +01:00
|
|
|
"bootstrap": "^4.5.0",
|
2023-02-09 15:26:14 +01:00
|
|
|
"browser-image-resizer": "^2.4.1",
|
2021-08-13 11:35:23 +01:00
|
|
|
"build": "0.1.4",
|
2023-10-31 10:09:12 +01:00
|
|
|
"capacitor-video-player": "^5.0.2",
|
2023-01-12 15:27:09 +01:00
|
|
|
"capacitor-voice-recorder": "^4.0.1",
|
2021-07-08 09:43:50 +01:00
|
|
|
"ci": "^2.1.1",
|
2022-06-29 14:32:18 +01:00
|
|
|
"cordova": "^11.0.0",
|
2021-11-22 15:26:04 +01:00
|
|
|
"cordova-plugin-crop": "^0.4.0",
|
2022-04-05 13:22:17 +01:00
|
|
|
"cordova-plugin-document-viewer": "^1.0.0",
|
2024-03-01 14:37:42 +01:00
|
|
|
"cordova-plugin-ffmpeg": "github:MaximBelov/cordova-plugin-ffmpeg",
|
2022-03-31 11:56:49 +01:00
|
|
|
"cordova-plugin-file": "^6.0.2",
|
2022-04-04 00:37:00 +01:00
|
|
|
"cordova-plugin-file-opener2": "^3.0.5",
|
2023-01-12 15:27:09 +01:00
|
|
|
"cordova-plugin-file-transfer": "github:apache/cordova-plugin-file-transfer",
|
2020-12-09 12:10:19 +01:00
|
|
|
"cordova-plugin-filepath": "^1.5.8",
|
2022-03-25 09:25:05 +01:00
|
|
|
"cordova-plugin-multiple-documents-picker": "^1.0.0",
|
2021-02-24 10:42:01 +01:00
|
|
|
"cordova-plugin-okhttp": "^2.0.0",
|
2024-03-11 11:18:32 +01:00
|
|
|
"cordova-plugin-screen-orientation": "^3.0.4",
|
2021-02-24 10:42:01 +01:00
|
|
|
"cordova-res": "^0.15.3",
|
2021-12-02 15:09:06 +01:00
|
|
|
"cordova-sqlite-storage": "^6.0.0",
|
2021-08-13 10:34:22 +01:00
|
|
|
"cross-env": "^7.0.3",
|
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",
|
2023-11-29 16:06:56 +01:00
|
|
|
"dompurify": "^3.0.6",
|
2021-07-10 09:11:03 +01:00
|
|
|
"dotenv": "^10.0.0",
|
2021-08-04 16:40:28 +01:00
|
|
|
"duration": "^0.2.2",
|
2021-07-14 22:10:22 +01:00
|
|
|
"faker": "^5.5.3",
|
2023-01-05 12:11:50 +01:00
|
|
|
"fifo-process-queue": "^1.2.0",
|
2024-03-18 12:59:41 +01:00
|
|
|
"file-saver": "^2.0.5",
|
2023-06-26 11:12:57 +01:00
|
|
|
"firebase": "^8.10.1",
|
2022-01-03 18:45:37 +01:00
|
|
|
"g": "^2.0.1",
|
2021-07-10 08:45:51 +01:00
|
|
|
"global": "^4.4.0",
|
2021-09-28 16:59:29 +01:00
|
|
|
"hammerjs": "^2.0.8",
|
2022-07-04 09:12:19 +01:00
|
|
|
"howler": "^2.2.3",
|
2022-06-29 14:32:18 +01:00
|
|
|
"http-server": "^14.1.1",
|
2022-12-28 13:58:29 +01:00
|
|
|
"husky": "^8.0.2",
|
2021-04-07 09:13:07 +01:00
|
|
|
"ionic-angular": "^3.9.10",
|
2022-01-28 19:02:44 +01:00
|
|
|
"ionic-image-loader": "^6.3.3",
|
|
|
|
|
"ionic-image-loader-v5": "^1.0.2",
|
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-10-07 16:22:31 +01:00
|
|
|
"ionicons": "^5.5.3",
|
2023-02-22 09:30:35 +01:00
|
|
|
"jest-puppeteer": "^7.0.1",
|
2021-07-20 12:34:37 +01:00
|
|
|
"lite-server": "^2.6.1",
|
2023-04-20 11:45:46 +01:00
|
|
|
"minisearch": "^6.0.1",
|
2022-06-29 14:02:36 +01:00
|
|
|
"moment": "^2.29.3",
|
2023-12-13 16:44:29 +01:00
|
|
|
"neverthrow": "^6.1.0",
|
2022-02-18 15:28:30 +01:00
|
|
|
"ng-lazyload-image": "^9.1.2",
|
2022-03-31 11:56:49 +01:00
|
|
|
"ng2-pdf-viewer": "^3.0.8",
|
2021-10-15 15:21:26 +01:00
|
|
|
"ngx-cookie-service": "^12.0.3",
|
2022-04-04 00:37:00 +01:00
|
|
|
"ngx-extended-pdf-viewer": "^13.0.0-alpha.2",
|
2021-11-29 08:53:51 +01:00
|
|
|
"ngx-image-compress": "^11.0.3",
|
2021-11-17 15:34:15 +01:00
|
|
|
"ngx-image-cropper": "^5.0.1",
|
2022-02-24 14:59:47 +01:00
|
|
|
"ngx-letters-avatar": "^1.0.2",
|
2020-09-10 09:48:37 +01:00
|
|
|
"ngx-socket-io": "^3.2.0",
|
2021-09-21 14:05:59 +01:00
|
|
|
"pdfjs": "^2.4.6",
|
2021-09-30 12:51:11 +01:00
|
|
|
"pdfjs-dist": "^2.9.359",
|
2023-02-17 16:36:49 +01:00
|
|
|
"puppeteer": "^19.7.1",
|
2022-01-07 11:21:14 +01:00
|
|
|
"rocket.chat.realtime.api.rxjs": "^2.1.1",
|
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",
|
2023-11-09 11:45:04 +01:00
|
|
|
"sanitize-filename-ts": "^1.0.2",
|
2023-10-24 10:00:33 +01:00
|
|
|
"send-intent": "^5.0.0",
|
2022-06-29 14:02:36 +01:00
|
|
|
"sharp": "^0.30.7",
|
2020-09-10 09:48:37 +01:00
|
|
|
"socket.io-client": "^2.3.0",
|
2023-11-29 12:17:52 +01:00
|
|
|
"swiper": "^11.0.5",
|
2023-07-12 10:44:06 +01:00
|
|
|
"tinymce": "^6.6.0",
|
2021-07-10 08:45:51 +01:00
|
|
|
"ts-jest": "^27.0.3",
|
2023-02-22 09:30:35 +01:00
|
|
|
"ts-jest-puppeteer": "^0.0.5",
|
2021-02-23 15:35:49 +01:00
|
|
|
"tslib": "^2.0.0",
|
2021-07-09 12:35:11 +01:00
|
|
|
"uuidv4": "^6.2.11",
|
2023-10-31 10:09:12 +01:00
|
|
|
"videogular2": "^7.0.2",
|
2023-10-09 14:15:21 +01:00
|
|
|
"webpack": "^5.88.2",
|
2021-02-08 12:27:45 +01:00
|
|
|
"wordcloud": "^1.1.2",
|
2021-06-15 11:58:53 +01:00
|
|
|
"ws": "^7.4.6",
|
2023-09-22 15:17:25 +01:00
|
|
|
"zod": "^3.22.2",
|
2021-07-20 15:04:29 +01:00
|
|
|
"zone.js": "~0.11.4"
|
2020-08-05 15:39:16 +01:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-07-20 15:04:29 +01:00
|
|
|
"@angular-devkit/build-angular": "^12.1.2",
|
|
|
|
|
"@angular/cli": "12.1.2",
|
|
|
|
|
"@angular/compiler": "^12.1.2",
|
|
|
|
|
"@angular/compiler-cli": "^12.1.2",
|
|
|
|
|
"@angular/language-service": "^12.1.2",
|
2023-11-29 12:17:52 +01:00
|
|
|
"@capacitor/cli": "^4.8.1",
|
2022-06-29 14:32:18 +01:00
|
|
|
"@ionic/angular-toolkit": "^6.1.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic/lab": "3.1.7",
|
2023-10-31 10:09:12 +01:00
|
|
|
"@types/core-js": "^2.5.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",
|
2021-07-10 08:45:51 +01:00
|
|
|
"@types/jest": "^26.0.24",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@types/node": "^12.11.1",
|
2022-06-29 14:32:18 +01:00
|
|
|
"codelyzer": "^0.0.28",
|
|
|
|
|
"cordova-android": "^10.1.2",
|
2021-10-25 08:49:19 +01:00
|
|
|
"cordova-android-support-gradle-release": "^3.0.1",
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-browser": "^6.0.0",
|
2021-04-07 09:13:07 +01:00
|
|
|
"cordova-plugin-androidx": "^3.0.0",
|
|
|
|
|
"cordova-plugin-androidx-adapter": "^1.1.3",
|
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-globalization": "^1.11.0",
|
2020-08-25 14:08:13 +01:00
|
|
|
"cordova-plugin-inappbrowser": "^4.0.0",
|
2023-11-10 15:37:12 +01:00
|
|
|
"cordova-plugin-media": "^5.0.4",
|
2021-10-25 08:49:19 +01:00
|
|
|
"cordova-plugin-media-capture": "^3.0.3",
|
2021-08-20 18:22:56 +01:00
|
|
|
"cordova-plugin-network-information": "^3.0.0",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
2023-06-05 15:44:51 +01:00
|
|
|
"cypress": "^12.13.0",
|
2021-11-03 12:21:19 +01:00
|
|
|
"es6-promise-plugin": "^4.2.2",
|
2021-02-23 15:35:49 +01:00
|
|
|
"jasmine-core": "~3.6.0",
|
|
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2023-06-05 11:11:24 +01:00
|
|
|
"jest": "^27.5.1",
|
|
|
|
|
"jest-environment-jsdom": "^27.5.1",
|
2023-02-22 09:30:35 +01:00
|
|
|
"jest-jasmine2": "^29.4.3",
|
2021-07-10 08:45:51 +01:00
|
|
|
"jest-preset-angular": "^9.0.4",
|
2023-11-29 12:17:52 +01:00
|
|
|
"jetifier": "^2.0.0",
|
2022-06-29 14:02:36 +01:00
|
|
|
"karma": "^6.3.20",
|
2020-08-05 15:39:16 +01:00
|
|
|
"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",
|
2022-02-16 15:52:59 +01:00
|
|
|
"tslint": "^6.1.3",
|
2021-10-07 16:22:31 +01:00
|
|
|
"typescript": "^4.3.5",
|
|
|
|
|
"uk.co.workingedge.cordova.plugin.sqliteporter": "^1.1.1"
|
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": {},
|
2020-08-25 14:08:13 +01:00
|
|
|
"cordova-plugin-ionic-keyboard": {},
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-plugin-inappbrowser": {},
|
2021-02-24 10:42:01 +01:00
|
|
|
"cordova-sqlite-storage": {},
|
2021-02-25 09:42:06 +01:00
|
|
|
"cordova-plugin-compat": {},
|
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": {},
|
2021-08-17 09:53:06 +01:00
|
|
|
"cordova-plugin-ionic-webview": {},
|
2021-08-20 18:22:56 +01:00
|
|
|
"cordova-plugin-screen-orientation": {},
|
2021-10-25 08:49:19 +01:00
|
|
|
"cordova-plugin-network-information": {},
|
2021-10-30 16:51:29 +01:00
|
|
|
"cordova-plugin-file": {},
|
2021-11-03 12:21:19 +01:00
|
|
|
"cordova-plugin-firebasex": {
|
|
|
|
|
"FIREBASE_ANALYTICS_COLLECTION_ENABLED": "true",
|
|
|
|
|
"FIREBASE_PERFORMANCE_COLLECTION_ENABLED": "true",
|
|
|
|
|
"FIREBASE_CRASHLYTICS_COLLECTION_ENABLED": "true",
|
|
|
|
|
"ANDROID_ICON_ACCENT": "#FF00FFFF",
|
|
|
|
|
"ANDROID_FIREBASE_PERFORMANCE_MONITORING": "false",
|
|
|
|
|
"ANDROID_PLAY_SERVICES_TAGMANAGER_VERSION": "17.0.0",
|
|
|
|
|
"ANDROID_PLAY_SERVICES_AUTH_VERSION": "19.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_ANALYTICS_VERSION": "19.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_MESSAGING_VERSION": "22.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_CONFIG_VERSION": "21.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_PERF_VERSION": "20.0.2",
|
|
|
|
|
"ANDROID_FIREBASE_AUTH_VERSION": "21.0.1",
|
|
|
|
|
"ANDROID_FIREBASE_INAPPMESSAGING_VERSION": "20.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_FIRESTORE_VERSION": "23.0.2",
|
|
|
|
|
"ANDROID_FIREBASE_FUNCTIONS_VERSION": "20.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_IID_VERSION": "21.1.0",
|
|
|
|
|
"ANDROID_FIREBASE_INSTALLATIONS_VERSION": "17.0.0",
|
|
|
|
|
"ANDROID_FIREBASE_CRASHLYTICS_VERSION": "18.1.0",
|
|
|
|
|
"ANDROID_FIREBASE_CRASHLYTICS_NDK_VERSION": "18.1.0",
|
|
|
|
|
"ANDROID_GSON_VERSION": "2.8.7",
|
|
|
|
|
"ANDROID_FIREBASE_PERF_GRADLE_PLUGIN_VERSION": "1.4.0"
|
|
|
|
|
},
|
2021-10-30 16:51:29 +01:00
|
|
|
"cordova-plugin-fcm-with-dependecy-updated": {
|
2021-11-03 12:21:19 +01:00
|
|
|
"ANDROID_FCM_VERSION": "19.0.0",
|
|
|
|
|
"ANDROID_GRADLE_TOOLS_VERSION": "3.5.3",
|
|
|
|
|
"ANDROID_GOOGLE_SERVICES_VERSION": "4.3.3",
|
|
|
|
|
"ANDROID_DEFAULT_NOTIFICATION_ICON": "@mipmap/ic_launcher"
|
|
|
|
|
},
|
|
|
|
|
"cordova-plugin-dbcopy": {}
|
2020-08-13 17:44:57 +01:00
|
|
|
},
|
|
|
|
|
"platforms": [
|
2021-02-24 10:34:32 +01:00
|
|
|
"browser",
|
2021-09-30 12:51:11 +01:00
|
|
|
"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"
|
|
|
|
|
},
|
2023-01-09 14:25:49 +01:00
|
|
|
"license": "ISC"
|
2023-09-22 15:17:25 +01:00
|
|
|
}
|