mirror of https://github.com/OpenVidu/openvidu.git
23 lines
792 B
JSON
23 lines
792 B
JSON
{
|
|
"name": "openvidu-components-angular",
|
|
"main": "dist/fesm2022/openvidu-components-angular.mjs",
|
|
"module": "dist/fesm2022/openvidu-components-angular.mjs",
|
|
"typings": "dist/index.d.ts",
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/cdk": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/common": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/core": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/forms": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"@angular/material": "^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0",
|
|
"autolinker": "^4.0.0",
|
|
"buffer": "^6.0.3",
|
|
"livekit-client": "^2.16.0",
|
|
"@livekit/track-processors": "^0.7.0"
|
|
},
|
|
"version": "3.4.0"
|
|
}
|