52 lines
2.1 KiB
JSON
52 lines
2.1 KiB
JSON
{
|
|
"dependencies": {
|
|
"@angular/animations": "14.2.2",
|
|
"@angular/cdk": "14.2.2",
|
|
"@angular/common": "14.2.2",
|
|
"@angular/compiler": "14.2.2",
|
|
"@angular/core": "14.2.2",
|
|
"@angular/forms": "14.2.2",
|
|
"@angular/material": "14.2.2",
|
|
"@angular/platform-browser": "14.2.2",
|
|
"@angular/platform-browser-dynamic": "14.2.2",
|
|
"@angular/router": "14.2.2",
|
|
"openvidu-angular": "file:openvidu-angular-2.22.0.tgz",
|
|
"rxjs": "7.5.6",
|
|
"unique-names-generator": "4.7.1",
|
|
"zone.js": "0.11.8"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "14.2.3",
|
|
"@angular/cli": "14.2.3",
|
|
"@angular/compiler-cli": "14.2.2",
|
|
"@angular/language-service": "14.2.2",
|
|
"@types/jasmine": "4.3.0",
|
|
"@types/node": "18.7.18",
|
|
"codelyzer": "6.0.2",
|
|
"core-js": "^3.25.2",
|
|
"fs-extra": "10.1.0",
|
|
"jasmine-core": "4.4.0",
|
|
"karma": "6.4.0",
|
|
"ng-packagr": "14.2.1",
|
|
"protractor": "7.0.0",
|
|
"ts-node": "10.9.1",
|
|
"tslib": "2.4.0",
|
|
"tslint": "6.1.3",
|
|
"typedoc": "0.23.15",
|
|
"typescript": "4.6.2"
|
|
},
|
|
"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.22.0"
|
|
}
|