mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
save
This commit is contained in:
+10
-2
@@ -42,7 +42,14 @@
|
|||||||
"inject": true
|
"inject": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"scripts": []
|
"scripts": [],
|
||||||
|
"aot": false,
|
||||||
|
"vendorChunk": true,
|
||||||
|
"extractLicenses": false,
|
||||||
|
"buildOptimizer": false,
|
||||||
|
"sourceMap": true,
|
||||||
|
"optimization": false,
|
||||||
|
"namedChunks": true
|
||||||
},
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
@@ -71,7 +78,8 @@
|
|||||||
"ci": {
|
"ci": {
|
||||||
"progress": false
|
"progress": false
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"defaultConfiguration": ""
|
||||||
},
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
|
|||||||
+1
-1
@@ -134,7 +134,7 @@
|
|||||||
</mfp:windows10>
|
</mfp:windows10>
|
||||||
<mfp:appChecksum>0</mfp:appChecksum>
|
<mfp:appChecksum>0</mfp:appChecksum>
|
||||||
</mfp:windows>
|
</mfp:windows>
|
||||||
<mfp:platformVersion>8.0.0.00-20210214-154410</mfp:platformVersion>
|
<mfp:platformVersion>8.0.0.00-20210308-063916</mfp:platformVersion>
|
||||||
<mfp:clientCustomInit enabled="false" />
|
<mfp:clientCustomInit enabled="false" />
|
||||||
<mfp:server runtime="mfp" url="http://gpr-dev-10.gabinetedigital.local:9080" />
|
<mfp:server runtime="mfp" url="http://gpr-dev-10.gabinetedigital.local:9080" />
|
||||||
<mfp:serverUri url="" />
|
<mfp:serverUri url="" />
|
||||||
|
|||||||
Generated
+3231
-2686
File diff suppressed because it is too large
Load Diff
+24
-22
@@ -10,27 +10,27 @@
|
|||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"test": "jest --detectOpenHandles --runInBand",
|
"test": "jest --detectOpenHandles --runInBand",
|
||||||
"test:prof": "ionic build --prod && npm run test",
|
"test:prof": "ionic build --configuration production && npm run test",
|
||||||
"dev": "lite-server --baseDir=www"
|
"dev": "lite-server --baseDir=www"
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular-devkit/architect": "^0.1102.1",
|
"@angular-devkit/architect": "^0.1201.2",
|
||||||
"@angular-devkit/core": "^11.2.1",
|
"@angular-devkit/core": "^12.1.2",
|
||||||
"@angular-devkit/schematics": "^11.2.1",
|
"@angular-devkit/schematics": "^12.1.2",
|
||||||
"@angular-material-components/datetime-picker": "^6.0.3",
|
"@angular-material-components/datetime-picker": "^6.0.3",
|
||||||
"@angular-material-components/moment-adapter": "^6.0.0",
|
"@angular-material-components/moment-adapter": "^6.0.0",
|
||||||
"@angular/animations": "^11.1.0",
|
"@angular/animations": "^12.1.2",
|
||||||
"@angular/cdk": "^11.2.13",
|
"@angular/cdk": "^11.2.13",
|
||||||
"@angular/common": "^11.2.2",
|
"@angular/common": "^12.1.2",
|
||||||
"@angular/core": "^11.2.2",
|
"@angular/core": "^12.1.2",
|
||||||
"@angular/forms": "~11.2.2",
|
"@angular/forms": "~12.1.2",
|
||||||
"@angular/localize": "^11.2.2",
|
"@angular/localize": "^12.1.2",
|
||||||
"@angular/material": "^11.2.13",
|
"@angular/material": "^11.2.13",
|
||||||
"@angular/material-moment-adapter": "^12.0.5",
|
"@angular/material-moment-adapter": "^12.0.5",
|
||||||
"@angular/platform-browser": "~11.2.2",
|
"@angular/platform-browser": "~12.1.2",
|
||||||
"@angular/platform-browser-dynamic": "~11.2.2",
|
"@angular/platform-browser-dynamic": "~12.1.2",
|
||||||
"@angular/router": "~11.2.2",
|
"@angular/router": "~12.1.2",
|
||||||
"@fullcalendar/angular": "^5.3.0",
|
"@fullcalendar/angular": "^5.3.0",
|
||||||
"@fullcalendar/daygrid": "^5.3.0",
|
"@fullcalendar/daygrid": "^5.3.0",
|
||||||
"@fullcalendar/interaction": "^5.3.0",
|
"@fullcalendar/interaction": "^5.3.0",
|
||||||
@@ -93,14 +93,14 @@
|
|||||||
"uuidv4": "^6.2.11",
|
"uuidv4": "^6.2.11",
|
||||||
"wordcloud": "^1.1.2",
|
"wordcloud": "^1.1.2",
|
||||||
"ws": "^7.4.6",
|
"ws": "^7.4.6",
|
||||||
"zone.js": "~0.10.2"
|
"zone.js": "~0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^0.1102.14",
|
"@angular-devkit/build-angular": "^12.1.2",
|
||||||
"@angular/cli": "11.2.1",
|
"@angular/cli": "12.1.2",
|
||||||
"@angular/compiler": "^11.2.14",
|
"@angular/compiler": "^12.1.2",
|
||||||
"@angular/compiler-cli": "^11.2.2",
|
"@angular/compiler-cli": "^12.1.2",
|
||||||
"@angular/language-service": "^11.2.6",
|
"@angular/language-service": "^12.1.2",
|
||||||
"@ionic/angular-toolkit": "^3.0.0",
|
"@ionic/angular-toolkit": "^3.0.0",
|
||||||
"@ionic/lab": "3.1.7",
|
"@ionic/lab": "3.1.7",
|
||||||
"@types/jasmine": "~3.6.0",
|
"@types/jasmine": "~3.6.0",
|
||||||
@@ -131,7 +131,7 @@
|
|||||||
"jasmine-spec-reporter": "~5.0.0",
|
"jasmine-spec-reporter": "~5.0.0",
|
||||||
"jest": "^27.0.6",
|
"jest": "^27.0.6",
|
||||||
"jest-preset-angular": "^9.0.4",
|
"jest-preset-angular": "^9.0.4",
|
||||||
"karma": "~5.0.0",
|
"karma": "~6.3.4",
|
||||||
"karma-chrome-launcher": "~3.1.0",
|
"karma-chrome-launcher": "~3.1.0",
|
||||||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||||
"karma-jasmine": "~4.0.0",
|
"karma-jasmine": "~4.0.0",
|
||||||
@@ -140,7 +140,7 @@
|
|||||||
"ts-jest-puppeteer": "0.0.5",
|
"ts-jest-puppeteer": "0.0.5",
|
||||||
"ts-node": "~8.3.0",
|
"ts-node": "~8.3.0",
|
||||||
"tslint": "~6.1.0",
|
"tslint": "~6.1.0",
|
||||||
"typescript": "^4.1.5"
|
"typescript": "^4.3.5"
|
||||||
},
|
},
|
||||||
"description": "An Ionic project",
|
"description": "An Ionic project",
|
||||||
"cordova": {
|
"cordova": {
|
||||||
@@ -148,7 +148,9 @@
|
|||||||
"cordova-plugin-statusbar": {},
|
"cordova-plugin-statusbar": {},
|
||||||
"cordova-plugin-device": {},
|
"cordova-plugin-device": {},
|
||||||
"cordova-plugin-splashscreen": {},
|
"cordova-plugin-splashscreen": {},
|
||||||
"cordova-plugin-ionic-webview": {},
|
"cordova-plugin-ionic-webview": {
|
||||||
|
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
||||||
|
},
|
||||||
"cordova-plugin-ionic-keyboard": {},
|
"cordova-plugin-ionic-keyboard": {},
|
||||||
"cordova-plugin-inappbrowser": {},
|
"cordova-plugin-inappbrowser": {},
|
||||||
"cordova-plugin-camera": {
|
"cordova-plugin-camera": {
|
||||||
@@ -174,4 +176,4 @@
|
|||||||
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
|
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
|
||||||
},
|
},
|
||||||
"license": "ISC"
|
"license": "ISC"
|
||||||
}
|
}
|
||||||
@@ -20,4 +20,4 @@ export const environment = {
|
|||||||
* This import should be commented out in production mode because it will have a negative impact
|
* This import should be commented out in production mode because it will have a negative impact
|
||||||
* on performance if an error is thrown.
|
* on performance if an error is thrown.
|
||||||
*/
|
*/
|
||||||
// import 'zone.js/dist/zone-error'; // Included with Angular CLI.
|
// import 'zone.js/plugins/zone-error'; // Included with Angular CLI.
|
||||||
|
|||||||
+1
-1
@@ -62,7 +62,7 @@ import './zone-flags';
|
|||||||
* Zone JS is required by default for Angular itself.
|
* Zone JS is required by default for Angular itself.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import 'zone.js/dist/zone'; // Included with Angular CLI.
|
import 'zone.js'; // Included with Angular CLI.
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************************************
|
/***************************************************************************************************
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
// This file is required by karma.conf.js and loads recursively all the .spec and framework files
|
||||||
|
|
||||||
import 'zone.js/dist/zone-testing';
|
import 'zone.js/testing';
|
||||||
import { getTestBed } from '@angular/core/testing';
|
import { getTestBed } from '@angular/core/testing';
|
||||||
import {
|
import {
|
||||||
BrowserDynamicTestingModule,
|
BrowserDynamicTestingModule,
|
||||||
|
|||||||
Reference in New Issue
Block a user