mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
+24
-22
@@ -10,27 +10,27 @@
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"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"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular-devkit/architect": "^0.1102.1",
|
||||
"@angular-devkit/core": "^11.2.1",
|
||||
"@angular-devkit/schematics": "^11.2.1",
|
||||
"@angular-devkit/architect": "^0.1201.2",
|
||||
"@angular-devkit/core": "^12.1.2",
|
||||
"@angular-devkit/schematics": "^12.1.2",
|
||||
"@angular-material-components/datetime-picker": "^6.0.3",
|
||||
"@angular-material-components/moment-adapter": "^6.0.0",
|
||||
"@angular/animations": "^11.1.0",
|
||||
"@angular/animations": "^12.1.2",
|
||||
"@angular/cdk": "^11.2.13",
|
||||
"@angular/common": "^11.2.2",
|
||||
"@angular/core": "^11.2.2",
|
||||
"@angular/forms": "~11.2.2",
|
||||
"@angular/localize": "^11.2.2",
|
||||
"@angular/common": "^12.1.2",
|
||||
"@angular/core": "^12.1.2",
|
||||
"@angular/forms": "~12.1.2",
|
||||
"@angular/localize": "^12.1.2",
|
||||
"@angular/material": "^11.2.13",
|
||||
"@angular/material-moment-adapter": "^12.0.5",
|
||||
"@angular/platform-browser": "~11.2.2",
|
||||
"@angular/platform-browser-dynamic": "~11.2.2",
|
||||
"@angular/router": "~11.2.2",
|
||||
"@angular/platform-browser": "~12.1.2",
|
||||
"@angular/platform-browser-dynamic": "~12.1.2",
|
||||
"@angular/router": "~12.1.2",
|
||||
"@fullcalendar/angular": "^5.3.0",
|
||||
"@fullcalendar/daygrid": "^5.3.0",
|
||||
"@fullcalendar/interaction": "^5.3.0",
|
||||
@@ -93,14 +93,14 @@
|
||||
"uuidv4": "^6.2.11",
|
||||
"wordcloud": "^1.1.2",
|
||||
"ws": "^7.4.6",
|
||||
"zone.js": "~0.10.2"
|
||||
"zone.js": "~0.11.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^0.1102.14",
|
||||
"@angular/cli": "11.2.1",
|
||||
"@angular/compiler": "^11.2.14",
|
||||
"@angular/compiler-cli": "^11.2.2",
|
||||
"@angular/language-service": "^11.2.6",
|
||||
"@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",
|
||||
"@ionic/angular-toolkit": "^3.0.0",
|
||||
"@ionic/lab": "3.1.7",
|
||||
"@types/jasmine": "~3.6.0",
|
||||
@@ -131,7 +131,7 @@
|
||||
"jasmine-spec-reporter": "~5.0.0",
|
||||
"jest": "^27.0.6",
|
||||
"jest-preset-angular": "^9.0.4",
|
||||
"karma": "~5.0.0",
|
||||
"karma": "~6.3.4",
|
||||
"karma-chrome-launcher": "~3.1.0",
|
||||
"karma-coverage-istanbul-reporter": "~3.0.2",
|
||||
"karma-jasmine": "~4.0.0",
|
||||
@@ -140,7 +140,7 @@
|
||||
"ts-jest-puppeteer": "0.0.5",
|
||||
"ts-node": "~8.3.0",
|
||||
"tslint": "~6.1.0",
|
||||
"typescript": "^4.1.5"
|
||||
"typescript": "^4.3.5"
|
||||
},
|
||||
"description": "An Ionic project",
|
||||
"cordova": {
|
||||
@@ -148,7 +148,9 @@
|
||||
"cordova-plugin-statusbar": {},
|
||||
"cordova-plugin-device": {},
|
||||
"cordova-plugin-splashscreen": {},
|
||||
"cordova-plugin-ionic-webview": {},
|
||||
"cordova-plugin-ionic-webview": {
|
||||
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
|
||||
},
|
||||
"cordova-plugin-ionic-keyboard": {},
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"cordova-plugin-camera": {
|
||||
@@ -174,4 +176,4 @@
|
||||
"url": "git+https://Kayaya@bitbucket.org/equilibriumito/gabinete-digital.git"
|
||||
},
|
||||
"license": "ISC"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user