{ "dependencies": { "@angular/animations": "17.3.10", "@angular/cdk": "17.3.10", "@angular/common": "17.3.10", "@angular/core": "17.3.10", "@angular/flex-layout": "15.0.0-beta.42", "@angular/forms": "17.3.10", "@angular/material": "17.3.10", "@angular/platform-browser": "17.3.10", "@angular/platform-browser-dynamic": "17.3.10", "@angular/router": "17.3.10", "autolinker": "4.0.0", "openvidu-browser-v2compatibility": "3.0.0-beta1", "rxjs": "7.5.7", "tslib": "2.3.1", "zone.js": "^0.14.6" }, "devDependencies": { "@angular-devkit/build-angular": "17.3.8", "@angular/cli": "17.3.8", "@angular/compiler": "17.3.10", "@angular/compiler-cli": "17.3.10", "@angular/elements": "17.3.10", "@compodoc/compodoc": "^1.1.19", "@types/chai": "4.3.0", "@types/mocha": "9.1.0", "@types/node": "20.12.12", "@types/selenium-webdriver": "4.1.5", "@types/ws": "8.5.4", "chai": "4.3.6", "chromedriver": "122.0.5", "codelyzer": "6.0.2", "concat": "^1.0.3", "cross-env": "^7.0.3", "http-server": "14.1.1", "jasmine-core": "3.10.1", "jasmine-spec-reporter": "7.0.0", "karma": "^6.3.9", "karma-chrome-launcher": "3.1.1", "karma-coverage": "^2.0.3", "karma-coverage-istanbul-reporter": "3.0.3", "karma-jasmine": "4.0.1", "karma-jasmine-html-reporter": "1.7.0", "karma-junit-reporter": "2.0.1", "karma-mocha-reporter": "2.2.5", "karma-notify-reporter": "1.3.0", "mocha": "9.2.2", "ng-packagr": "17.3.0", "selenium-webdriver": "4.5.0", "ts-node": "10.4.0", "tslint": "6.1.3", "typescript": "^5.4.5", "webpack-bundle-analyzer": "^4.5.0" }, "name": "openvidu-components-testapp", "private": true, "scripts": { "build": "ng build openvidu-components-testapp --configuration production", "bundle-report": "ng build openvidu-webcomponent --stats-json --configuration production && webpack-bundle-analyzer dist/openvidu-webcomponent/stats.json", "doc:build": "npx compodoc -c ./projects/openvidu-angular/doc/.compodocrc.json", "doc:clean-copy": "rm -rf ../../openvidu.io-docs/docs/api/openvidu-angular && cp -r ./docs/openvidu-angular/ ../../openvidu.io-docs/docs/api/openvidu-angular", "doc:serve": "npx compodoc --watch --serve -c ./projects/openvidu-angular/doc/.compodocrc.json", "lib:build": "ng build openvidu-angular --configuration production && cd ./dist/openvidu-angular", "lib:copy": "cp dist/openvidu-angular/openvidu-angular-*.tgz ../../openvidu-tutorials/openvidu-call/openvidu-call-front", "lib:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/angular.test.js", "lib:e2e-ci": "cross-env LAUNCH_MODE=CI npm run lib:e2e", "lib:serve": "ng build openvidu-angular --watch", "lib:test": "ng test openvidu-angular --no-watch --code-coverage", "lint": "ng lint", "start": "ng serve --configuration development --open", "start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200", "start:ssl": "ng serve --ssl --configuration development --host 0.0.0.0 --port 4200 --ssl-cert /path/to/cert.pem --ssl-key /path/to/key.pem", "webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js", "webcomponent:e2e": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.test.js", "webcomponent:e2e-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e", "webcomponent:e2e-pro": "tsc --project ./e2e && npx mocha --recursive --timeout 30000 ./e2e/dist/webcomponent.pro.test.js", "webcomponent:e2e-pro-ci": "cross-env LAUNCH_MODE=CI npm run webcomponent:e2e-pro", "webcomponent:serve-testapp": "npx http-server ./e2e/webcomponent-app/ && echo http://localhost:8080/?OV_URL=https://localhost:4443&OV_SECRET=MY_SECRET&prejoin=false" }, "version": "3.2.0" }