{ "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": "^20.3.3", "@angular/cdk": "^20.2.7", "@angular/common": "^20.3.3", "@angular/compiler": "^20.3.3", "@angular/core": "^20.3.3", "@angular/forms": "^20.3.3", "@angular/material": "^20.2.7", "@angular/platform-browser": "^20.3.3", "@angular/platform-browser-dynamic": "^20.3.3", "@angular/router": "^20.3.3", "@livekit/protocol": "^1.38.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.1", "json-stringify-safe": "5.0.1", "livekit-client": "^2.15.8", "livekit-server-sdk": "^2.14.0", "lodash": "^4.17.21", "rxjs": "~7.8.2", "stream-browserify": "^3.0.0", "tslib": "^2.8.1", "util": "^0.12.5", "zone.js": "~0.15.1" }, "devDependencies": { "@angular-builders/custom-webpack": "^20.0.0", "@angular/build": "^20.3.4", "@angular/cli": "~20.3.4", "@angular/compiler-cli": "^20.3.3", "@types/events": "^3.0.3", "@types/jasmine": "~5.1.8", "@types/json-stringify-safe": "^5.0.3", "@types/lodash": "^4.17.18", "@types/node": "^24.7.0", "jasmine-core": "~5.12.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.9.3" } }