{ "name": "openvidu-testapp-livekit", "version": "0.0.0", "scripts": { "ng": "ng", "start": "ng serve --ssl --host 0.0.0.0 --disable-host-check", "start-insecure": "ng serve --host 0.0.0.0 --disable-host-check", "build": "ng build", "watch": "ng build --watch --configuration development", "test": "ng test" }, "private": true, "dependencies": { "@angular/animations": "^19.1.6", "@angular/cdk": "^19.1.4", "@angular/common": "^19.1.6", "@angular/compiler": "^19.1.6", "@angular/core": "^19.1.6", "@angular/forms": "^19.1.6", "@angular/material": "^19.1.4", "@angular/platform-browser": "^19.1.6", "@angular/platform-browser-dynamic": "^19.1.6", "@angular/router": "^19.1.6", "@livekit/protocol": "1.33.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.1", "json-stringify-safe": "5.0.1", "livekit-client": "2.9.3", "livekit-server-sdk": "^2.10.1", "lodash": "^4.17.21", "rxjs": "~7.8.1", "stream-browserify": "^3.0.0", "tslib": "^2.8.1", "util": "^0.12.5", "zone.js": "~0.15.0" }, "devDependencies": { "@angular-builders/custom-webpack": "^19.0.0", "@angular-devkit/build-angular": "^19.1.7", "@angular/cli": "~19.1.7", "@angular/compiler-cli": "^19.1.6", "@types/events": "^3.0.3", "@types/jasmine": "~5.1.6", "@types/json-stringify-safe": "^5.0.3", "@types/lodash": "^4.17.15", "@types/node": "^22.13.4", "jasmine-core": "~5.6.0", "karma": "~6.4.4", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.1", "karma-jasmine": "~5.1.0", "karma-jasmine-html-reporter": "~2.1.0", "typescript": "5.7.3" } }