control-center/package.json
Aleksandra Usacheva 9c7073e6a1
EPIC FE-954: CLAIM-MGT (#100)
* FE-954: claim management API integration

* FE-964: claim details added

* FE-972: timeline

* Merge with epic FE-958: claim mngt (#101) (#102)

* Merge with epic FE-958: claim mngt (#101)

* FE-954: claim management API integration

* FE-964: claim details added

* FE-972: timeline

* Thrift services added

* fix build

* clean up

* FileStorage service implemented

* build fix n clean up

* clean up

* FE-965: claim status changer (#107)

* Added claim status pipe and menu (#108)

* FE-976: comments (#104)

* FE-976: comments implemented, keycloaktokeninfo service added.

* update

* clean up

* build fix

* Comments added.

* clean up

* prettier

* import order

* build fix

* prettier

* PR fixes

* пеар фиксес

* build fix

* pr fix

* prettier

* FE-977: claim mngt files (#109)

* conversation filter

* file display

* file download

* file uploading

* filter removed, file upload transfered to send messages line

* prettier

* тп-сщтеуте куьщмувб штзкщпкуыы фввув

* angular-file rollback

* FE-993: party mods (#110)

* Add questionary (#111)

* add questionary service and component

* update ank service

* fox ank module

* fix ank get

* merge with master

* lgtm

* build fix

* prettier

* packages...

* package fix

* Dependencies fix (#113)

Co-authored-by: Ildar Galeev <KeinAsylum@gmail.com>
Co-authored-by: Rinat Arsaev <krickray@gmail.com>
2020-01-31 21:00:10 +03:00

87 lines
3.9 KiB
JSON

{
"name": "control-center",
"version": "0.0.0",
"scripts": {
"ng": "./node_modules/.bin/ng",
"start": "ng serve --proxy-config proxy.conf.json --port 7000",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",
"damsel-model": "thrift-ts node_modules/damsel/proto -o src/app/thrift-services/damsel/gen-model -d false",
"damsel-meta": "thrift-ts node_modules/damsel/proto -o src/assets/meta-damsel.json --json --pack --prettify",
"machinegun-model": "thrift-ts node_modules/machinegun_proto/proto -o src/app/thrift-services/machinegun/gen-model -d false",
"fistful-model": "thrift-ts node_modules/fistful-proto/proto -o src/app/thrift-services/fistful/gen-model -d false",
"messages-model": "thrift-ts node_modules/messages-proto/proto -o src/app/thrift-services/messages/gen-model -d false",
"file-storage-model": "thrift-ts node_modules/file-storage-proto/proto -o src/app/thrift-services/file-storage/gen-model -d false",
"ank-model": "thrift-ts node_modules/ank-proto/proto -o src/app/thrift-services/ank/gen-model -d false",
"prettier": "prettier \"**/*.{html,js,ts,css,md,json,prettierrc,svg}\" --write",
"check": "prettier \"**/*.{html,js,ts,css,md,json,prettierrc,svg}\" --list-different"
},
"private": true,
"dependencies": {
"@angular/animations": "~8.2.14",
"@angular/cdk": "~8.2.3",
"@angular/common": "~8.2.14",
"@angular/compiler": "~8.2.14",
"@angular/core": "~8.2.14",
"@angular/flex-layout": "~8.0.0-beta.27",
"@angular/forms": "~8.2.14",
"@angular/material": "~8.2.3",
"@angular/material-moment-adapter": "~8.2.3",
"@angular/platform-browser": "~8.2.14",
"@angular/platform-browser-dynamic": "~8.2.14",
"@angular/platform-server": "~8.2.14",
"@angular/router": "~8.2.14",
"@rbkmoney/partial-fetcher": "~1.0.4",
"angular-file": "1.3.2",
"angular2-prettyjson": "3.0.1",
"core-js": "~2.5.4",
"damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#7dd9035d89e8dab01d28e25445796c60503363a2",
"ank-proto": "git+ssh://git@github.com:rbkmoney/ank-proto.git#9563a08d94c7691ec8f9166f78c05d68ae1e761d",
"file-storage-proto": "git+ssh://git@github.com:rbkmoney/file-storage-proto.git#281e1ca4cea9bf32229a6c389f0dcf5d49c05a0b",
"fistful-proto": "git+ssh://git@github.com/rbkmoney/fistful-proto.git#c2113c853ed71a34bb6468b9a6cf9b468967af84",
"hammerjs": "~2.0.8",
"humanize-duration": "~3.21.0",
"jsonc-parser": "~2.0.2",
"keycloak-angular": "6.0.0",
"keycloak-js": "4.5.0",
"lodash-es": "~4.17.10",
"machinegun_proto": "git+ssh://git@github.com/rbkmoney/machinegun_proto.git#eac772bb8446fcd2f439232bf10fa086c336aca6",
"rxjs": "~6.5.4",
"messages-proto": "git+ssh://git@github.com:rbkmoney/messages-proto.git#a177efb574136961bcd0a8236b4bfc425264de29",
"moment": "~2.22.2",
"monaco-editor": "~0.15.6",
"thrift-ts": "git+ssh://git@github.com/rbkmoney/thrift-ts.git#a5e3830ad30d5717e5e627ddcefa8f4d8918b174",
"uuid": "~3.3.2",
"woody_js": "git+ssh://git@github.com/rbkmoney/woody_js.git#bc2c9f86cae470a0fe99730ca4a30b204058214b",
"zone.js": "~0.9.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.803.23",
"@angular/cli": "~8.3.23",
"@angular/compiler-cli": "~8.2.14",
"@types/humanize-duration": "~3.18.0",
"@types/jasmine": "~2.8.6",
"@types/jasminewd2": "~2.0.3",
"@types/jwt-decode": "~2.2.1",
"@types/lodash-es": "~4.17.1",
"@types/node": "~8.9.4",
"@types/uuid": "~3.4.3",
"codelyzer": "~5.2.1",
"jasmine-core": "~2.99.1",
"jasmine-spec-reporter": "~4.2.1",
"jwt-decode": "~2.2.0",
"karma": "~4.3.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "~2.1.1",
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "~0.2.2",
"prettier": "~1.15.3",
"protractor": "~5.4.2",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~3.5.3"
}
}