mirror of
https://github.com/valitydev/control-center.git
synced 2024-11-06 10:35:18 +00:00
75 lines
3.0 KiB
JSON
75 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.8",
|
|
"@angular/cdk": "^8.2.2",
|
|
"@angular/common": "^8.2.8",
|
|
"@angular/compiler": "^8.2.8",
|
|
"@angular/core": "^8.2.8",
|
|
"@angular/flex-layout": "^8.0.0-beta.27",
|
|
"@angular/forms": "^8.2.8",
|
|
"@angular/material": "^8.2.2",
|
|
"@angular/material-moment-adapter": "^8.2.2",
|
|
"@angular/platform-browser": "^8.2.8",
|
|
"@angular/platform-browser-dynamic": "^8.2.8",
|
|
"@angular/platform-server": "^8.2.8",
|
|
"@angular/router": "^8.2.8",
|
|
"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#59b72ba54ec0e7f1af1d9b83aba10883ac985019",
|
|
"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.3",
|
|
"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#d2c90a54861593fa794afe3b09c4febb9d6e37d0",
|
|
"zone.js": "~0.8.26"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^0.803.6",
|
|
"@angular/cli": "^8.3.6",
|
|
"@angular/compiler-cli": "^8.2.8",
|
|
"@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": "~4.2.1",
|
|
"jasmine-core": "~2.99.1",
|
|
"jasmine-spec-reporter": "~4.2.1",
|
|
"karma": "^4.3.0",
|
|
"karma-chrome-launcher": "~2.2.0",
|
|
"karma-coverage-istanbul-reporter": "~2.0.0",
|
|
"karma-jasmine": "~1.1.1",
|
|
"karma-jasmine-html-reporter": "^0.2.2",
|
|
"prettier": "^1.15.3",
|
|
"protractor": "^5.4.0",
|
|
"ts-node": "~5.0.1",
|
|
"tslint": "~5.9.1",
|
|
"typescript": "^3.4.5"
|
|
}
|
|
}
|