- Angular 17 with standalone components - Angular Material + Tailwind CSS - OIDC authorization code flow with Authentik - Role-based access control (USER, DEVELOPER, APPROVER, ADMIN) - Dashboard with pending requests, tunnel list, and create mapping - Nginx reverse proxy to backend API - Multi-container Docker Compose setup (frontend, backend, postgres) - Environment-based configuration (local, test, prod)
39 lines
1.0 KiB
JSON
39 lines
1.0 KiB
JSON
{
|
|
"name": "cftunnels-frontend",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^17.3.0",
|
|
"@angular/cdk": "^17.3.0",
|
|
"@angular/common": "^17.3.0",
|
|
"@angular/compiler": "^17.3.0",
|
|
"@angular/core": "^17.3.0",
|
|
"@angular/forms": "^17.3.0",
|
|
"@angular/material": "^17.3.0",
|
|
"@angular/platform-browser": "^17.3.0",
|
|
"@angular/platform-browser-dynamic": "^17.3.0",
|
|
"@angular/router": "^17.3.0",
|
|
"angular-oauth2-oidc": "^17.0.0",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.6.0",
|
|
"zone.js": "~0.14.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^17.3.0",
|
|
"@angular/cli": "^17.3.0",
|
|
"@angular/compiler-cli": "^17.3.0",
|
|
"@types/node": "^20.0.0",
|
|
"autoprefixer": "^10.4.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^3.4.0",
|
|
"typescript": "~5.4.0"
|
|
}
|
|
}
|