32 lines
878 B
JSON
32 lines
878 B
JSON
{
|
|
"name": "@ldap-portal/web",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "ng serve --host 0.0.0.0 --port 4200 --proxy-config proxy.conf.json",
|
|
"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"
|
|
}
|
|
}
|