angular ui

This commit is contained in:
2025-05-10 11:33:42 +02:00
parent a2048718d8
commit a3a48cad40
120 changed files with 7600 additions and 475 deletions

17
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "hex-tower-defense",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^19.2.9",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
@@ -306,6 +307,22 @@
"tslib": "^2.1.0"
}
},
"node_modules/@angular/animations": {
"version": "19.2.9",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.9.tgz",
"integrity": "sha512-Xg/JD8GyeUpBwno51iuK/iJnbSVc6A+THyP+2ScNVdWFdLyuCiEr9EbIHdeGDnhK1f/MVjRKbkrN6OElkxCx8A==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/common": "19.2.9",
"@angular/core": "19.2.9"
}
},
"node_modules/@angular/build": {
"version": "19.2.10",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-19.2.10.tgz",