{ "name": "control-center", "version": "0.0.0", "scripts": { "start": "ng serve --proxy-config proxy.conf.json --port 7000", "build": "ng build --prod", "test": "ng test", "lint": "ng lint", "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", "e2e": "ng e2e", "compile-thrift-deprecated": "ts-node --project tools/tsconfig.json tools/compile-thrift-deprecated", "compile-thrift": "ts-node --project tools/tsconfig.json tools/compile-thrift", "postinstall": "ngcc" }, "private": true, "dependencies": { "@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", "@ngneat/until-destroy": "^8.0.3", "@rbkmoney/partial-fetcher": "~1.0.4", "angular-file": "3.0.1", "angular2-prettyjson": "3.0.1", "ank-proto": "git+ssh://git@github.com:rbkmoney/ank-proto.git#d638e44eb8632fd62f0d6730294e51637babcc78", "coerce-property": "^0.3.2", "damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#8851c242d2953cc52397af3d916b52b164ffe4c0", "deanonimus-proto": "github:rbkmoney/deanonimus-proto#b9fab4fd1c7690186efdc5974d113c82bd5765e9", "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#7b3f125aa7cbc069f740f598295bb56de713c39f", "humanize-duration": "~3.21.0", "jsonc-parser": "~2.0.2", "keycloak-angular": "^8.0.1", "keycloak-js": "10.0.2", "lodash-es": "~4.17.15", "machinegun_proto": "git+ssh://git@github.com/rbkmoney/machinegun_proto.git#d814d6948d4ff13f6f41d12c6613f59c805750b2", "messages-proto": "git+ssh://git@github.com:rbkmoney/messages-proto.git#a177efb574136961bcd0a8236b4bfc425264de29", "moment": "~2.22.2", "monaco-editor": "^0.21.2", "pdfmake": "^0.1.64", "rxjs": "^6.6.3", "short-uuid": "^4.1.0", "skipper-proto": "github:rbkmoney/skipper-proto#d33d87cd9080925861f755b11ee1f16378076f74", "thrift-ts": "git+ssh://git@github.com/rbkmoney/thrift-ts.git#a5e3830ad30d5717e5e627ddcefa8f4d8918b174", "transliteration": "^2.1.8", "tslib": "^2.0.0", "utility-types": "^3.10.0", "uuid": "~3.3.2", "woody_js": "git+ssh://git@github.com/rbkmoney/woody_js.git#19da32be428acf1ecb21b1e877ae2b0fadeb29e0", "zone.js": "~0.10.2" }, "devDependencies": { "@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", "@rbkmoney/angular-templates": "^0.2.2", "@types/del": "^4.0.0", "@types/glob": "^7.1.3", "@types/humanize-duration": "~3.18.0", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/jwt-decode": "~2.2.1", "@types/lodash-es": "~4.17.3", "@types/node": "^12.12.34", "@types/pdfmake": "^0.1.9", "@types/uuid": "~3.4.3", "@typescript-eslint/eslint-plugin": "4.3.0", "@typescript-eslint/parser": "4.3.0", "chalk": "^4.1.0", "codelyzer": "^6.0.0", "del": "^5.1.0", "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", "glob": "^7.1.6", "jasmine-core": "~3.6.0", "jasmine-spec-reporter": "~5.0.0", "jwt-decode": "~2.2.0", "karma": "~5.1.1", "karma-chrome-launcher": "~3.1.0", "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", "prettier": "~2.0.4", "protractor": "~7.0.0", "ts-mockito": "^2.6.1", "ts-node": "~8.8.2", "typescript": "~4.0.5" } }