mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 02:25:17 +00:00
77 lines
3.0 KiB
JSON
77 lines
3.0 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/gen-damsel -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/machinegun/gen-model -d false",
|
|
"fistful-model": "thrift-ts node_modules/fistful-proto/proto -o src/app/fistful/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",
|
|
"angular2-prettyjson": "3.0.1",
|
|
"core-js": "~2.5.4",
|
|
"damsel": "git+ssh://git@github.com/rbkmoney/damsel.git#b563890354447a5e175a9a318b33233a926a5e9c",
|
|
"fistful-proto": "git+ssh://git@github.com/rbkmoney/fistful-proto.git#6e653a244e7b2106908604c4692ee5ab4496af09",
|
|
"hammerjs": "~2.0.8",
|
|
"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#ebae56fe2b3e79e4eb34afc8cb55c9012ae989f8",
|
|
"moment": "~2.22.2",
|
|
"monaco-editor": "~0.15.6",
|
|
"rxjs": "~6.5.4",
|
|
"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/jasmine": "~2.8.6",
|
|
"@types/jasminewd2": "~2.0.3",
|
|
"@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"
|
|
}
|
|
}
|