Squashed commit of the following:
commit f850837fb7629ca9acbd7e9e9d6b8e3a9b356e6d
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Tue Aug 3 12:42:46 2021 +0200
Removed some unnecessary null-checks
commit 2817775633dc9ed546c48cfdd2092eafb0679686
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Tue Aug 3 12:20:58 2021 +0200
Some template changes
commit 9305a1dce85bf177964ec3ad6bb6fe58b7c52332
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Mon Aug 2 15:21:53 2021 +0200
Added some fixes to layout
commit 69d5847a0f0ff4aa9fac39ef202edecc28bcfe0f
Merge: c06d16d fe89d57
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Mon Aug 2 11:36:45 2021 +0200
Merged develop and fixed conflicts
commit c06d16debbe933c1c7f7c927c0f0c32034c6f011
Author: panpe <perham.panbehchi@arbetsformedlingen.se>
Date: Fri Jul 16 12:56:05 2021 +0200
fixed some small issues such as disability was not caught. Connected this to the swagger backend. But it needs some better null checks
commit c6a933b3bc2658816bbab5c8399a2de9d3a0bc4a
Author: Cecilia Varnava <cecilia.varnava@arbetsformedlingen.se>
Date: Mon Jul 12 01:12:35 2021 +0200
TV-269 wip
commit 5e7252d0dbe33ca3aca0e2e82860fa5b799745cc
Author: Cecilia Varnava <cecilia.varnava@arbetsformedlingen.se>
Date: Mon Jul 12 01:03:47 2021 +0200
TV-269 Deltagare - mocked workexperiences
commit f50fa65e2e297f7f551be53a2c181983b53119e4
Author: Cecilia Varnava <cecilia.varnava@arbetsformedlingen.se>
Date: Thu Jul 8 11:15:47 2021 +0200
TV-269 added tabs style and deltagare data
104 lines
3.5 KiB
JSON
104 lines
3.5 KiB
JSON
{
|
|
"name": "dafa-web-monorepo",
|
|
"version": "1.1.0",
|
|
"license": "MIT",
|
|
"repository": "https://bitbucket.arbetsformedlingen.se/projects/TEA/repos/dafa-web-monorepo",
|
|
"engines": {
|
|
"node": "15"
|
|
},
|
|
"scripts": {
|
|
"ng": "nx",
|
|
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2015 browser module main",
|
|
"nx": "nx",
|
|
"start": "ng serve dafa-web",
|
|
"start:api": "ng serve dafa-web --configuration api",
|
|
"build": "ng build dafa-web",
|
|
"build:api": "ng build dafa-web --configuration api",
|
|
"build:open-shift": "ng build dafa-web --configuration open-shift",
|
|
"test": "ng test dafa-web",
|
|
"release": "bash ./tools/release.sh",
|
|
"release:dry": "bash ./tools/release.sh dry",
|
|
"lint": "nx workspace-lint && ng lint",
|
|
"e2e": "ng e2e dafa-web",
|
|
"affected:apps": "nx affected:apps",
|
|
"affected:libs": "nx affected:libs",
|
|
"affected:build": "nx affected:build",
|
|
"affected:e2e": "nx affected:e2e",
|
|
"affected:test": "nx affected:test",
|
|
"affected:lint": "nx affected:lint",
|
|
"affected:dep-graph": "nx affected:dep-graph",
|
|
"affected": "nx affected",
|
|
"format": "nx format:write",
|
|
"format:write": "nx formavrat:write",
|
|
"format:check": "nx format:check",
|
|
"update": "nx migrate latest",
|
|
"workspace-generator": "nx workspace-generator",
|
|
"dep-graph": "nx dep-graph",
|
|
"help": "nx help",
|
|
"new-app": "nx g @nrwl/angular:app",
|
|
"new-lib": "nx g @nrwl/angular:lib",
|
|
"new-component": "nx g c"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@af/auth": "^11.1.0",
|
|
"@af/digi-ng": "^14.0.0",
|
|
"@angular-eslint/schematics": "^1.2.0",
|
|
"@angular/animations": "^11.2.0",
|
|
"@angular/cdk": "^11.2.12",
|
|
"@angular/common": "^11.2.0",
|
|
"@angular/compiler": "^11.2.0",
|
|
"@angular/core": "^11.2.0",
|
|
"@angular/forms": "^11.2.0",
|
|
"@angular/platform-browser": "^11.2.0",
|
|
"@angular/platform-browser-dynamic": "^11.2.0",
|
|
"@angular/router": "^11.2.0",
|
|
"@digi/core": "^9.4.0",
|
|
"@digi/styles": "^6.0.2",
|
|
"@nrwl/angular": "11.5.1",
|
|
"date-fns": "^2.22.1",
|
|
"ngx-markdown": "^11.1.3",
|
|
"rxjs": "~6.6.3",
|
|
"tslib": "^2.0.0",
|
|
"zone.js": "^0.10.2"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "~0.1102.0",
|
|
"@angular-eslint/eslint-plugin": "~1.0.0",
|
|
"@angular-eslint/eslint-plugin-template": "~1.0.0",
|
|
"@angular-eslint/template-parser": "~1.0.0",
|
|
"@angular/cli": "~11.0.0",
|
|
"@angular/compiler-cli": "^11.2.0",
|
|
"@angular/language-service": "^11.2.0",
|
|
"@nrwl/cli": "11.5.1",
|
|
"@nrwl/cypress": "11.5.1",
|
|
"@nrwl/eslint-plugin-nx": "11.5.1",
|
|
"@nrwl/jest": "11.5.1",
|
|
"@nrwl/linter": "11.5.1",
|
|
"@nrwl/tao": "11.5.1",
|
|
"@nrwl/workspace": "11.5.1",
|
|
"@semantic-release/changelog": "^5.0.1",
|
|
"@semantic-release/commit-analyzer": "^8.0.1",
|
|
"@semantic-release/git": "^9.0.0",
|
|
"@semantic-release/npm": "^7.1.3",
|
|
"@semantic-release/release-notes-generator": "^9.0.2",
|
|
"@types/jest": "26.0.8",
|
|
"@types/node": "12.12.38",
|
|
"@typescript-eslint/eslint-plugin": "4.3.0",
|
|
"@typescript-eslint/parser": "4.3.0",
|
|
"conventional-changelog-conventionalcommits": "^4.6.0",
|
|
"cypress": "^6.0.1",
|
|
"dotenv": "6.2.0",
|
|
"eslint": "7.10.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-cypress": "^2.10.3",
|
|
"jest": "26.2.2",
|
|
"jest-preset-angular": "8.3.2",
|
|
"prettier": "2.2.1",
|
|
"semantic-release": "^17.4.3",
|
|
"ts-jest": "26.4.0",
|
|
"ts-node": "~9.1.1",
|
|
"typescript": "~4.0.3"
|
|
}
|
|
}
|