dashboard/package.json

109 lines
3.6 KiB
JSON
Raw Normal View History

2018-11-27 09:06:26 +00:00
{
"name": "dashboard",
"version": "0.0.0",
"scripts": {
2019-08-12 13:34:18 +00:00
"prepush": "npm run test-silent",
2018-11-30 13:26:03 +00:00
"start": "ng serve --port 8000",
"stub": "ng serve --port 8000 --configuration=stub-keycloak",
"aot": "ng serve --port 8000 --aot",
2018-12-04 17:38:16 +00:00
"build": "ng build --prod --extraWebpackConfig webpack.extra.js",
2018-11-27 09:06:26 +00:00
"test": "ng test",
2019-05-08 11:32:38 +00:00
"test-silent": "ng test --watch=false --browsers ChromeHeadless",
2018-11-27 09:06:26 +00:00
"lint": "ng lint",
"lint-fix": "ng lint --fix",
2018-11-30 13:26:03 +00:00
"e2e": "ng e2e",
2019-05-08 11:32:38 +00:00
"prettier": "prettier \"**/*.{html,js,ts,css,scss,md,json,prettierrc,svg}\"",
"prettify": "npm run prettier -- --write",
"check": "npm run prettier -- --list-different",
"fix": "npm run lint-fix; npm run prettify",
2019-08-12 13:34:18 +00:00
"quicktype": "quicktype -s schema --just-types",
2019-09-03 14:21:30 +00:00
"codegen": "ts-node --project tools/tsconfig.json tools/swagger-codegen.ts",
2019-10-28 16:07:49 +00:00
"coverage": "npx http-server -c-1 -o -p 9875 ./coverage",
"gen-icons-list": "ts-node --project tools/tsconfig.json tools/gen-icons-list.ts"
2018-11-27 09:06:26 +00:00
},
"private": true,
"dependencies": {
2019-11-08 16:15:19 +00:00
"@angular/animations": "~8.0.2",
"@angular/cdk": "~8.0.1",
"@angular/common": "~8.0.2",
"@angular/compiler": "~8.0.2",
"@angular/core": "~8.0.2",
"@angular/flex-layout": "^8.0.0-beta.26",
"@angular/forms": "~8.0.2",
"@angular/material": "~8.0.1",
"@angular/material-moment-adapter": "~8.0.1",
"@angular/platform-browser": "~8.0.2",
"@angular/platform-browser-dynamic": "~8.0.2",
"@angular/router": "~8.0.2",
"@ngneat/transloco": "^1.7.9",
"acorn": "^6.1.1",
2019-08-21 16:46:53 +00:00
"angular-epic-spinners": "^2.0.0",
2019-06-03 14:12:27 +00:00
"angular2-text-mask": "^9.0.0",
2019-11-08 16:15:19 +00:00
"core-js": "^2.5.4",
"css-element-queries": "^1.2.0",
"d3-axis": "^1.0.12",
"d3-scale": "^2.1.2",
"d3-shape": "^1.2.2",
"d3-transition": "^1.1.3",
2018-12-04 17:38:16 +00:00
"hammerjs": "^2.0.8",
2019-11-08 16:15:19 +00:00
"humanize-duration": "^3.19.0",
2019-08-12 13:34:18 +00:00
"keycloak-angular": "^7.0.1",
"keycloak-js": "^4.8.3",
2019-04-02 11:56:34 +00:00
"lodash.get": "^4.4.2",
2019-07-15 14:47:31 +00:00
"lodash.isempty": "^4.4.0",
2019-07-23 12:35:13 +00:00
"lodash.isnil": "^4.0.0",
2019-07-15 14:47:31 +00:00
"lodash.mapvalues": "^4.6.0",
"lodash.negate": "^3.0.2",
2019-08-12 13:34:18 +00:00
"lodash.random": "^3.2.0",
2019-07-23 12:35:13 +00:00
"lodash.round": "^4.0.4",
2019-11-08 16:15:19 +00:00
"lodash.template": "^4.4.0",
2019-05-08 11:32:38 +00:00
"moment": "^2.24.0",
2019-11-08 16:15:19 +00:00
"pdfmake": "^0.1.58",
"rxjs": "~6.5.2",
2019-04-02 11:56:34 +00:00
"ts-keycode-enum": "^1.0.6",
2018-11-27 09:06:26 +00:00
"tslib": "^1.9.0",
"uuid": "^3.3.3",
2019-06-26 13:12:03 +00:00
"zone.js": "~0.9.1"
2018-11-27 09:06:26 +00:00
},
"devDependencies": {
2019-11-08 16:15:19 +00:00
"@angular-devkit/build-angular": "~0.800.0",
"@angular/cli": "~8.0.4",
"@angular/compiler-cli": "~8.0.2",
"@angular/language-service": "~8.0.2",
"@types/d3": "^5.7.0",
2019-08-12 13:34:18 +00:00
"@types/humanize-duration": "^3.18.0",
2019-11-08 16:15:19 +00:00
"@types/jasmine": "~3.3.12",
"@types/jasminewd2": "~2.0.6",
2019-04-02 11:56:34 +00:00
"@types/lodash.get": "^4.4.6",
2019-07-23 12:35:13 +00:00
"@types/lodash.isempty": "^4.4.6",
"@types/lodash.isnil": "^4.0.6",
2019-07-15 14:47:31 +00:00
"@types/lodash.mapvalues": "^4.6.6",
"@types/lodash.negate": "^3.0.6",
2019-08-12 13:34:18 +00:00
"@types/lodash.random": "^3.2.6",
2019-07-23 12:35:13 +00:00
"@types/lodash.round": "^4.0.6",
2019-08-12 13:34:18 +00:00
"@types/lodash.template": "^4.4.6",
2018-12-04 17:38:16 +00:00
"@types/moment": "^2.13.0",
2019-11-08 16:15:19 +00:00
"@types/node": "^11.13.10",
2019-09-05 15:37:09 +00:00
"@types/pdfmake": "^0.1.8",
2019-10-28 16:07:49 +00:00
"@types/prettier": "^1.18.3",
"@types/uuid": "^3.4.5",
2019-11-08 16:15:19 +00:00
"codelyzer": "^5.0.1",
"husky": "^3.0.1",
2019-05-08 11:32:38 +00:00
"jasmine-core": "~3.4.0",
2018-11-27 09:06:26 +00:00
"jasmine-spec-reporter": "~4.2.1",
2019-05-08 11:32:38 +00:00
"karma": "~4.1.0",
2018-11-27 09:06:26 +00:00
"karma-chrome-launcher": "~2.2.0",
2019-11-08 16:15:19 +00:00
"karma-coverage-istanbul-reporter": "~2.0.5",
2019-05-08 11:32:38 +00:00
"karma-jasmine": "~2.0.1",
"karma-jasmine-html-reporter": "^1.4.2",
2019-11-08 16:15:19 +00:00
"ngx-build-plus": "^8.1.1",
2019-06-26 13:12:03 +00:00
"prettier": "~1.18.2",
2019-05-08 11:32:38 +00:00
"protractor": "~5.4.2",
2019-11-08 16:15:19 +00:00
"quicktype": "^15.0.187",
2018-11-27 09:06:26 +00:00
"ts-node": "~7.0.0",
2019-05-08 11:32:38 +00:00
"tslint": "~5.16.0",
2019-11-08 16:15:19 +00:00
"typescript": "~3.4.5",
"vsc-base": "^0.8.24"
2018-11-27 09:06:26 +00:00
}
}