auth front

This commit is contained in:
jleroy
2025-03-11 11:28:14 +01:00
parent 4e41294eee
commit 32ee0904f1
21 changed files with 363 additions and 23 deletions

16
package-lock.json generated
View File

@@ -8,6 +8,7 @@
"name": "eni-angular",
"version": "0.0.0",
"dependencies": {
"@angular/animations": "^19.2.1",
"@angular/common": "^19.2.0",
"@angular/compiler": "^19.2.0",
"@angular/core": "^19.2.0",
@@ -350,6 +351,21 @@
"tslib": "^2.1.0"
}
},
"node_modules/@angular/animations": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.2.1.tgz",
"integrity": "sha512-I67XYXBic9bM+yfce6Dqa950TsrEWB6uwSB2l6eIg3Byp48yJxQYbyjvjDbMXPieU2Bzo8FYVSD+lc8cF4+L6A==",
"license": "MIT",
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
},
"peerDependencies": {
"@angular/core": "19.2.1"
}
},
"node_modules/@angular/build": {
"version": "19.2.1",
"resolved": "https://registry.npmjs.org/@angular/build/-/build-19.2.1.tgz",