+30
-4
@@ -15,7 +15,7 @@
|
||||
"prefix": "app",
|
||||
"architect": {
|
||||
"build": {
|
||||
"builder": "@angular-devkit/build-angular:application",
|
||||
"builder": "@angular/build:application",
|
||||
"options": {
|
||||
"outputPath": "dist",
|
||||
"index": "src/index.html",
|
||||
@@ -62,7 +62,7 @@
|
||||
"defaultConfiguration": "production"
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"builder": "@angular/build:dev-server",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "webrtc:build:production"
|
||||
@@ -74,10 +74,10 @@
|
||||
"defaultConfiguration": "development"
|
||||
},
|
||||
"extract-i18n": {
|
||||
"builder": "@angular-devkit/build-angular:extract-i18n"
|
||||
"builder": "@angular/build:extract-i18n"
|
||||
},
|
||||
"test": {
|
||||
"builder": "@angular-devkit/build-angular:karma",
|
||||
"builder": "@angular/build:karma",
|
||||
"options": {
|
||||
"polyfills": [
|
||||
"zone.js",
|
||||
@@ -99,5 +99,31 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"schematics": {
|
||||
"@schematics/angular:component": {
|
||||
"type": "component"
|
||||
},
|
||||
"@schematics/angular:directive": {
|
||||
"type": "directive"
|
||||
},
|
||||
"@schematics/angular:service": {
|
||||
"type": "service"
|
||||
},
|
||||
"@schematics/angular:guard": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:interceptor": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:module": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:pipe": {
|
||||
"typeSeparator": "."
|
||||
},
|
||||
"@schematics/angular:resolver": {
|
||||
"typeSeparator": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Generated
+3694
-12844
File diff suppressed because it is too large
Load Diff
+12
-12
@@ -10,24 +10,24 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@angular/animations": "^19.2.25",
|
||||
"@angular/common": "^19.2.25",
|
||||
"@angular/compiler": "^19.2.25",
|
||||
"@angular/core": "^19.2.25",
|
||||
"@angular/forms": "^19.2.25",
|
||||
"@angular/platform-browser": "^19.2.25",
|
||||
"@angular/platform-browser-dynamic": "^19.2.25",
|
||||
"@angular/router": "^19.2.25",
|
||||
"@angular/service-worker": "^19.2.25",
|
||||
"@angular/animations": "^20.3.25",
|
||||
"@angular/common": "^20.3.25",
|
||||
"@angular/compiler": "^20.3.25",
|
||||
"@angular/core": "^20.3.25",
|
||||
"@angular/forms": "^20.3.25",
|
||||
"@angular/platform-browser": "^20.3.25",
|
||||
"@angular/platform-browser-dynamic": "^20.3.25",
|
||||
"@angular/router": "^20.3.25",
|
||||
"@angular/service-worker": "^20.3.25",
|
||||
"rxjs": "~7.5.0",
|
||||
"tslib": "^2.3.0",
|
||||
"uuid": "^9.0.0",
|
||||
"zone.js": "~0.15.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "^19.2.27",
|
||||
"@angular/cli": "~19.2.27",
|
||||
"@angular/compiler-cli": "^19.2.25",
|
||||
"@angular/build": "^20.3.28",
|
||||
"@angular/cli": "~20.3.28",
|
||||
"@angular/compiler-cli": "^20.3.25",
|
||||
"@types/jasmine": "~4.0.0",
|
||||
"@types/uuid": "^9.0.1",
|
||||
"jasmine-core": "~4.3.0",
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
"sourceMap": true,
|
||||
"declaration": false,
|
||||
"experimentalDecorators": true,
|
||||
"moduleResolution": "node",
|
||||
"moduleResolution": "bundler",
|
||||
"importHelpers": true,
|
||||
"target": "ES2022",
|
||||
"module": "es2020",
|
||||
|
||||
Reference in New Issue
Block a user