Loading angular.json +14 −3 Original line number Diff line number Diff line Loading @@ -47,15 +47,26 @@ "maximumError": "10kb" } ] }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } } }, "serve": { "builder": "@angular/build:dev-server", "options": { "buildTarget": "kicker:build" "configurations": { "production": { "buildTarget": "kicker:build:production" }, "development": { "buildTarget": "kicker:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n", "options": { Loading package-lock.json +8433 −14551 File changed.Preview size limit exceeded, changes collapsed. Show changes package.json +6 −20 Original line number Diff line number Diff line Loading @@ -4,8 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "lint": "ng lint" "build": "ng build" }, "private": true, "dependencies": { Loading @@ -18,35 +17,22 @@ "@angular/platform-browser": "18.1.0", "@angular/platform-browser-dynamic": "18.1.0", "@angular/router": "18.1.0", "@ng-bootstrap/ng-bootstrap": "15.1.2", "@ng-bootstrap/ng-bootstrap": "17.0.0", "boosted": "5.3.3", "marked": "^9.0.0", "marked": "^12.0.0", "ng-process-env": "^16.0.6", "ngx-markdown": "^17.0.0", "ngx-matomo": "2.0.0", "ngx-markdown": "^18.0.0", "rxjs": "7.8.1", "tslib": "^2.3.0", "zone.js": "0.14.7" }, "devDependencies": { "@angular-eslint/builder": "16.2.0", "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/build": "^18.1.0", "@angular/cli": "18.1.0", "@angular/compiler-cli": "18.1.0", "@angular/language-service": "18.1.0", "@types/node": "20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.30.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "@biomejs/biome": "1.8.3", "@types/node": "20.14.10", "ts-node": "10.9.2", "typescript": "^5.4.5" } Loading Loading
angular.json +14 −3 Original line number Diff line number Diff line Loading @@ -47,15 +47,26 @@ "maximumError": "10kb" } ] }, "development": { "optimization": false, "extractLicenses": false, "sourceMap": true } } }, "serve": { "builder": "@angular/build:dev-server", "options": { "buildTarget": "kicker:build" "configurations": { "production": { "buildTarget": "kicker:build:production" }, "development": { "buildTarget": "kicker:build:development" } }, "defaultConfiguration": "development" }, "extract-i18n": { "builder": "@angular/build:extract-i18n", "options": { Loading
package-lock.json +8433 −14551 File changed.Preview size limit exceeded, changes collapsed. Show changes
package.json +6 −20 Original line number Diff line number Diff line Loading @@ -4,8 +4,7 @@ "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "lint": "ng lint" "build": "ng build" }, "private": true, "dependencies": { Loading @@ -18,35 +17,22 @@ "@angular/platform-browser": "18.1.0", "@angular/platform-browser-dynamic": "18.1.0", "@angular/router": "18.1.0", "@ng-bootstrap/ng-bootstrap": "15.1.2", "@ng-bootstrap/ng-bootstrap": "17.0.0", "boosted": "5.3.3", "marked": "^9.0.0", "marked": "^12.0.0", "ng-process-env": "^16.0.6", "ngx-markdown": "^17.0.0", "ngx-matomo": "2.0.0", "ngx-markdown": "^18.0.0", "rxjs": "7.8.1", "tslib": "^2.3.0", "zone.js": "0.14.7" }, "devDependencies": { "@angular-eslint/builder": "16.2.0", "@angular-eslint/eslint-plugin": "16.2.0", "@angular-eslint/eslint-plugin-template": "16.2.0", "@angular-eslint/schematics": "16.2.0", "@angular-eslint/template-parser": "16.2.0", "@angular/build": "^18.1.0", "@angular/cli": "18.1.0", "@angular/compiler-cli": "18.1.0", "@angular/language-service": "18.1.0", "@types/node": "20.12.11", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/eslint-plugin-tslint": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.30.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsdoc": "^48.0.0", "eslint-plugin-prefer-arrow": "^1.2.3", "@biomejs/biome": "1.8.3", "@types/node": "20.14.10", "ts-node": "10.9.2", "typescript": "^5.4.5" } Loading