mirror of
https://github.com/valitydev/dashboard.git
synced 2024-11-06 10:35:21 +00:00
125 lines
4.8 KiB
JSON
125 lines
4.8 KiB
JSON
{
|
|
"name": "dashboard",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"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 --extra-webpack-config webpack.extra.js",
|
|
"test": "ng test",
|
|
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
|
|
"lint-cmd": "eslint \"src/**/*.{ts,js,html}\" --max-warnings 1364",
|
|
"lint-cache-cmd": "npm run lint-cmd -- --cache",
|
|
"lint": "npm run lint-cache-cmd",
|
|
"lint-fix": "npm run lint-cache-cmd -- --fix",
|
|
"lint-errors": "npm run lint-cache-cmd -- --quiet",
|
|
"prettier-cmd": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg,yaml,yml}\"",
|
|
"prettier": "npm run prettier-cmd -- --check",
|
|
"prettier-fix": "npm run prettier-cmd -- --write",
|
|
"tools-cmd": "ts-node --project tools/tsconfig.json",
|
|
"parallel-cmd": "concurrently --kill-others-on-fail --prefix-colors magenta,green,red,yellow,blue",
|
|
"swagger-codegen": "npm run tools-cmd -- tools/swagger-codegen.ts",
|
|
"openapi-codegen": "openapi-generator-cli version && 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:test": "npm run test -- --configuration=ci",
|
|
"ci:check": "npm run parallel-cmd -- --names PRETTIER,LINT \"npm run prettier\" \"npm run lint-cmd -- --quiet\""
|
|
},
|
|
"dependencies": {
|
|
"@angular/animations": "~13.1.1",
|
|
"@angular/cdk": "~13.1.1",
|
|
"@angular/common": "~13.1.1",
|
|
"@angular/compiler": "~13.1.1",
|
|
"@angular/core": "~13.1.1",
|
|
"@angular/flex-layout": "^13.0.0-beta.36",
|
|
"@angular/forms": "~13.1.1",
|
|
"@angular/material": "~13.1.1",
|
|
"@angular/material-moment-adapter": "~13.1.1",
|
|
"@angular/platform-browser": "~13.1.1",
|
|
"@angular/platform-browser-dynamic": "~13.1.1",
|
|
"@angular/router": "~13.1.1",
|
|
"@ngneat/reactive-forms": "^1.5.0",
|
|
"@ngneat/transloco": "^3.1.1",
|
|
"@ngneat/until-destroy": "^9.0.0",
|
|
"@s-libs/js-core": "^12.0.0",
|
|
"@s-libs/micro-dash": "^12.0.0",
|
|
"@s-libs/ng-core": "^12.0.0",
|
|
"@s-libs/rxjs-core": "^12.0.0",
|
|
"@sentry/angular": "^6.11.0",
|
|
"@sentry/integrations": "^6.11.0",
|
|
"@sentry/tracing": "^6.11.0",
|
|
"angular-epic-spinners": "^2.0.0",
|
|
"angular-file": "^3.0.1",
|
|
"angular2-text-mask": "^9.0.0",
|
|
"apexcharts": "^3.19.2",
|
|
"css-element-queries": "^1.2.0",
|
|
"humanize-duration": "^3.19.0",
|
|
"jwt-decode": "^3.1.2",
|
|
"keycloak-angular": "^8.3.0",
|
|
"keycloak-js": "^14.0.0",
|
|
"libphonenumber-js": "^1.7.27",
|
|
"lodash-es": "^4.17.20",
|
|
"moment": "^2.24.0",
|
|
"ng-apexcharts": "^1.6.0",
|
|
"ngx-mat-select-search": "^3.3.3",
|
|
"rxjs": "~6.6.7",
|
|
"shelljs": "^0.8.5",
|
|
"short-uuid": "^4.2.0",
|
|
"ts-keycode-enum": "^1.0.6",
|
|
"tslib": "^2.0.0",
|
|
"utility-types": "^3.10.0",
|
|
"zone.js": "~0.11.4"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~13.1.2",
|
|
"@angular-eslint/builder": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin": "^13.0.1",
|
|
"@angular-eslint/eslint-plugin-template": "^13.0.1",
|
|
"@angular-eslint/schematics": "~13.0.1",
|
|
"@angular-eslint/template-parser": "^13.0.1",
|
|
"@angular/cli": "~13.1.2",
|
|
"@angular/compiler-cli": "~13.1.1",
|
|
"@angular/language-service": "~13.1.1",
|
|
"@openapitools/openapi-generator-cli": "^2.3.7",
|
|
"@sentry/webpack-plugin": "^1.17.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/jwt-decode": "^3.1.0",
|
|
"@types/lodash-es": "^4.17.4",
|
|
"@types/moment": "^2.13.0",
|
|
"@types/node": "^16.4.10",
|
|
"@types/prettier": "^2.2.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
|
"@typescript-eslint/parser": "~5.8.0",
|
|
"concurrently": "^6.2.0",
|
|
"del": "^5.1.0",
|
|
"eslint": "^8.5.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jasmine": "^4.1.2",
|
|
"eslint-plugin-jsdoc": "^37.4.0",
|
|
"eslint-plugin-prefer-arrow": "^1.2.3",
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.11.0",
|
|
"glob": "^7.1.6",
|
|
"jasmine-core": "~3.7.0",
|
|
"jasmine-marbles": "^0.6.0",
|
|
"karma": "~6.3.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": "^13.0.1",
|
|
"prettier": "^2.3.1",
|
|
"ts-mockito": "^2.6.1",
|
|
"ts-node": "~8.8.1",
|
|
"typescript": "~4.5.4"
|
|
}
|
|
} |