35 lines
1.1 KiB
JSON
35 lines
1.1 KiB
JSON
{
|
|
"name": "openvidu-custom-stream",
|
|
"version": "2.27.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development",
|
|
"build:prod": "./node_modules/@angular/cli/bin/ng.js build --output-path ./openvidu-basic-node/public/ --configuration production"
|
|
},
|
|
"private": true,
|
|
"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/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",
|
|
"openvidu-angular": "file:../openvidu-angular-3.0.0-dev.tgz",
|
|
"rxjs": "~7.5.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.13.3"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^16.2.14",
|
|
"@angular/cli": "^16.2.14",
|
|
"@angular/compiler-cli": "^16.2.12",
|
|
"@types/node": "^20.12.12",
|
|
"typescript": "^4.9.5"
|
|
}
|
|
} |