mirror of
https://github.com/xuthus83/pigallery2.git
synced 2024-11-03 21:04:03 +08:00
upgrade to angular 13
This commit is contained in:
parent
166706977b
commit
c4112acf86
36
angular.json
36
angular.json
@ -83,13 +83,13 @@
|
||||
}
|
||||
],
|
||||
"styles": [
|
||||
"bootstrap/dist/css/bootstrap.css",
|
||||
"ngx-bootstrap/datepicker/bs-datepicker.css",
|
||||
"open-iconic/font/css/open-iconic-bootstrap.css",
|
||||
"ngx-toastr/toastr.css",
|
||||
"leaflet/dist/leaflet.css",
|
||||
"leaflet.markercluster/dist/MarkerCluster.css",
|
||||
"leaflet.markercluster/dist/MarkerCluster.Default.css",
|
||||
"node_modules/bootstrap/dist/css/bootstrap.css",
|
||||
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
|
||||
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
|
||||
"node_modules/ngx-toastr/toastr.css",
|
||||
"node_modules/leaflet/dist/leaflet.css",
|
||||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css",
|
||||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css",
|
||||
"src/frontend/styles.css"
|
||||
],
|
||||
"scripts": [
|
||||
@ -101,6 +101,12 @@
|
||||
"dev": {
|
||||
"outputPath": "dist/en",
|
||||
"localize": false,
|
||||
"buildOptimizer": false,
|
||||
"optimization": false,
|
||||
"vendorChunk": true,
|
||||
"extractLicenses": false,
|
||||
"sourceMap": true,
|
||||
"namedChunks": true,
|
||||
"watch": true
|
||||
},
|
||||
"production": {
|
||||
@ -158,14 +164,14 @@
|
||||
"tsConfig": "src/frontend/tsconfig.spec.json",
|
||||
"scripts": [],
|
||||
"styles": [
|
||||
"bootstrap/dist/css/bootstrap.min.css",
|
||||
"ngx-toastr/toastr.css",
|
||||
"bootstrap/dist/css/bootstrap.css",
|
||||
"open-iconic/font/css/open-iconic-bootstrap.css",
|
||||
"ngx-bootstrap/datepicker/bs-datepicker.css",
|
||||
"leaflet/dist/leaflet.css",
|
||||
"leaflet.markercluster/dist/MarkerCluster.css",
|
||||
"leaflet.markercluster/dist/MarkerCluster.Default.css",
|
||||
"node_modules/bootstrap/dist/css/bootstrap.min.css",
|
||||
"node_modules/ngx-toastr/toastr.css",
|
||||
"node_modules/bootstrap/dist/css/bootstrap.css",
|
||||
"node_modules/open-iconic/font/css/open-iconic-bootstrap.css",
|
||||
"node_modules/ngx-bootstrap/datepicker/bs-datepicker.css",
|
||||
"node_modules/leaflet/dist/leaflet.css",
|
||||
"node_modules/leaflet.markercluster/dist/MarkerCluster.css",
|
||||
"node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css",
|
||||
"src/frontend/styles.css"
|
||||
],
|
||||
"assets": [
|
||||
|
16448
package-lock.json
generated
16448
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
38
package.json
38
package.json
@ -54,20 +54,20 @@
|
||||
"typeorm": "0.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "12.2.16",
|
||||
"@angular-devkit/build-optimizer": "0.1202.16",
|
||||
"@angular/animations": "12.2.16",
|
||||
"@angular/cli": "12.2.16",
|
||||
"@angular/common": "12.2.16",
|
||||
"@angular/compiler": "12.2.16",
|
||||
"@angular/compiler-cli": "12.2.16",
|
||||
"@angular/core": "12.2.16",
|
||||
"@angular/forms": "12.2.16",
|
||||
"@angular/language-service": "12.2.16",
|
||||
"@angular/localize": "12.2.16",
|
||||
"@angular/platform-browser": "12.2.16",
|
||||
"@angular/platform-browser-dynamic": "12.2.16",
|
||||
"@angular/router": "12.2.16",
|
||||
"@angular-devkit/build-angular": "13.3.1",
|
||||
"@angular-devkit/build-optimizer": "0.1302.1",
|
||||
"@angular/animations": "13.3.1",
|
||||
"@angular/cli": "13.3.1",
|
||||
"@angular/common": "13.3.1",
|
||||
"@angular/compiler": "13.3.1",
|
||||
"@angular/compiler-cli": "13.3.1",
|
||||
"@angular/core": "13.3.1",
|
||||
"@angular/forms": "13.3.1",
|
||||
"@angular/language-service": "13.3.1",
|
||||
"@angular/localize": "13.3.1",
|
||||
"@angular/platform-browser": "13.3.1",
|
||||
"@angular/platform-browser-dynamic": "13.3.1",
|
||||
"@angular/router": "13.3.1",
|
||||
"@asymmetrik/ngx-leaflet": "8.1.0",
|
||||
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
|
||||
"@ngx-loading-bar/core": "5.1.2",
|
||||
@ -116,12 +116,12 @@
|
||||
"leaflet": "1.7.1",
|
||||
"leaflet.markercluster": "1.5.3",
|
||||
"mocha": "9.2.2",
|
||||
"ngx-bootstrap": "6.2.0",
|
||||
"ngx-clipboard": "14.0.2",
|
||||
"ngx-cookie-service": "12.0.3",
|
||||
"ngx-bootstrap": "8.0.0",
|
||||
"ngx-clipboard": "15.1.0",
|
||||
"ngx-cookie-service": "13.1.2",
|
||||
"ngx-device-detector": "3.0.0",
|
||||
"ngx-markdown": "12.1.0",
|
||||
"ngx-toastr": "12.1.0",
|
||||
"ngx-markdown": "13.1.0",
|
||||
"ngx-toastr": "14.2.2",
|
||||
"nyc": "15.1.0",
|
||||
"open-iconic": "1.1.1",
|
||||
"rxjs": "6.6.7",
|
||||
|
Loading…
Reference in New Issue
Block a user