Newer
Older
"angular-cli": {},
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config proxy-config.json",
"start:docker": "ng serve --proxy-config proxy-config-docker.json",
"start:dev": "ng serve -c dev --proxy-config proxy-config.json",
"build": "ng build --dev --base-href /smp/",
"prod": "ng build --configuration production --output-path=./src/main/resources/META-INF/resources/ui/",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
"@angular/animations": "^18.2.8",
"@angular/cdk": "^18.2.8",
"@angular/common": "^18.2.8",
"@angular/compiler": "^18.2.8",
"@angular/core": "^18.2.8",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "^18.2.8",
"@angular/material": "^18.2.8",
"@angular/material-moment-adapter": "^18.2.8",
"@angular/platform-browser": "^18.2.8",
"@angular/platform-browser-dynamic": "^18.2.8",
"@angular/platform-server": "^18.2.8",
"@angular/router": "^18.2.8",
"@codemirror/commands": "^6.7.0",
"@codemirror/language": "^6.10.3",
"@codemirror/language-data": "^6.5.1",
"@codemirror/search": "^6.5.6",
"@codemirror/theme-one-dark": "^6.1.2",
"@ngx-translate/core": "^15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@swimlane/ngx-datatable": "^20.1.0",
"@angular-devkit/build-angular": "^18.2.8",
"@angular/cli": "^18.2.8",
"@angular/compiler-cli": "^18.2.8",
"@types/jasmine": "^5.1.4",
"ng-packagr": "^18.2.1",
"tslib": "^2.7.0",
"postcss": "^8.4.47",