control-center/package.json

95 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",
"ank-model": "thrift-ts node_modules/ank-proto/proto -o src/app/thrift-services/ank/gen-model -d false",
"postinstall": "ngcc"
},
"private": true,
"dependencies": {
"@angular/animations": "~10.0.10",
"@angular/cdk": "^10.1.3",
"@angular/common": "^10.0.10",
"@angular/compiler": "^10.0.10",
"@angular/core": "^10.0.10",
"@angular/flex-layout": "~10.0.0-beta.32",
"@angular/forms": "~10.0.10",
"@angular/material": "~10.1.3",
"@angular/material-moment-adapter": "~10.1.3",
"@angular/platform-browser": "~10.0.10",
"@angular/platform-browser-dynamic": "~10.0.10",
"@angular/platform-server": "~10.0.10",
"@angular/router": "~10.0.10",
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-08-17 14:05:16 +00:00
"damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#895f01ac1b71e108eb8d5dce1df0ef2e31dc0152",
"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",
"keycloak-angular": "^8.0.1",
"keycloak-js": "10.0.2",
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",
"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"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.6",
"@angular/cli": "^10.0.6",
"@angular/compiler-cli": "^10.0.10",
"@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",
"codelyzer": "^6.0.0",
2020-04-09 09:53:00 +00:00
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
2020-01-20 15:50:16 +00:00
"jwt-decode": "~2.2.0",
"karma": "~5.0.0",
2020-04-09 09:53:00 +00:00
"karma-chrome-launcher": "~3.1.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~3.3.0",
"karma-jasmine-html-reporter": "^1.5.0",
2020-04-09 09:53:00 +00:00
"prettier": "~2.0.4",
"protractor": "~7.0.0",
2020-04-09 09:53:00 +00:00
"ts-node": "~8.8.2",
"tslint": "~6.1.0",
2020-04-09 09:53:00 +00:00
"tslint-config-prettier": "^1.18.0",
"typescript": "~3.9.7",
2020-02-07 09:42:41 +00:00
"vsc-base": "^0.9.10"
}
}