mirror of https://github.com/OpenVidu/openvidu.git
50 lines
1.5 KiB
JSON
50 lines
1.5 KiB
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "16.2.12",
|
|
"@angular/cdk": "16.2.14",
|
|
"@angular/common": "16.2.12",
|
|
"@angular/compiler": "16.2.12",
|
|
"@angular/core": "16.2.12",
|
|
"@angular/flex-layout": "14.0.0-beta.41",
|
|
"@angular/forms": "16.2.12",
|
|
"@angular/material": "16.2.14",
|
|
"@angular/platform-browser": "16.2.12",
|
|
"@angular/platform-browser-dynamic": "16.2.12",
|
|
"@angular/router": "16.2.12",
|
|
"colormap": "2.3.2",
|
|
"core-js": "3.26.1",
|
|
"json-stringify-safe": "5.0.1",
|
|
"openvidu-browser-v2compatibility": "3.3.0",
|
|
"openvidu-node-client-v2compatibility": "3.3.0",
|
|
"rxjs": "7.8.1",
|
|
"tslib": "2.4.1",
|
|
"zone.js": "0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "16.2.16",
|
|
"@angular/cli": "16.2.16",
|
|
"@angular/compiler-cli": "16.2.12",
|
|
"@angular/language-service": "16.2.12",
|
|
"@types/jasmine": "4.3.0",
|
|
"@types/jasminewd2": "2.0.10",
|
|
"@types/json-stringify-safe": "5.0.0",
|
|
"@types/node": "12.12.14",
|
|
"codelyzer": "6.0.2",
|
|
"ts-node": "8.5.4",
|
|
"tslint": "6.1.3",
|
|
"typescript": "5.1.6"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"name": "openvidu-testapp",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build --configuration production",
|
|
"e2e": "ng e2e",
|
|
"lint": "ng lint",
|
|
"ng": "ng",
|
|
"start": "ng serve --host 0.0.0.0 --ssl --configuration development",
|
|
"start:dev": "ng serve --open --configuration development",
|
|
"test": "ng test"
|
|
},
|
|
"version": "3.0.0-v2compatibility"
|
|
} |