36 lines
981 B
JSON

{
"name": "openvidu-angular",
"version": "2.27.0",
"license": "Apache-2.0",
"scripts": {
"start": "ng serve --port=5080 --host=0.0.0.0 --disable-host-check",
"build": "ng build",
"build:prod": "ng build --output-path ./openvidu-basic-node/public/ --configuration production"
},
"dependencies": {
"@angular/animations": "15.0.4",
"@angular/common": "15.0.4",
"@angular/compiler": "15.0.4",
"@angular/core": "15.0.4",
"@angular/forms": "15.0.4",
"@angular/platform-browser": "15.0.4",
"@angular/platform-browser-dynamic": "15.0.4",
"@angular/router": "15.0.4",
"livekit-client": "1.14.0",
"rxjs": "7.8.0",
"tslib": "2.4.1",
"zone.js": "0.12.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "15.0.4",
"@angular/cli": "15.0.4",
"@angular/compiler-cli": "15.0.4",
"@angular/language-service": "15.0.4",
"@types/node": "18.11.18",
"codelyzer": "6.0.2",
"ts-node": "10.9.1",
"tslint": "6.1.3",
"typescript": "4.8.4"
}
}