This commit is contained in:
Bastian Wagner
2026-07-15 14:09:28 +02:00
commit 3e5348b7ec
104 changed files with 30367 additions and 0 deletions

31
apps/web/package.json Normal file
View File

@@ -0,0 +1,31 @@
{
"name": "@ldap-portal/web",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "ng serve --host 0.0.0.0 --port 4200",
"build": "ng build",
"lint": "eslint \"src/**/*.ts\""
},
"dependencies": {
"@angular/animations": "^20.0.0",
"@angular/common": "^20.3.26",
"@angular/compiler": "^20.0.0",
"@angular/core": "^20.0.0",
"@angular/forms": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@angular/router": "^20.0.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.0",
"zone.js": "^0.15.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.0.0",
"@angular/cli": "^20.0.0",
"@angular/compiler-cli": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"eslint": "^9.11.1",
"typescript": "^5.8.0"
}
}