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-01-22 16:00:37 +01:00
|
|
|
"@angular/animations": "^11.1.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@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",
|
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-10 17:38:30 +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",
|
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",
|
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",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@ionic/angular": "^5.0.0",
|
2020-12-09 12:10:19 +01:00
|
|
|
"@ionic/pwa-elements": "^3.0.1",
|
|
|
|
|
"@ionic/storage": "^2.3.1",
|
2020-08-11 04:11:42 +01:00
|
|
|
"@logisticinfotech/ionic4-datepicker": "^1.4.4",
|
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",
|
2020-08-13 22:24:29 +01:00
|
|
|
"cordova-ios": "6.1.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-file": "^6.0.2",
|
|
|
|
|
"cordova-plugin-filepath": "^1.5.8",
|
2020-08-24 12:55:10 +01:00
|
|
|
"cordova-res": "^0.15.1",
|
2020-12-09 12:10:19 +01:00
|
|
|
"cordova-sqlite-storage": "^5.1.0",
|
2021-01-22 16:00:37 +01:00
|
|
|
"date-fns": "^2.16.1",
|
2020-08-26 09:42:16 +01:00
|
|
|
"ionic-selectable": "^4.5.0",
|
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",
|
2020-08-11 04:11:42 +01:00
|
|
|
"moment": "^2.27.0",
|
2020-09-10 09:48:37 +01:00
|
|
|
"ngx-socket-io": "^3.2.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"rxjs": "~6.5.1",
|
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",
|
2020-08-05 15:39:16 +01:00
|
|
|
"tslib": "^1.10.0",
|
2021-02-08 12:27:45 +01:00
|
|
|
"wordcloud": "^1.1.2",
|
2020-08-05 15:39:16 +01:00
|
|
|
"zone.js": "~0.10.2"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2021-02-23 14:25:47 +01:00
|
|
|
"@angular-devkit/build-angular": "^0.901.14",
|
2020-08-11 04:11:42 +01:00
|
|
|
"@angular/cli": "9.1.12",
|
2020-08-05 15:39:16 +01:00
|
|
|
"@angular/compiler": "~9.1.6",
|
|
|
|
|
"@angular/compiler-cli": "~9.1.6",
|
|
|
|
|
"@angular/language-service": "~9.1.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",
|
|
|
|
|
"@types/jasmine": "~3.5.0",
|
|
|
|
|
"@types/jasminewd2": "~2.0.3",
|
|
|
|
|
"@types/node": "^12.11.1",
|
|
|
|
|
"codelyzer": "^5.1.2",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-android": "^9.0.0",
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-browser": "^6.0.0",
|
2020-08-13 17:44:57 +01:00
|
|
|
"cordova-plugin-device": "^2.0.2",
|
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",
|
|
|
|
|
"cordova-plugin-splashscreen": "^5.0.2",
|
|
|
|
|
"cordova-plugin-statusbar": "^2.4.2",
|
|
|
|
|
"cordova-plugin-whitelist": "^1.3.3",
|
2020-08-05 15:39:16 +01:00
|
|
|
"jasmine-core": "~3.5.0",
|
|
|
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
|
|
|
"karma": "~5.0.0",
|
|
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
|
|
|
"karma-coverage-istanbul-reporter": "~2.1.0",
|
|
|
|
|
"karma-jasmine": "~3.0.1",
|
|
|
|
|
"karma-jasmine-html-reporter": "^1.4.2",
|
2020-08-13 17:44:57 +01:00
|
|
|
"protractor": "^7.0.0",
|
2020-08-05 15:39:16 +01:00
|
|
|
"ts-node": "~8.3.0",
|
|
|
|
|
"tslint": "~6.1.0",
|
|
|
|
|
"typescript": "~3.8.3"
|
|
|
|
|
},
|
2020-08-13 17:44:57 +01:00
|
|
|
"description": "An Ionic project",
|
|
|
|
|
"cordova": {
|
|
|
|
|
"plugins": {
|
|
|
|
|
"cordova-plugin-whitelist": {},
|
|
|
|
|
"cordova-plugin-statusbar": {},
|
|
|
|
|
"cordova-plugin-device": {},
|
|
|
|
|
"cordova-plugin-splashscreen": {},
|
|
|
|
|
"cordova-plugin-ionic-webview": {
|
|
|
|
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
|
|
|
|
},
|
2020-08-25 14:08:13 +01:00
|
|
|
"cordova-plugin-ionic-keyboard": {},
|
2020-12-11 18:00:38 +01:00
|
|
|
"cordova-plugin-inappbrowser": {},
|
|
|
|
|
"cordova-plugin-camera": {
|
|
|
|
|
"ANDROID_SUPPORT_V4_VERSION": "27.+"
|
2020-12-16 16:06:14 +01:00
|
|
|
},
|
|
|
|
|
"cordova-sqlite-storage": {}
|
2020-08-13 17:44:57 +01:00
|
|
|
},
|
|
|
|
|
"platforms": [
|
2020-08-24 12:55:10 +01:00
|
|
|
"ios",
|
2020-12-11 18:00:38 +01:00
|
|
|
"android",
|
|
|
|
|
"browser"
|
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"
|
2020-09-10 09:48:37 +01:00
|
|
|
}
|