{ "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.2.14", "@angular/cdk": "^19.2.18", "@angular/common": "^19.2.14", "@angular/compiler": "^19.2.14", "@angular/core": "^19.2.14", "@angular/forms": "^19.2.14", "@angular/material": "^19.2.18", "@angular/platform-browser": "^19.2.14", "@angular/platform-browser-dynamic": "^19.2.14", "@angular/router": "^19.2.14", "@livekit/protocol": "^1.38.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.1", "json-stringify-safe": "5.0.1", "livekit-client": "^2.13.8", "livekit-server-sdk": "^2.13.1", "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": "^19.0.1", "@angular-devkit/build-angular": "^19.2.15", "@angular/cli": "~19.2.15", "@angular/compiler-cli": "^19.2.14", "@types/events": "^3.0.3", "@types/jasmine": "~5.1.8", "@types/json-stringify-safe": "^5.0.3", "@types/lodash": "^4.17.18", "@types/node": "^22.15.33", "jasmine-core": "~5.7.1", "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.8.3" } }