{ "dependencies": { "@angular/animations": "15.0.2", "@angular/cdk": "15.0.1", "@angular/common": "15.0.2", "@angular/compiler": "15.0.2", "@angular/core": "15.0.2", "@angular/forms": "15.0.2", "@angular/material": "15.0.1", "@angular/platform-browser": "15.0.2", "@angular/platform-browser-dynamic": "15.0.2", "@angular/router": "15.0.2", "core-js": "3.26.1", "jquery": "3.6.1", "openvidu-browser": "2.24.0", "rxjs": "7.5.7", "tslib": "2.4.1", "zone.js": "0.12.0" }, "devDependencies": { "@angular-devkit/build-angular": "15.0.2", "@angular/cli": "15.0.2", "@angular/compiler-cli": "15.0.2", "@angular/language-service": "15.0.2", "@types/jasmine": "4.3.0", "@types/node": "18.11.10", "codelyzer": "6.0.2", "jasmine-core": "4.5.0", "jasmine-spec-reporter": "7.0.0", "karma": "6.4.1", "karma-chrome-launcher": "3.1.1", "karma-coverage-istanbul-reporter": "3.0.3", "karma-jasmine": "5.1.0", "karma-jasmine-html-reporter": "2.0.0", "protractor": "7.0.0", "ts-node": "10.9.1", "tslint": "6.1.3", "typescript": "4.8.4" }, "license": "Apache-2.0", "name": "frontend", "private": true, "scripts": { "build": "./node_modules/.bin/ng build --base-href /dashboard/ --output-path ../main/resources/static/dashboard", "build-prod": "./node_modules/.bin/ng build --configuration production --base-href /dashboard/ --output-path ../main/resources/static/dashboard", "e2e": "ng e2e", "lint": "ng lint", "ng": "ng", "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points", "start": "ng serve --host 0.0.0.0 --ssl", "test": "ng test" }, "version": "0.0.0" }