Aw5739 Prepare for Angular migration

This commit is contained in:
2023-12-27 13:53:50 +01:00
parent 5cbb6f32f9
commit 6f9270b2e8
2 changed files with 322 additions and 249 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "farmmaps-lib-app",
"version": "4.2.0",
"scripts": {
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
@@ -10,12 +10,12 @@
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"dependencies": {
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular/animations": "^14.1.3",
"@angular/common": "^14.1.3",
"@angular/compiler": "^14.1.3",
"@angular/core": "^14.1.3",
"@angular-eslint/eslint-plugin": "^15.2.1",
"@angular/forms": "^14.1.3",
"@angular/platform-browser": "^14.1.3",
"@angular/platform-browser-dynamic": "^14.1.3",
@@ -56,9 +56,9 @@
"util": "^0.12.4",
"zone.js": "~0.11.4"
},
"devDependencies": {
"devDependencies": {
"@angular-builders/custom-webpack": "^14",
"@angular-devkit/build-angular": "^14.1.3",
"@angular-devkit/build-angular": "^14.2.13",
"@angular/cli": "^14.1.3",
"@angular/compiler-cli": "^14.1.3",
"@angular/language-service": "^14.1.3",
@@ -86,4 +86,4 @@
"ts-node": "^8.8.1",
"typescript": "~4.6.4"
}
}
}