Squashed commit of the following:
commit 6f06bf69b87c77473c21fbe5fcc5669964793b17
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Thu May 20 15:01:16 2021 +0200
Fixed issue with including qp insde breadcrumbs
commit 579b6105acc7a60864f07b6082329872a2105bd3
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Thu May 20 14:46:54 2021 +0200
Added some more data to the mock-api and fixed navigation-bar
commit f9b820136017584655fadafaf716155aec85316e
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Thu May 20 10:11:55 2021 +0200
Updated mock-api
commit 5367d2a475b1c0b8807cf5a9c3f8987b3a586de4
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Wed May 19 16:00:07 2021 +0200
Added different config for dotnet api
commit 47de5b8ad7c0924c82f07568aa2a4386613e3bd6
Merge: 22d5e9a dc40953
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Wed May 19 07:54:55 2021 +0200
Merged develop
commit 22d5e9a126e3c1237531407ec3e6d47fbfea55e8
Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se>
Date: Wed May 12 11:48:25 2021 +0200
Added new configuration to talk with local API
103 lines
3.5 KiB
JSON
103 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:pega": "ng serve dafa-web --configuration pega",
|
|
"start:dotnet": "ng serve dafa-web --configuration dotnet",
|
|
"build": "ng build dafa-web",
|
|
"build:pega": "ng build dafa-web --configuration pega",
|
|
"build:dotnet": "ng build dafa-web --configuration dotnet",
|
|
"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 format: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/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.0.0",
|
|
"@digi/styles": "^6.0.2",
|
|
"@nrwl/angular": "11.5.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"
|
|
}
|
|
}
|