openvidu/openvidu-testapp/package.json

56 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": {
2025-02-19 12:03:43 +01:00
"@angular/animations": "^19.1.6",
"@angular/cdk": "^19.1.4",
2025-02-19 12:03:43 +01:00
"@angular/common": "^19.1.6",
"@angular/compiler": "^19.1.6",
"@angular/core": "^19.1.6",
"@angular/forms": "^19.1.6",
"@angular/material": "^19.1.4",
2025-02-19 12:03:43 +01:00
"@angular/platform-browser": "^19.1.6",
"@angular/platform-browser-dynamic": "^19.1.6",
"@angular/router": "^19.1.6",
"@livekit/protocol": "1.33.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.9.3",
"livekit-server-sdk": "^2.10.1",
2024-07-02 19:19:05 +02:00
"lodash": "^4.17.21",
"rxjs": "~7.8.1",
"stream-browserify": "^3.0.0",
"tslib": "^2.8.1",
2024-07-02 19:19:05 +02:00
"util": "^0.12.5",
2025-02-19 12:03:43 +01:00
"zone.js": "~0.15.0"
2024-07-02 19:19:05 +02:00
},
"devDependencies": {
"@angular-builders/custom-webpack": "^19.0.0",
2025-02-19 12:03:43 +01:00
"@angular-devkit/build-angular": "^19.1.7",
"@angular/cli": "~19.1.7",
"@angular/compiler-cli": "^19.1.6",
"@types/events": "^3.0.3",
"@types/jasmine": "~5.1.6",
"@types/json-stringify-safe": "^5.0.3",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.4",
"jasmine-core": "~5.6.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",
2025-02-19 12:03:43 +01:00
"typescript": "5.7.3"
2024-07-02 19:19:05 +02:00
}
}