openvidu/openvidu-testapp/package.json

55 lines
1.7 KiB
JSON
Raw Normal View History

2017-09-26 18:13:00 +02:00
{
2024-07-02 19:19:05 +02:00
"name": "openvidu-testapp-livekit",
"version": "0.0.0",
"scripts": {
"ng": "ng",
2024-07-02 19:19:05 +02:00
"start": "ng serve --ssl --host 0.0.0.0 --disable-host-check",
"start-insecure": "ng serve --host 0.0.0.0 --disable-host-check",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test"
},
2024-07-02 19:19:05 +02:00
"private": true,
"dependencies": {
"@angular/animations": "^20.3.3",
"@angular/cdk": "^20.2.7",
"@angular/common": "^20.3.3",
"@angular/compiler": "^20.3.3",
"@angular/core": "^20.3.3",
"@angular/forms": "^20.3.3",
"@angular/material": "^20.2.7",
"@angular/platform-browser": "^20.3.3",
"@angular/platform-browser-dynamic": "^20.3.3",
"@angular/router": "^20.3.3",
"@livekit/protocol": "^1.38.0",
2024-07-02 19:19:05 +02:00
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.1",
2024-07-02 19:19:05 +02:00
"json-stringify-safe": "5.0.1",
"livekit-client": "^2.15.8",
"livekit-server-sdk": "^2.14.0",
2024-07-02 19:19:05 +02:00
"lodash": "^4.17.21",
"rxjs": "~7.8.2",
2024-07-02 19:19:05 +02:00
"stream-browserify": "^3.0.0",
"tslib": "^2.8.1",
2024-07-02 19:19:05 +02:00
"util": "^0.12.5",
2025-06-25 13:26:42 +02:00
"zone.js": "~0.15.1"
2024-07-02 19:19:05 +02:00
},
"devDependencies": {
"@angular-builders/custom-webpack": "^20.0.0",
"@angular/build": "^20.3.4",
"@angular/cli": "~20.3.4",
"@angular/compiler-cli": "^20.3.3",
"@types/events": "^3.0.3",
"@types/jasmine": "~5.1.8",
"@types/json-stringify-safe": "^5.0.3",
2025-06-25 13:26:42 +02:00
"@types/lodash": "^4.17.18",
"@types/node": "^24.7.0",
"jasmine-core": "~5.12.0",
"karma": "~6.4.4",
2024-07-02 19:19:05 +02:00
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"typescript": "5.9.3"
2024-07-02 19:19:05 +02:00
}
}