package.json 1.46 KB
Newer Older
1
{
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
    "dependencies": {
        "@angular/animations": "7.2.10", 
        "@angular/cdk": "7.3.5", 
        "@angular/common": "7.2.10", 
        "@angular/compiler": "7.2.10", 
        "@angular/core": "7.2.10", 
        "@angular/flex-layout": "7.0.0-beta.24", 
        "@angular/forms": "7.2.10", 
        "@angular/http": "7.2.10", 
        "@angular/material": "7.3.5", 
        "@angular/platform-browser": "7.2.10", 
        "@angular/platform-browser-dynamic": "7.2.10", 
        "@angular/router": "7.2.10", 
        "colormap": "2.3.0", 
        "core-js": "2.6.5", 
        "hammerjs": "2.0.8", 
        "openvidu-browser": "2.9.0", 
19
        "openvidu-node-client": "2.9.0", 
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
        "rxjs": "6.4.0", 
        "zone.js": "0.9.0"
    }, 
    "devDependencies": {
        "@angular-devkit/build-angular": "0.13.6", 
        "@angular/cli": "7.3.6", 
        "@angular/compiler-cli": "7.2.10", 
        "@angular/language-service": "7.2.10", 
        "@types/jasmine": "3.3.12", 
        "@types/jasminewd2": "2.0.6", 
        "@types/node": "11.11.7", 
        "codelyzer": "5.0.0-beta.2", 
        "ts-node": "8.0.3", 
        "tslint": "5.14.0", 
        "typescript": "3.2.4"
    }, 
    "license": "Apache-2.0", 
    "name": "openvidu-testapp", 
    "private": true, 
    "scripts": {
        "build": "ng build", 
        "e2e": "ng e2e", 
        "lint": "ng lint", 
        "ng": "ng", 
        "start": "ng serve", 
        "test": "ng test"
    }, 
    "version": "2.9.0"
}