{ "name": "console", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "prodbuild": "ng build --configuration production --base-href=/ui/console/", "lint": "ng lint && stylelint './src/**/*.scss' --syntax scss", "e2e": "./cypress.sh run e2e.env", "e2e:open": "./cypress.sh open e2e.env" }, "private": true, "dependencies": { "@angular/animations": "~13.3.10", "@angular/cdk": "~13.3.8", "@angular/common": "~13.3.10", "@angular/compiler": "~13.3.10", "@angular/core": "~13.3.10", "@angular/forms": "~13.3.10", "@angular/material": "~13.3.8", "@angular/material-moment-adapter": "~13.3.8", "@angular/platform-browser": "~13.3.10", "@angular/platform-browser-dynamic": "~13.3.10", "@angular/router": "~13.3.10", "@angular/service-worker": "~13.3.10", "@ctrl/ngx-codemirror": "^5.1.1", "@grpc/grpc-js": "^1.5.7", "@ngx-translate/core": "^14.0.0", "@ngx-translate/http-loader": "^7.0.0", "@types/file-saver": "^2.0.2", "@types/google-protobuf": "^3.15.3", "@types/uuid": "^8.3.0", "angular-oauth2-oidc": "^13.0.1", "buffer": "^6.0.3", "codemirror": "^5.65.0", "cors": "^2.8.5", "file-saver": "^2.0.5", "google-proto-files": "^2.5.0", "google-protobuf": "^3.19.4", "grpc-web": "^1.3.0", "libphonenumber-js": "^1.10.6", "material-design-icons-iconfont": "^6.1.1", "moment": "^2.29.1", "ng-qrcode": "^6.0.0", "ngx-color": "^7.2.0", "ngx-quicklink": "^0.2.6", "rxjs": "~7.5.2", "tinycolor2": "^1.4.2", "tslib": "^2.2.0", "uuid": "^8.3.2", "zone.js": "~0.11.4" }, "devDependencies": { "@angular-devkit/build-angular": "~13.3.7", "@angular-eslint/builder": "^13.1.0", "@angular-eslint/eslint-plugin": "^13.1.0", "@angular-eslint/eslint-plugin-template": "^13.1.0", "@angular-eslint/schematics": "^13.1.0", "@angular-eslint/template-parser": "^13.1.0", "@angular/cli": "~13.3.7", "@angular/compiler-cli": "~13.3.10", "@angular/language-service": "~13.3.10", "@types/jasmine": "~4.0.3", "@types/jasminewd2": "~2.0.10", "@types/jsonwebtoken": "^8.5.5", "@types/node": "^17.0.35", "@typescript-eslint/parser": "5.27.0", "codelyzer": "^6.0.0", "cypress": "^9.5.1", "cypress-terminal-report": "^4.0.1", "eslint": "^8.16.0", "@typescript-eslint/eslint-plugin": "5.25.0", "jasmine-core": "~4.1.1", "jasmine-spec-reporter": "~7.0.0", "jsonwebtoken": "^8.5.1", "karma": "~6.3.16", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~5.0.1", "karma-jasmine-html-reporter": "^2.0.0", "mochawesome": "^7.1.2", "prettier": "^2.4.1", "protractor": "~7.0.0", "stylelint": "^13.10.0", "stylelint-config-standard": "^22.0.0", "stylelint-scss": "^3.21.0", "typescript": "^4.4.4" } }