mirror of https://github.com/OpenVidu/openvidu.git
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "14.2.12",
|
|
"@angular/cdk": "14.2.7",
|
|
"@angular/common": "14.2.12",
|
|
"@angular/compiler": "14.2.12",
|
|
"@angular/core": "14.2.12",
|
|
"@angular/flex-layout": "14.0.0-beta.41",
|
|
"@angular/forms": "14.2.12",
|
|
"@angular/material": "14.2.7",
|
|
"@angular/platform-browser": "14.2.12",
|
|
"@angular/platform-browser-dynamic": "14.2.12",
|
|
"@angular/router": "14.2.12",
|
|
"colormap": "2.3.2",
|
|
"core-js": "3.26.1",
|
|
"json-stringify-safe": "5.0.1",
|
|
"openvidu-browser": "2.30.0",
|
|
"openvidu-node-client": "2.31.0",
|
|
"rxjs": "7.5.7",
|
|
"tslib": "2.4.1",
|
|
"zone.js": "0.12.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "14.2.10",
|
|
"@angular/cli": "14.2.10",
|
|
"@angular/compiler-cli": "14.2.12",
|
|
"@angular/language-service": "14.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": "4.8.4"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"name": "openvidu-testapp",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "ng build",
|
|
"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": "2.30.0"
|
|
} |