|
1 | 1 | { |
2 | | - "dependencies": { |
3 | | - "@angular/animations": "9.0.6", |
4 | | - "@angular/cdk": "9.1.2", |
5 | | - "@angular/common": "9.0.6", |
6 | | - "@angular/compiler": "9.0.6", |
7 | | - "@angular/core": "9.0.6", |
8 | | - "@angular/elements": "9.0.6", |
9 | | - "@angular/flex-layout": "9.0.0-beta.29", |
10 | | - "@angular/forms": "9.0.6", |
11 | | - "@angular/material": "9.1.2", |
12 | | - "@angular/platform-browser": "9.0.6", |
13 | | - "@angular/platform-browser-dynamic": "9.0.6", |
14 | | - "@angular/router": "9.0.6", |
15 | | - "concat": "1.0.3", |
16 | | - "core-js": "3.6.4", |
17 | | - "document-register-element": "1.14.3", |
18 | | - "elements-zone-strategy": "9.0.0", |
19 | | - "fs-extra": "8.1.0", |
20 | | - "jquery": "3.4.1", |
21 | | - "ngx-linkifyjs": "1.3.0", |
22 | | - "openvidu-browser": "2.11.0", |
23 | | - "rxjs": "6.5.4", |
24 | | - "tslib": "1.11.1", |
25 | | - "wolfy87-eventemitter": "5.2.9", |
26 | | - "zone.js": "0.10.2" |
27 | | - }, |
28 | | - "devDependencies": { |
29 | | - "@angular-devkit/build-angular": "0.900.6", |
30 | | - "@angular-devkit/build-ng-packagr": "0.900.6", |
31 | | - "@angular/cli": "9.0.6", |
32 | | - "@angular/compiler-cli": "9.0.6", |
33 | | - "@angular/language-service": "9.0.6", |
34 | | - "@types/jasmine": "3.5.9", |
35 | | - "@types/jasminewd2": "2.0.8", |
36 | | - "@types/jquery": "3.3.33", |
37 | | - "@types/node": "13.9.1", |
38 | | - "@webcomponents/webcomponentsjs": "2.4.2", |
39 | | - "codelyzer": "5.2.1", |
40 | | - "jasmine-core": "3.5.0", |
41 | | - "jasmine-spec-reporter": "4.2.1", |
42 | | - "karma": "4.4.1", |
43 | | - "karma-chrome-launcher": "3.1.0", |
44 | | - "karma-coverage-istanbul-reporter": "2.1.1", |
45 | | - "karma-jasmine": "3.1.1", |
46 | | - "karma-jasmine-html-reporter": "1.5.2", |
47 | | - "ng-packagr": "9.0.3", |
48 | | - "protractor": "5.4.3", |
49 | | - "ts-node": "8.6.2", |
50 | | - "tslint": "6.1.0", |
51 | | - "typedoc": "0.17.0", |
52 | | - "typescript": "3.7.5" |
53 | | - }, |
54 | | - "name": "openvidu-call", |
55 | | - "private": true, |
56 | | - "scripts": { |
57 | | - "build": "./node_modules/@angular/cli/bin/ng build", |
58 | | - "build:openvidu-angular": "node openvidu-angular-build.js && ./node_modules/@angular/cli/bin/ng build openvidu-angular --prod", |
59 | | - "build:openvidu-webcomponent": "node -e \"require('./openvidu-webcomponent-build.js').prepareWebcomponent()\" && ./node_modules/@angular/cli/bin/ng build --prod --output-hashing none && node -e \"require('./openvidu-webcomponent-build.js').buildWebcomponent()\"", |
60 | | - "e2e": "ng e2e", |
61 | | - "lint": "ng lint", |
62 | | - "ng": "ng", |
63 | | - "pack:openvidu-angular": "cd dist/openvidu-angular && npm pack", |
64 | | - "start": "ng serve", |
65 | | - "test": "ng test" |
66 | | - }, |
67 | | - "version": "2.11.0" |
| 2 | + "dependencies": { |
| 3 | + "@angular/animations": "9.0.6", |
| 4 | + "@angular/cdk": "9.1.2", |
| 5 | + "@angular/common": "9.0.6", |
| 6 | + "@angular/compiler": "9.0.6", |
| 7 | + "@angular/core": "9.0.6", |
| 8 | + "@angular/elements": "9.0.6", |
| 9 | + "@angular/flex-layout": "9.0.0-beta.29", |
| 10 | + "@angular/forms": "9.0.6", |
| 11 | + "@angular/material": "9.1.2", |
| 12 | + "@angular/platform-browser": "9.0.6", |
| 13 | + "@angular/platform-browser-dynamic": "9.0.6", |
| 14 | + "@angular/router": "9.0.6", |
| 15 | + "concat": "1.0.3", |
| 16 | + "core-js": "3.6.4", |
| 17 | + "document-register-element": "1.14.3", |
| 18 | + "elements-zone-strategy": "9.0.0", |
| 19 | + "fs-extra": "8.1.0", |
| 20 | + "jquery": "3.4.1", |
| 21 | + "ngx-linkifyjs": "1.3.0", |
| 22 | + "openvidu-browser": "2.12.0", |
| 23 | + "rxjs": "6.5.4", |
| 24 | + "tslib": "1.11.1", |
| 25 | + "wolfy87-eventemitter": "5.2.9", |
| 26 | + "zone.js": "0.10.2" |
| 27 | + }, |
| 28 | + "devDependencies": { |
| 29 | + "@angular-devkit/build-angular": "0.900.6", |
| 30 | + "@angular-devkit/build-ng-packagr": "0.900.6", |
| 31 | + "@angular/cli": "9.0.6", |
| 32 | + "@angular/compiler-cli": "9.0.6", |
| 33 | + "@angular/language-service": "9.0.6", |
| 34 | + "@types/jasmine": "3.5.9", |
| 35 | + "@types/jasminewd2": "2.0.8", |
| 36 | + "@types/jquery": "3.3.33", |
| 37 | + "@types/node": "13.9.1", |
| 38 | + "@webcomponents/webcomponentsjs": "2.4.2", |
| 39 | + "codelyzer": "5.2.1", |
| 40 | + "jasmine-core": "3.5.0", |
| 41 | + "jasmine-spec-reporter": "4.2.1", |
| 42 | + "karma": "4.4.1", |
| 43 | + "karma-chrome-launcher": "3.1.0", |
| 44 | + "karma-coverage-istanbul-reporter": "2.1.1", |
| 45 | + "karma-jasmine": "3.1.1", |
| 46 | + "karma-jasmine-html-reporter": "1.5.2", |
| 47 | + "ng-packagr": "9.0.3", |
| 48 | + "protractor": "5.4.3", |
| 49 | + "ts-node": "8.6.2", |
| 50 | + "tslint": "6.1.0", |
| 51 | + "typedoc": "0.17.0", |
| 52 | + "typescript": "3.7.5" |
| 53 | + }, |
| 54 | + "name": "openvidu-call", |
| 55 | + "private": true, |
| 56 | + "scripts": { |
| 57 | + "build": "./node_modules/@angular/cli/bin/ng build", |
| 58 | + "build:openvidu-angular": "node openvidu-angular-build.js && ./node_modules/@angular/cli/bin/ng build openvidu-angular --prod", |
| 59 | + "build:openvidu-webcomponent": "node -e \"require('./openvidu-webcomponent-build.js').prepareWebcomponent()\" && ./node_modules/@angular/cli/bin/ng build --prod --output-hashing none && node -e \"require('./openvidu-webcomponent-build.js').buildWebcomponent()\"", |
| 60 | + "e2e": "ng e2e", |
| 61 | + "lint": "ng lint", |
| 62 | + "ng": "ng", |
| 63 | + "pack:openvidu-angular": "cd dist/openvidu-angular && npm pack", |
| 64 | + "start": "ng serve", |
| 65 | + "test": "ng test" |
| 66 | + }, |
| 67 | + "version": "2.12.0" |
68 | 68 | } |
0 commit comments