51 lines
2.1 KiB
JSON
51 lines
2.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "13.3.0",
|
|
"@angular/cdk": "13.3.0",
|
|
"@angular/common": "13.3.0",
|
|
"@angular/compiler": "13.3.0",
|
|
"@angular/core": "13.3.0",
|
|
"@angular/forms": "13.3.0",
|
|
"@angular/material": "13.3.0",
|
|
"@angular/platform-browser": "13.3.0",
|
|
"@angular/platform-browser-dynamic": "13.3.0",
|
|
"@angular/router": "13.3.0",
|
|
"openvidu-angular": "2.22.0",
|
|
"rxjs": "7.5.5",
|
|
"unique-names-generator": "4.7.1",
|
|
"zone.js": "0.11.5"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "13.3.0",
|
|
"@angular/cli": "13.3.0",
|
|
"@angular/compiler-cli": "13.3.0",
|
|
"@angular/language-service": "13.3.0",
|
|
"@types/jasmine": "3.10.3",
|
|
"@types/node": "16.11.9",
|
|
"codelyzer": "6.0.1",
|
|
"fs-extra": "9.0.1",
|
|
"jasmine-core": "3.10.1",
|
|
"karma": "6.3.9",
|
|
"ng-packagr": "13.3.0",
|
|
"protractor": "7.0.0",
|
|
"ts-node": "10.4.0",
|
|
"tslib": "2.3.1",
|
|
"tslint": "6.1.3",
|
|
"typedoc": "0.22.11",
|
|
"typescript": "4.4.4"
|
|
},
|
|
"name": "openvidu-call",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev:start": "ng serve --ssl --configuration development",
|
|
"dev:build": "./node_modules/@angular/cli/bin/ng.js build --output-path ../openvidu-call-back/public/",
|
|
"prod:build": "func() { ./node_modules/@angular/cli/bin/ng.js build --output-path ../openvidu-call-back/public/ --configuration production --base-href=\"${1:-/}\"; }; func",
|
|
"dev:build-java": "./node_modules/@angular/cli/bin/ng.js build --output-path ../openvidu-call-back-java/src/main/resources/static/",
|
|
"prod:build-java": "func() { ./node_modules/@angular/cli/bin/ng.js build --output-path ../openvidu-call-back-java/src/main/resources/static/ --configuration production --base-href=\"${1:-/}\"; }; func",
|
|
"e2e": "ng e2e",
|
|
"lint": "ng lint",
|
|
"test": "ng test openvidu-call --watch=false --code-coverage"
|
|
},
|
|
"version": "2.23.0"
|
|
}
|