openvidu/meet-ce/frontend/package.json
Carlos Santos 6edb2b47a8 Adds necessary frontend dependencies
Imports dependencies for meeting scheduling tasks.

Updates the dev script to ensure components are properly installed and cleaned up.
2025-10-16 13:10:50 +02:00

83 lines
3.0 KiB
JSON

{
"name": "openvidu-meet-frontend",
"version": "3.4.1",
"scripts": {
"dev": "pnpm exec ng build --configuration development --watch",
"build": "func() { pnpm exec ng build --configuration production --base-href=\"${1:-/}\"; }; func",
"lib:build": "ng build shared-meet-components --configuration production",
"lib:pack": "cd dist/shared-meet-components && pnpm pack",
"test:unit": "ng test openvidu-meet --watch=false --code-coverage",
"e2e:run-all": "pnpm exec mocha --recursive --timeout 30000 ./tests/e2e/**/*.test.ts",
"e2e:run-routes": "pnpm exec mocha --recursive --timeout 30000 ./tests/e2e/routes.test.ts",
"e2e:run-home": "pnpm exec mocha ./tests/e2e/home.test.ts",
"e2e:run-recordings": "pnpm exec mocha --recursive --timeout 30000 ./tests/e2e/recording.test.ts",
"e2e:run-auth": "pnpm exec mocha --recursive --timeout 30000 ./tests/e2e/auth.test.ts",
"lint:fix": "eslint src --fix",
"format:code": "prettier --ignore-path ../gitignore . --write"
},
"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/track-processors": "0.6.1",
"@openvidu-meet/typings": "workspace:*",
"autolinker": "4.1.5",
"core-js": "3.45.1",
"jwt-decode": "4.0.0",
"livekit-client": "2.15.11",
"openvidu-components-angular": "link:../../../openvidu/openvidu-components-angular/dist/openvidu-components-angular",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"unique-names-generator": "4.7.1",
"zone.js": "0.15.1"
},
"devDependencies": {
"@angular-builders/custom-webpack": "20.0.0",
"@angular-devkit/build-angular": "20.3.4",
"@angular-eslint/builder": "20.3.0",
"@angular-eslint/eslint-plugin": "20.3.0",
"@angular-eslint/eslint-plugin-template": "20.3.0",
"@angular-eslint/schematics": "20.3.0",
"@angular-eslint/template-parser": "20.3.0",
"@angular/cli": "20.3.4",
"@angular/compiler-cli": "20.3.3",
"@types/chai": "4.3.20",
"@types/fluent-ffmpeg": "2.1.27",
"@types/jasmine": "5.1.9",
"@types/mocha": "9.1.1",
"@types/node": "22.18.8",
"@types/pixelmatch": "5.2.6",
"@types/pngjs": "6.0.5",
"@types/selenium-webdriver": "4.35.1",
"@typescript-eslint/eslint-plugin": "8.46.1",
"@typescript-eslint/parser": "8.46.1",
"chai": "4.5.0",
"chromedriver": "141.0.0",
"cross-env": "7.0.3",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"fluent-ffmpeg": "2.1.3",
"jasmine-core": "5.6.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.4.4",
"karma-chrome-launcher": "3.2.0",
"karma-coverage": "2.2.1",
"karma-jasmine": "5.1.0",
"karma-jasmine-html-reporter": "2.1.0",
"mocha": "10.7.3",
"ng-packagr": "20.3.0",
"prettier": "3.3.3",
"selenium-webdriver": "4.25.0",
"ts-node": "10.9.2",
"tslib": "2.6.3",
"typescript": "5.9.2"
}
}