130 lines
4.2 KiB
JSON
130 lines
4.2 KiB
JSON
{
|
|
"name": "ucap-lg-web",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"start:hmr": "ng serve --configuration hmr",
|
|
"build": "ng build",
|
|
"test": "ng test",
|
|
"lint": "ng lint",
|
|
"e2e": "ng e2e"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~9.0.6",
|
|
"@angular/cdk": "^9.1.3",
|
|
"@angular/common": "~9.0.6",
|
|
"@angular/compiler": "~9.0.6",
|
|
"@angular/core": "~9.0.6",
|
|
"@angular/flex-layout": "^9.0.0-beta.29",
|
|
"@angular/forms": "~9.0.6",
|
|
"@angular/material": "^9.1.3",
|
|
"@angular/material-moment-adapter": "^9.1.3",
|
|
"@angular/platform-browser": "~9.0.6",
|
|
"@angular/platform-browser-dynamic": "~9.0.6",
|
|
"@angular/router": "~9.0.6",
|
|
"@ngrx/effects": "^9.0.0",
|
|
"@ngrx/entity": "^9.0.0",
|
|
"@ngrx/router-store": "^9.0.0",
|
|
"@ngrx/store": "^9.0.0",
|
|
"@ucap/api": "~0.0.1",
|
|
"@ucap/api-common": "~0.0.2",
|
|
"@ucap/api-external": "~0.0.4",
|
|
"@ucap/api-message": "~0.0.2",
|
|
"@ucap/api-prompt": "~0.0.2",
|
|
"@ucap/api-public": "~0.0.2",
|
|
"@ucap/core": "~0.0.2",
|
|
"@ucap/native": "~0.0.2",
|
|
"@ucap/native-browser": "~0.0.2",
|
|
"@ucap/ng-api-common": "~0.0.1",
|
|
"@ucap/ng-api-external": "~0.0.1",
|
|
"@ucap/ng-api-message": "~0.0.1",
|
|
"@ucap/ng-api-prompt": "~0.0.1",
|
|
"@ucap/ng-api-public": "~0.0.1",
|
|
"@ucap/ng-core": "~0.0.1",
|
|
"@ucap/ng-i18n": "~0.0.1",
|
|
"@ucap/ng-native": "~0.0.1",
|
|
"@ucap/ng-native-browser": "~0.0.1",
|
|
"@ucap/ng-pi": "~0.0.1",
|
|
"@ucap/ng-protocol": "~0.0.1",
|
|
"@ucap/ng-protocol-authentication": "~0.0.1",
|
|
"@ucap/ng-protocol-buddy": "~0.0.1",
|
|
"@ucap/ng-protocol-event": "~0.0.1",
|
|
"@ucap/ng-protocol-file": "~0.0.1",
|
|
"@ucap/ng-protocol-group": "~0.0.1",
|
|
"@ucap/ng-protocol-info": "~0.0.1",
|
|
"@ucap/ng-protocol-inner": "~0.0.1",
|
|
"@ucap/ng-protocol-option": "~0.0.1",
|
|
"@ucap/ng-protocol-ping": "~0.0.1",
|
|
"@ucap/ng-protocol-query": "~0.0.1",
|
|
"@ucap/ng-protocol-room": "~0.0.1",
|
|
"@ucap/ng-protocol-service": "~0.0.1",
|
|
"@ucap/ng-protocol-status": "~0.0.1",
|
|
"@ucap/ng-protocol-sync": "~0.0.1",
|
|
"@ucap/ng-protocol-umg": "~0.0.1",
|
|
"@ucap/ng-store-authentication": "~0.0.2",
|
|
"@ucap/ng-store-chat": "~0.0.3",
|
|
"@ucap/ng-store-group": "~0.0.3",
|
|
"@ucap/ng-store-organization": "~0.0.3",
|
|
"@ucap/ng-web-storage": "~0.0.1",
|
|
"@ucap/ng-ui": "~0.0.3",
|
|
"@ucap/ng-ui-authentication": "~0.0.1",
|
|
"@ucap/ng-ui-skin-default": "~0.0.1",
|
|
"@ucap/pi": "~0.0.2",
|
|
"@ucap/protocol": "~0.0.1",
|
|
"@ucap/protocol-authentication": "~0.0.1",
|
|
"@ucap/protocol-buddy": "~0.0.1",
|
|
"@ucap/protocol-event": "~0.0.1",
|
|
"@ucap/protocol-file": "~0.0.1",
|
|
"@ucap/protocol-group": "~0.0.1",
|
|
"@ucap/protocol-info": "~0.0.1",
|
|
"@ucap/protocol-inner": "~0.0.1",
|
|
"@ucap/protocol-option": "~0.0.3",
|
|
"@ucap/protocol-ping": "~0.0.1",
|
|
"@ucap/protocol-query": "~0.0.1",
|
|
"@ucap/protocol-room": "~0.0.1",
|
|
"@ucap/protocol-service": "~0.0.1",
|
|
"@ucap/protocol-status": "~0.0.1",
|
|
"@ucap/protocol-sync": "~0.0.1",
|
|
"@ucap/protocol-umg": "~0.0.1",
|
|
"@ucap/web-socket": "~0.0.1",
|
|
"@ucap/web-storage": "~0.0.1",
|
|
"autolinker": "^3.13.0",
|
|
"i18next": "^19.3.3",
|
|
"libphonenumber-js": "^1.7.47",
|
|
"moment": "^2.24.0",
|
|
"moment-timezone": "^0.5.28",
|
|
"ngx-perfect-scrollbar": "^9.0.0",
|
|
"ngx-virtual-scroller": "^4.0.3",
|
|
"rxjs": "~6.5.4",
|
|
"tslib": "^1.10.0",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-builders/custom-webpack": "^9.0.0",
|
|
"@angular-devkit/build-angular": "~0.900.6",
|
|
"@angular/cli": "~9.0.6",
|
|
"@angular/compiler-cli": "~9.0.6",
|
|
"@angular/language-service": "~9.0.6",
|
|
"@angularclass/hmr": "^2.1.3",
|
|
"@ngrx/store-devtools": "^9.0.0",
|
|
"@types/node": "^12.11.1",
|
|
"@types/jasmine": "~3.5.0",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"codelyzer": "^5.1.2",
|
|
"fs-extra": "^9.0.0",
|
|
"jasmine-core": "~3.5.0",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "~4.3.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-coverage-istanbul-reporter": "~2.1.0",
|
|
"karma-jasmine": "~2.0.1",
|
|
"karma-jasmine-html-reporter": "^1.4.2",
|
|
"protractor": "~5.4.3",
|
|
"ts-node": "~8.3.0",
|
|
"tslint": "~5.18.0",
|
|
"typescript": "~3.7.5"
|
|
}
|
|
}
|