mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
08fd33a758
* new daterange filter for analytics * fixes * fix * fixes * merge fix
124 lines
4.5 KiB
JSON
124 lines
4.5 KiB
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"postinstall": "ngcc",
|
|
"start": "ng serve --port 8000",
|
|
"start-stub": "npm start -- --configuration=stub-keycloak",
|
|
"fix": "npm run lint-fix && npm run prettier-fix",
|
|
"build": "ng build --prod --extraWebpackConfig webpack.extra.js --progress=false",
|
|
"test": "ng test",
|
|
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
|
|
"e2e": "ng e2e",
|
|
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1986 --cache",
|
|
"lint": "npm run lint-cmd",
|
|
"lint-fix": "npm run lint-cmd -- --fix",
|
|
"lint-errors": "npm run lint-cmd -- --quiet",
|
|
"prettier-cmd": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg}\"",
|
|
"prettier": "npm run prettier-cmd -- --check",
|
|
"prettier-fix": "npm run prettier-cmd -- --write",
|
|
"tools-cmd": "ts-node --project tools/tsconfig.json",
|
|
"parallel-cmd": "concurrently --prefix-colors magenta,green",
|
|
"swagger-codegen": "npm run tools-cmd -- tools/swagger-codegen.ts",
|
|
"openapi-codegen": "npm run tools-cmd -- tools/openapi-codegen.ts",
|
|
"codegen": "npm run parallel-cmd -- --names SWAG,OAPI \"npm run swagger-codegen\" \"npm run openapi-codegen\"",
|
|
"icons-list-gen": "npm run tools-cmd -- tools/gen-icons-list.ts",
|
|
"icons-ids-gen": "npm run tools-cmd -- tools/gen-icons-ids.ts",
|
|
"ci:check": "npm run parallel-cmd -- --names PRET,LINT \"npm run prettier\" \"npm run lint-cmd -- --quiet\"",
|
|
"ci:test": "ng run dashboard:test-ci"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "~11.2.9",
|
|
"@angular/cdk": "~11.2.8",
|
|
"@angular/common": "~11.2.9",
|
|
"@angular/compiler": "~11.2.9",
|
|
"@angular/core": "~11.2.9",
|
|
"@angular/flex-layout": "^11.0.0-beta.33",
|
|
"@angular/forms": "~11.2.9",
|
|
"@angular/material": "~11.2.8",
|
|
"@angular/material-moment-adapter": "~11.2.8",
|
|
"@angular/platform-browser": "~11.2.9",
|
|
"@angular/platform-browser-dynamic": "~11.2.9",
|
|
"@angular/router": "~11.2.9",
|
|
"@ngneat/reactive-forms": "^1.5.0",
|
|
"@ngneat/transloco": "^2.19.1",
|
|
"@ngneat/until-destroy": "^8.0.3",
|
|
"@rbkmoney/id-generator": "^0.1.3",
|
|
"@rbkmoney/partial-fetcher": "~0.4.0",
|
|
"@rbkmoney/utils": "~0.4.0",
|
|
"@s-libs/js-core": "^11.3.0",
|
|
"@s-libs/micro-dash": "^11.3.0",
|
|
"@s-libs/ng-core": "^11.3.0",
|
|
"@s-libs/rxjs-core": "^11.3.0",
|
|
"@sentry/angular": "^6.4.1",
|
|
"@sentry/integrations": "^6.4.1",
|
|
"@sentry/tracing": "^6.4.1",
|
|
"angular-epic-spinners": "^2.0.0",
|
|
"angular-file": "^3.0.1",
|
|
"angular2-text-mask": "^9.0.0",
|
|
"apexcharts": "^3.19.2",
|
|
"core-js": "^2.5.4",
|
|
"css-element-queries": "^1.2.0",
|
|
"humanize-duration": "^3.19.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"keycloak-angular": "^8.1.0",
|
|
"keycloak-js": "^10.0.2",
|
|
"libphonenumber-js": "^1.7.27",
|
|
"lodash-es": "^4.17.20",
|
|
"moment": "^2.24.0",
|
|
"ng-apexcharts": "^1.3.0",
|
|
"ng-yandex-metrika": "^4.0.0",
|
|
"rxjs": "~6.5.5",
|
|
"shelljs": "^0.8.4",
|
|
"ts-keycode-enum": "^1.0.6",
|
|
"tslib": "^2.0.0",
|
|
"utility-types": "^3.10.0",
|
|
"zone.js": "~0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1102.8",
|
|
"@angular-eslint/builder": "~4.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~4.0.0",
|
|
"@angular-eslint/schematics": "~4.0.0",
|
|
"@angular-eslint/template-parser": "~4.0.0",
|
|
"@angular/cli": "~11.2.8",
|
|
"@angular/compiler-cli": "~11.2.9",
|
|
"@angular/language-service": "~11.2.9",
|
|
"@rbkmoney/angular-templates": "^0.2.2",
|
|
"@rbkmoney/eslint-plugin": "^0.1.1",
|
|
"@types/d3": "^5.7.0",
|
|
"@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.6",
|
|
"@types/jwt-decode": "^3.1.0",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^12.12.32",
|
|
"@types/prettier": "^2.2.3",
|
|
"@typescript-eslint/parser": "~4.22.0",
|
|
"concurrently": "^6.2.0",
|
|
"del": "^5.1.0",
|
|
"eslint": "^7.25.0",
|
|
"glob": "^7.1.6",
|
|
"jasmine-core": "~3.6.0",
|
|
"jasmine-marbles": "^0.6.0",
|
|
"jasmine-spec-reporter": "~5.0.0",
|
|
"karma": "~5.2.3",
|
|
"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",
|
|
"karma-spec-reporter": "0.0.32",
|
|
"ngx-build-plus": "^9.0.6",
|
|
"prettier": "^2.3.1",
|
|
"protractor": "~7.0.0",
|
|
"puppeteer": "^5.5.0",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "~8.8.1",
|
|
"typescript": "~4.0.5"
|
|
}
|
|
}
|