2018-08-02 13:41:30 +00:00
|
|
|
{
|
|
|
|
"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",
|
2018-08-02 13:41:30 +00:00
|
|
|
"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",
|
2021-04-05 15:23:42 +00:00
|
|
|
"compile-thrift-deprecated": "ts-node --project tools/tsconfig.json tools/compile-thrift-deprecated",
|
2020-09-24 11:57:38 +00:00
|
|
|
"compile-thrift": "ts-node --project tools/tsconfig.json tools/compile-thrift",
|
2020-08-21 12:15:41 +00:00
|
|
|
"postinstall": "ngcc"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"dependencies": {
|
2021-01-19 08:17:15 +00:00
|
|
|
"@angular/animations": "~11.0.9",
|
|
|
|
"@angular/cdk": "^11.0.4",
|
|
|
|
"@angular/common": "^11.0.9",
|
|
|
|
"@angular/compiler": "^11.0.9",
|
|
|
|
"@angular/core": "^11.0.9",
|
|
|
|
"@angular/flex-layout": "^11.0.0-beta.33",
|
|
|
|
"@angular/forms": "~11.0.9",
|
|
|
|
"@angular/material": "~11.0.4",
|
|
|
|
"@angular/material-moment-adapter": "~11.0.4",
|
|
|
|
"@angular/platform-browser": "~11.0.9",
|
|
|
|
"@angular/platform-browser-dynamic": "~11.0.9",
|
|
|
|
"@angular/platform-server": "~11.0.9",
|
|
|
|
"@angular/router": "~11.0.9",
|
2020-12-10 08:05:56 +00:00
|
|
|
"@ngneat/until-destroy": "^8.0.3",
|
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",
|
2020-07-30 22:57:22 +00:00
|
|
|
"ank-proto": "git+ssh://git@github.com:rbkmoney/ank-proto.git#d638e44eb8632fd62f0d6730294e51637babcc78",
|
2020-10-15 14:35:44 +00:00
|
|
|
"coerce-property": "^0.3.2",
|
2021-04-09 15:07:56 +00:00
|
|
|
"damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#8851c242d2953cc52397af3d916b52b164ffe4c0",
|
2020-10-28 13:40:06 +00:00
|
|
|
"deanonimus-proto": "github:rbkmoney/deanonimus-proto#b9fab4fd1c7690186efdc5974d113c82bd5765e9",
|
2020-01-31 18:00:10 +00:00
|
|
|
"file-storage-proto": "git+ssh://git@github.com:rbkmoney/file-storage-proto.git#281e1ca4cea9bf32229a6c389f0dcf5d49c05a0b",
|
2021-04-02 09:07:16 +00:00
|
|
|
"fistful-proto": "git+ssh://git@github.com/rbkmoney/fistful-proto.git#7b3f125aa7cbc069f740f598295bb56de713c39f",
|
2020-01-31 18:00:10 +00:00
|
|
|
"humanize-duration": "~3.21.0",
|
2020-01-20 15:50:16 +00:00
|
|
|
"jsonc-parser": "~2.0.2",
|
2021-03-05 13:22:09 +00:00
|
|
|
"keycloak-angular": "^8.0.1",
|
|
|
|
"keycloak-js": "10.0.2",
|
2020-02-07 09:42:41 +00:00
|
|
|
"lodash-es": "~4.17.15",
|
2020-10-21 14:16:00 +00:00
|
|
|
"machinegun_proto": "git+ssh://git@github.com/rbkmoney/machinegun_proto.git#d814d6948d4ff13f6f41d12c6613f59c805750b2",
|
2020-01-31 18:00:10 +00:00
|
|
|
"messages-proto": "git+ssh://git@github.com:rbkmoney/messages-proto.git#a177efb574136961bcd0a8236b4bfc425264de29",
|
2020-01-20 15:50:16 +00:00
|
|
|
"moment": "~2.22.2",
|
2021-01-15 11:48:19 +00:00
|
|
|
"monaco-editor": "^0.21.2",
|
2020-02-03 12:37:11 +00:00
|
|
|
"pdfmake": "^0.1.64",
|
2021-01-19 08:17:15 +00:00
|
|
|
"rxjs": "^6.6.3",
|
2020-10-28 13:40:06 +00:00
|
|
|
"short-uuid": "^4.1.0",
|
2020-09-24 11:57:38 +00:00
|
|
|
"skipper-proto": "github:rbkmoney/skipper-proto#d33d87cd9080925861f755b11ee1f16378076f74",
|
2019-04-25 14:49:01 +00:00
|
|
|
"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-08-21 12:15:41 +00:00
|
|
|
"tslib": "^2.0.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",
|
2020-09-15 11:24:45 +00:00
|
|
|
"woody_js": "git+ssh://git@github.com/rbkmoney/woody_js.git#19da32be428acf1ecb21b1e877ae2b0fadeb29e0",
|
2020-04-09 09:53:00 +00:00
|
|
|
"zone.js": "~0.10.2"
|
2018-08-02 13:41:30 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-01-19 08:17:15 +00:00
|
|
|
"@angular-devkit/build-angular": "^0.1100.7",
|
|
|
|
"@angular-eslint/builder": "1.1.0",
|
|
|
|
"@angular-eslint/eslint-plugin": "1.1.0",
|
|
|
|
"@angular-eslint/eslint-plugin-template": "1.1.0",
|
|
|
|
"@angular-eslint/schematics": "1.1.0",
|
|
|
|
"@angular-eslint/template-parser": "1.1.0",
|
|
|
|
"@angular/cli": "^11.0.7",
|
|
|
|
"@angular/compiler-cli": "^11.0.9",
|
2021-01-15 15:30:26 +00:00
|
|
|
"@rbkmoney/angular-templates": "^0.2.2",
|
2020-09-24 11:57:38 +00:00
|
|
|
"@types/del": "^4.0.0",
|
|
|
|
"@types/glob": "^7.1.3",
|
2020-01-31 18:00:10 +00:00
|
|
|
"@types/humanize-duration": "~3.18.0",
|
2021-01-19 08:17:15 +00:00
|
|
|
"@types/jasmine": "~3.6.0",
|
2018-08-02 13:41:30 +00:00
|
|
|
"@types/jasminewd2": "~2.0.3",
|
2020-01-31 18:00:10 +00:00
|
|
|
"@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",
|
2020-02-03 12:37:11 +00:00
|
|
|
"@types/pdfmake": "^0.1.9",
|
2020-01-20 15:50:16 +00:00
|
|
|
"@types/uuid": "~3.4.3",
|
2021-01-19 08:17:15 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "4.3.0",
|
|
|
|
"@typescript-eslint/parser": "4.3.0",
|
2021-03-31 11:05:35 +00:00
|
|
|
"chalk": "^4.1.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"codelyzer": "^6.0.0",
|
2020-09-24 11:57:38 +00:00
|
|
|
"del": "^5.1.0",
|
2021-01-19 08:17:15 +00:00
|
|
|
"eslint": "^7.6.0",
|
|
|
|
"eslint-config-prettier": "^7.1.0",
|
|
|
|
"eslint-plugin-import": "2.22.1",
|
|
|
|
"eslint-plugin-jsdoc": "30.7.6",
|
|
|
|
"eslint-plugin-prefer-arrow": "1.2.2",
|
|
|
|
"eslint-plugin-react": "latest",
|
2020-09-24 11:57:38 +00:00
|
|
|
"glob": "^7.1.6",
|
2021-01-19 08:17:15 +00:00
|
|
|
"jasmine-core": "~3.6.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"jasmine-spec-reporter": "~5.0.0",
|
2020-01-20 15:50:16 +00:00
|
|
|
"jwt-decode": "~2.2.0",
|
2021-01-19 08:17:15 +00:00
|
|
|
"karma": "~5.1.1",
|
2020-04-09 09:53:00 +00:00
|
|
|
"karma-chrome-launcher": "~3.1.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"karma-coverage-istanbul-reporter": "~3.0.2",
|
2021-01-19 08:17:15 +00:00
|
|
|
"karma-jasmine": "~4.0.0",
|
2020-08-21 12:15:41 +00:00
|
|
|
"karma-jasmine-html-reporter": "^1.5.0",
|
2020-04-09 09:53:00 +00:00
|
|
|
"prettier": "~2.0.4",
|
2020-08-21 12:15:41 +00:00
|
|
|
"protractor": "~7.0.0",
|
2020-12-29 10:49:58 +00:00
|
|
|
"ts-mockito": "^2.6.1",
|
2020-04-09 09:53:00 +00:00
|
|
|
"ts-node": "~8.8.2",
|
2021-01-19 08:17:15 +00:00
|
|
|
"typescript": "~4.0.5"
|
2018-08-02 13:41:30 +00:00
|
|
|
}
|
|
|
|
}
|