Update Angular Cli & other modules npm
This commit is contained in:
parent
848f7eb7c1
commit
646f9332ca
21
angular.json
21
angular.json
@ -28,6 +28,21 @@
|
||||
"scripts": []
|
||||
},
|
||||
"configurations": {
|
||||
"eu": {
|
||||
"aot": true,
|
||||
"outputPath": "dist/eu",
|
||||
"i18nFile": "src/locale/messages.eu.xlf",
|
||||
"i18nFormat": "xlf",
|
||||
"i18nLocale": "eu",
|
||||
},
|
||||
"es": {
|
||||
"aot": true,
|
||||
"outputPath": "dist/es",
|
||||
"i18nFile": "src/locale/messages.es.xlf",
|
||||
"i18nFormat": "xlf",
|
||||
"i18nLocale": "es",
|
||||
},
|
||||
|
||||
"production": {
|
||||
"optimization": true,
|
||||
"outputHashing": "all",
|
||||
@ -53,6 +68,12 @@
|
||||
"browserTarget": "industria-paisaia:build"
|
||||
},
|
||||
"configurations": {
|
||||
"eu": {
|
||||
"browserTarget": "industria-paisaia:build:eu"
|
||||
},
|
||||
"es": {
|
||||
"browserTarget": "industria-paisaia:build:es"
|
||||
},
|
||||
"production": {
|
||||
"browserTarget": "industria-paisaia:build:production"
|
||||
}
|
||||
|
9404
package-lock.json
generated
9404
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
15
package.json
15
package.json
@ -23,20 +23,21 @@
|
||||
"@angular/platform-browser-dynamic": "^5.2.0",
|
||||
"@angular/router": "^5.2.0",
|
||||
"@ks89/angular-modal-gallery": "^6.2.3",
|
||||
"bootstrap": "^4.1.1",
|
||||
"bootstrap": "^4.4.1",
|
||||
"core-js": "^2.4.1",
|
||||
"hammerjs": "^2.0.8",
|
||||
"jquery": "^3.3.1",
|
||||
"jquery": "^3.4.1",
|
||||
"mousetrap": "^1.6.2",
|
||||
"rxjs": "^5.5.6",
|
||||
"simple-pdf-viewer": "^2.0.2",
|
||||
"tslib": "^1.9.0",
|
||||
"zlib": "^1.0.5",
|
||||
"zone.js": "^0.8.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.12.0",
|
||||
"@angular/cli": "^7.2.1",
|
||||
"@angular/compiler-cli": "^5.2.0",
|
||||
"@angular-devkit/build-angular": "^0.803.23",
|
||||
"@angular/cli": "^8.3.23",
|
||||
"@angular/compiler-cli": "^8.2.14",
|
||||
"@angular/language-service": "^5.2.0",
|
||||
"@types/hammerjs": "^2.0.36",
|
||||
"@types/jasmine": "~2.8.3",
|
||||
@ -46,7 +47,7 @@
|
||||
"codelyzer": "^4.0.1",
|
||||
"jasmine-core": "~2.8.0",
|
||||
"jasmine-spec-reporter": "~4.2.1",
|
||||
"karma": "^3.1.4",
|
||||
"karma": "^4.4.1",
|
||||
"karma-chrome-launcher": "~2.2.0",
|
||||
"karma-coverage-istanbul-reporter": "^1.2.1",
|
||||
"karma-jasmine": "~1.1.0",
|
||||
@ -54,6 +55,6 @@
|
||||
"protractor": "^5.4.2",
|
||||
"ts-node": "~4.1.0",
|
||||
"tslint": "~5.9.1",
|
||||
"typescript": "~2.5.3"
|
||||
"typescript": "~3.5.3"
|
||||
}
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title i18n>Industria Paisaia</title>
|
||||
<title>Industria Paisaia</title>
|
||||
<base href="/">
|
||||
|
||||
<meta name="description" content="Industria Paisaia">
|
||||
|
Loading…
Reference in New Issue
Block a user