control-center/package.json

94 lines
4.2 KiB
JSON
Raw Normal View History

{
"name": "control-center",
"version": "0.0.0",
"scripts": {
2018-08-21 13:15:51 +00:00
"start": "ng serve --proxy-config proxy.conf.json --port 7000",
"build": "ng build --prod",
"test": "ng test",
"lint": "ng lint",
2020-04-09 09:53:00 +00:00
"lint:fix": "ng lint --fix",
"prettier-preset": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg,huskyrc}\"",
"prettier": "npm run prettier-preset -- --list-different",
"prettier:fix": "npm run prettier-preset -- --write",
"fix": "npm run lint:fix; npm run prettier:fix",
2018-10-23 09:31:54 +00:00
"e2e": "ng e2e",
"damsel-model": "thrift-ts node_modules/damsel/proto -o src/app/thrift-services/damsel/gen-model -d false",
2019-01-17 10:12:18 +00:00
"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",
2020-04-09 09:53:00 +00:00
"ank-model": "thrift-ts node_modules/ank-proto/proto -o src/app/thrift-services/ank/gen-model -d false"
},
"private": true,
"dependencies": {
2020-04-09 09:53:00 +00:00
"@angular/animations": "~9.1.0",
2020-05-14 16:47:28 +00:00
"@angular/cdk": "^9.2.3",
"@angular/common": "^9.1.7",
"@angular/compiler": "^9.1.7",
"@angular/core": "^9.1.7",
2020-04-09 09:53:00 +00:00
"@angular/flex-layout": "~9.0.0-beta.29",
"@angular/forms": "~9.1.0",
"@angular/material": "~9.2.0",
"@angular/material-moment-adapter": "~9.2.0",
"@angular/platform-browser": "~9.1.0",
"@angular/platform-browser-dynamic": "~9.1.0",
"@angular/platform-server": "~9.1.0",
"@angular/router": "~9.1.0",
2020-01-20 15:50:16 +00:00
"@rbkmoney/partial-fetcher": "~1.0.4",
2020-04-09 09:53:00 +00:00
"angular-file": "3.0.1",
2018-08-21 13:15:51 +00:00
"angular2-prettyjson": "3.0.1",
"ank-proto": "git+ssh://git@github.com:rbkmoney/ank-proto.git#21edf79b702e704ccc207bf7e03be1bbf830eed6",
2020-07-02 13:38:26 +00:00
"damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#2af32d79497213b6fd6aa1f6621c9212e7eaab90",
"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",
"humanize-duration": "~3.21.0",
2020-01-20 15:50:16 +00:00
"jsonc-parser": "~2.0.2",
2020-04-09 09:53:00 +00:00
"keycloak-angular": "^7.2.0",
2018-10-25 12:57:24 +00:00
"keycloak-js": "4.5.0",
2020-02-07 09:42:41 +00:00
"lodash-es": "~4.17.15",
"machinegun_proto": "git+ssh://git@github.com/rbkmoney/machinegun_proto.git#eac772bb8446fcd2f439232bf10fa086c336aca6",
"messages-proto": "git+ssh://git@github.com:rbkmoney/messages-proto.git#a177efb574136961bcd0a8236b4bfc425264de29",
2020-01-20 15:50:16 +00:00
"moment": "~2.22.2",
"monaco-editor": "~0.15.6",
"pdfmake": "^0.1.64",
2020-05-14 16:47:28 +00:00
"rxjs": "^6.5.5",
"thrift-ts": "git+ssh://git@github.com/rbkmoney/thrift-ts.git#a5e3830ad30d5717e5e627ddcefa8f4d8918b174",
2020-03-27 09:12:55 +00:00
"transliteration": "^2.1.8",
2020-04-09 09:53:00 +00:00
"tslib": "^1.10.0",
2020-02-07 09:42:41 +00:00
"utility-types": "^3.10.0",
2020-01-20 15:50:16 +00:00
"uuid": "~3.3.2",
"woody_js": "git+ssh://git@github.com/rbkmoney/woody_js.git#bc2c9f86cae470a0fe99730ca4a30b204058214b",
2020-04-09 09:53:00 +00:00
"zone.js": "~0.10.2"
},
"devDependencies": {
2020-05-14 16:47:28 +00:00
"@angular-devkit/build-angular": "^0.901.6",
"@angular/cli": "^9.1.6",
"@angular/compiler-cli": "^9.1.7",
"@types/humanize-duration": "~3.18.0",
2020-04-09 09:53:00 +00:00
"@types/jasmine": "~3.5.0",
"@types/jasminewd2": "~2.0.3",
"@types/jwt-decode": "~2.2.1",
2020-02-07 09:42:41 +00:00
"@types/lodash-es": "~4.17.3",
2020-04-09 09:53:00 +00:00
"@types/node": "^12.12.34",
"@types/pdfmake": "^0.1.9",
2020-01-20 15:50:16 +00:00
"@types/uuid": "~3.4.3",
2020-04-09 09:53:00 +00:00
"codelyzer": "^5.1.2",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~4.2.1",
2020-01-20 15:50:16 +00:00
"jwt-decode": "~2.2.0",
2020-04-09 09:53:00 +00:00
"karma": "~4.4.1",
"karma-chrome-launcher": "~3.1.0",
2020-01-20 15:50:16 +00:00
"karma-coverage-istanbul-reporter": "~2.1.1",
2020-04-09 09:53:00 +00:00
"karma-jasmine": "~3.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
"prettier": "~2.0.4",
"protractor": "~5.4.3",
"ts-node": "~8.8.2",
"tslint": "~6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.8.3",
2020-02-07 09:42:41 +00:00
"vsc-base": "^0.9.10"
}
}