ucap-lg-web/package.json

170 lines
5.8 KiB
JSON
Raw Normal View History

2020-03-27 08:43:47 +00:00
{
"name": "ucap-lg-web",
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start:hmr": "ng serve --configuration hmr",
2020-07-11 12:09:04 +00:00
"start:hmr-renderer": "ng serve --configuration hmr-renderer",
2020-03-27 08:43:47 +00:00
"build": "ng build",
2020-04-01 08:31:04 +00:00
"build:production": "ng build --prod",
2020-07-11 12:09:04 +00:00
"build:production-renderer": "cross-env NATIVE_ENV=renderer ng build --prod --configuration production-renderer --base-href ./",
2020-03-27 08:43:47 +00:00
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": true,
"dependencies": {
2020-07-11 12:09:04 +00:00
"@angular/animations": "^9.1.11",
"@angular/cdk": "^9.2.4",
"@angular/common": "^9.1.11",
"@angular/compiler": "^9.1.11",
"@angular/core": "^9.1.11",
"@angular/flex-layout": "^9.0.0-beta.31",
"@angular/forms": "^9.1.11",
"@angular/material": "^9.2.4",
"@angular/material-moment-adapter": "^9.2.4",
"@angular/platform-browser": "^9.1.11",
"@angular/platform-browser-dynamic": "^9.1.11",
"@angular/router": "^9.1.11",
"@ngrx/effects": "^9.2.0",
"@ngrx/entity": "^9.2.0",
"@ngrx/router-store": "^9.2.0",
"@ngrx/store": "^9.2.0",
2020-08-10 05:05:32 +00:00
"@ucap/api": "~0.0.5",
"@ucap/api-common": "~0.0.12",
"@ucap/api-contact": "~0.0.5",
"@ucap/api-external": "~0.0.8",
"@ucap/api-message": "~0.0.7",
"@ucap/api-prompt": "~0.0.6",
"@ucap/api-public": "~0.0.6",
"@ucap/api-webex": "~0.0.2",
"@ucap/core": "~0.0.15",
"@ucap/domain-authentication": "~0.0.4",
"@ucap/domain-authorization": "~0.0.3",
"@ucap/domain-call": "~0.0.4",
"@ucap/domain-chat": "~0.0.3",
"@ucap/domain-common": "~0.0.1",
"@ucap/domain-group": "~0.0.2",
"@ucap/domain-message": "~0.0.1",
"@ucap/domain-organization": "~0.0.1",
"@ucap/domain-status": "~0.0.1",
"@ucap/electron-native": "~0.0.19",
"@ucap/i18n": "~0.0.2",
"@ucap/logger": "~0.0.14",
"@ucap/native": "~0.0.27",
2020-03-27 08:43:47 +00:00
"@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",
2020-08-10 05:05:32 +00:00
"@ucap/ng-api-webex": "~0.0.1",
"@ucap/ng-api-contact": "~0.0.2",
"@ucap/ng-core": "~0.0.9",
2020-04-06 05:22:26 +00:00
"@ucap/ng-logger": "~0.0.2",
2020-08-10 05:05:32 +00:00
"@ucap/ng-i18n": "~0.0.8",
"@ucap/ng-native": "~0.0.12",
2020-03-27 08:43:47 +00:00
"@ucap/ng-pi": "~0.0.1",
2020-04-09 09:21:56 +00:00
"@ucap/ng-protocol": "~0.0.3",
2020-04-06 05:22:26 +00:00
"@ucap/ng-protocol-authentication": "~0.0.3",
"@ucap/ng-protocol-buddy": "~0.0.3",
"@ucap/ng-protocol-event": "~0.0.3",
"@ucap/ng-protocol-file": "~0.0.3",
"@ucap/ng-protocol-group": "~0.0.3",
"@ucap/ng-protocol-info": "~0.0.3",
"@ucap/ng-protocol-inner": "~0.0.3",
"@ucap/ng-protocol-option": "~0.0.3",
"@ucap/ng-protocol-ping": "~0.0.3",
"@ucap/ng-protocol-query": "~0.0.3",
"@ucap/ng-protocol-room": "~0.0.3",
"@ucap/ng-protocol-service": "~0.0.3",
"@ucap/ng-protocol-status": "~0.0.3",
"@ucap/ng-protocol-sync": "~0.0.3",
"@ucap/ng-protocol-umg": "~0.0.3",
2020-08-10 05:05:32 +00:00
"@ucap/ng-store-authentication": "~0.0.17",
"@ucap/ng-store-chat": "~0.0.74",
"@ucap/ng-store-group": "~0.0.25",
"@ucap/ng-store-organization": "~0.0.23",
"@ucap/ng-store-call": "~0.0.7",
2020-04-09 09:21:56 +00:00
"@ucap/ng-web-socket": "~0.0.2",
2020-04-06 05:22:26 +00:00
"@ucap/ng-web-storage": "~0.0.3",
2020-08-10 05:05:32 +00:00
"@ucap/ng-ui": "~0.0.108",
"@ucap/ng-ui-organization": "~0.0.222",
"@ucap/ng-ui-authentication": "~0.0.32",
"@ucap/ng-ui-group": "~0.0.87",
"@ucap/ng-ui-chat": "~0.0.80",
"@ucap/ng-ui-call": "~0.0.15",
2020-05-24 04:46:38 +00:00
"@ucap/ng-ui-material": "~0.0.4",
2020-03-27 08:43:47 +00:00
"@ucap/ng-ui-skin-default": "~0.0.1",
2020-08-10 05:05:32 +00:00
"@ucap/pi": "~0.0.9",
"@ucap/protocol": "~0.0.20",
"@ucap/protocol-authentication": "~0.0.7",
"@ucap/protocol-buddy": "~0.0.6",
"@ucap/protocol-event": "~0.0.11",
"@ucap/protocol-file": "~0.0.7",
"@ucap/protocol-group": "~0.0.6",
"@ucap/protocol-info": "~0.0.10",
"@ucap/protocol-inner": "~0.0.5",
"@ucap/protocol-option": "~0.0.9",
"@ucap/protocol-ping": "~0.0.7",
"@ucap/protocol-query": "~0.0.8",
"@ucap/protocol-room": "~0.0.9",
"@ucap/protocol-service": "~0.0.5",
"@ucap/protocol-status": "~0.0.6",
"@ucap/protocol-sync": "~0.0.8",
2020-04-06 05:22:26 +00:00
"@ucap/protocol-umg": "~0.0.5",
2020-05-28 12:52:40 +00:00
"@ucap/ui-scss": "~0.0.5",
2020-04-16 04:40:06 +00:00
"@ucap/web-socket": "~0.0.10",
2020-05-24 04:46:38 +00:00
"@ucap/web-storage": "~0.0.9",
2020-03-27 08:43:47 +00:00
"autolinker": "^3.13.0",
2020-04-01 08:31:04 +00:00
"axios": "^0.19.2",
"classlist.js": "^1.1.20150312",
"crypto-js": "^4.0.0",
"detect-browser": "^5.0.0",
"file-type": "^14.1.4",
2020-03-27 08:43:47 +00:00
"i18next": "^19.3.3",
2020-03-31 09:04:30 +00:00
"i18next-browser-languagedetector": "^4.0.2",
2020-07-11 12:09:04 +00:00
"i18next-fs-backend": "^1.0.6",
2020-03-31 09:04:30 +00:00
"i18next-xhr-backend": "^3.2.2",
2020-03-27 08:43:47 +00:00
"libphonenumber-js": "^1.7.47",
2020-07-11 12:09:04 +00:00
"memoize-one": "^5.1.1",
2020-03-27 08:43:47 +00:00
"moment": "^2.24.0",
"moment-timezone": "^0.5.28",
"ngx-perfect-scrollbar": "^9.0.0",
2020-04-01 08:31:04 +00:00
"pino": "^6.0.0",
"queueing-subject": "^0.3.4",
2020-03-27 08:43:47 +00:00
"rxjs": "~6.5.4",
"tslib": "^1.10.0",
2020-04-01 08:31:04 +00:00
"web-animations-js": "^2.3.2",
2020-03-27 08:43:47 +00:00
"zone.js": "~0.10.2"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^9.0.0",
"@angular-devkit/build-angular": "~0.900.6",
2020-07-11 12:09:04 +00:00
"@angular/cli": "^9.1.9",
"@angular/compiler-cli": "^9.1.11",
"@angular/language-service": "^9.1.11",
2020-03-27 08:43:47 +00:00
"@angularclass/hmr": "^2.1.3",
"@ngrx/store-devtools": "^9.0.0",
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
2020-03-31 09:04:30 +00:00
"@types/node": "^12.11.1",
2020-03-27 08:43:47 +00:00
"codelyzer": "^5.1.2",
2020-07-11 12:09:04 +00:00
"cross-env": "^7.0.2",
2020-03-27 08:43:47 +00:00
"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",
2020-04-17 07:47:51 +00:00
"typescript": "~3.7.5",
2020-07-11 12:09:04 +00:00
"webpack-bundle-analyzer": "^3.7.0",
"webpack-node-externals": "^1.7.2"
2020-03-27 08:43:47 +00:00
}
}