wahlrecht-frontend/package.json

56 lines
1.8 KiB
JSON

{
"name": "wahlrecht-frontend",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"startRemote": "ng serve -c developmentRemote",
"build": "ng build",
"build:development": "ng build -c development",
"build:development:stats": "ng build -c development --stats-json",
"build:production": "ng build -c production",
"build:production:sourcemap": "ng build -c productionDebug",
"build:production:stats": "ng build -c production --stats-json",
"analyze": "webpack-bundle-analyzer dist/wahlrecht-frontend/de/stats.json",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"extract-i18n": "ng extract-i18n --output-path src/locale"
},
"private": true,
"dependencies": {
"@angular/animations": "^16.1.0",
"@angular/cdk": "^16.1.5",
"@angular/common": "^16.1.0",
"@angular/compiler": "^16.1.0",
"@angular/core": "^16.1.0",
"@angular/forms": "^16.1.0",
"@angular/material": "^16.1.5",
"@angular/platform-browser": "^16.1.0",
"@angular/platform-browser-dynamic": "^16.1.0",
"@angular/router": "^16.1.0",
"@angular/service-worker": "^16.1.0",
"@ngrx/effects": "^16.1.0",
"@ngrx/store": "^16.1.0",
"keycloak-angular": "^14.0.0",
"rxjs": "~7.8.1",
"tslib": "^2.6.0",
"zone.js": "~0.13.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.4",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.1.0",
"@angular/localize": "^16.1.5",
"@types/jasmine": "~4.3.0",
"jasmine-core": "~4.6.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "~5.1.6",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^5.1.4"
}
}