|
|
@@ -8,6 +8,7 @@
|
|
|
"name": "campus-health-app",
|
|
|
"version": "0.0.0",
|
|
|
"dependencies": {
|
|
|
+ "@angular/animations": "^20.3.2",
|
|
|
"@angular/common": "^20.3.0",
|
|
|
"@angular/compiler": "^20.3.0",
|
|
|
"@angular/core": "^20.3.0",
|
|
|
@@ -327,6 +328,21 @@
|
|
|
"yarn": ">= 1.13.0"
|
|
|
}
|
|
|
},
|
|
|
+ "node_modules/@angular/animations": {
|
|
|
+ "version": "20.3.2",
|
|
|
+ "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-20.3.2.tgz",
|
|
|
+ "integrity": "sha512-za7onSElEUbaI9iS8j7nKf8FjyvVng6wFsb2ZuHxr71dMgnYkqPfMu0KMP+mkZ3yUVc//7SllXcSkGBHShyCcw==",
|
|
|
+ "license": "MIT",
|
|
|
+ "dependencies": {
|
|
|
+ "tslib": "^2.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": "^20.19.0 || ^22.12.0 || >=24.0.0"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@angular/core": "20.3.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
"node_modules/@angular/build": {
|
|
|
"version": "20.3.3",
|
|
|
"resolved": "https://registry.npmjs.org/@angular/build/-/build-20.3.3.tgz",
|