{ "name": "frontend", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "npx ng build --single-bundle true --output-hashing none --aot --build-optimizer --optimization --allowed-common-js-dependencies", "build:no:optimizers": "npx ng build --single-bundle true --output-hashing none --aot --build-optimizer=false --optimization=false --allowed-common-js-dependencies", "watch": "ng build --watch --configuration development", "serve": "npx --max_old_space_size=4096 ng serve --poll=2000 --host=0.0.0.0 --single-bundle --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "~12.1.0", "@angular/cdk": "^12.1.0", "@angular/common": "~12.1.0", "@angular/compiler": "~12.1.0", "@angular/core": "~12.1.0", "@angular/flex-layout": "*", "@angular/forms": "~12.1.0", "@angular/material": "^12.1.0", "@angular/platform-browser": "~12.1.0", "@angular/platform-browser-dynamic": "~12.1.0", "@angular/router": "~12.1.0", "@ngx-translate/core": "^13.0.0", "@ngx-translate/http-loader": "^6.0.0", "@tinkoff/ng-event-plugins": "^2.2.0", "@wails/runtime": "^1.3.20", "@wailsapp/runtime": "^1.1.1", "await-to-js": "^3.0.0", "core-js": "^3.15.1", "lodash": "^4.17.21", "ng-qrcode": "^5.1.1", "ngx-build-plus": "^12.0.1", "rxjs": "~6.6.0", "tslib": "^2.2.0", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~12.1.0", "@angular/cli": "~12.1.0", "@angular/compiler-cli": "~12.1.0", "@types/jasmine": "~3.6.0", "@types/lodash": "^4.14.172", "@types/node": "^12.20.19", "jasmine-core": "~3.7.0", "karma": "~6.3.0", "karma-chrome-launcher": "~3.1.0", "karma-coverage": "~2.0.3", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "typescript": "~4.3.2" } }