Squashed commit of the following: commit 9c06b7f1d44a4b48d7f31a22b6bfbd233e09d2f7 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 15:07:15 2021 +0100 Updated api endpoint commit f9bfbecda6d03b70d87febbada920d0eca798b1f Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 15:01:13 2021 +0100 Updated libs commit 9edb413d537288fa0708b8a04eb54f801ebc23a0 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 14:58:13 2021 +0100 Added @types/file-saver commit 624affac55ce771fd58e2770a0d4a98233a8e9ba Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 14:42:29 2021 +0100 Updated libs commit 65dae1d906bbcec474581692b2aced9e47d2484c Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 14:36:42 2021 +0100 Added utils lib config commit 223bd59724663523bdbaf87b5502396156ddb9eb Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 14:06:13 2021 +0100 Added validation commit 166dfcf0448155ac21c0eaa904b4ce1271f73193 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 13:25:35 2021 +0100 Changed styling and removed some fake data commit 3906f2793dd52b626b95c13e115495451332c894 Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 13:18:52 2021 +0100 Added digi-ng datepicker commit de0d51434d15cac5476303d4b417c591da16fd8f Author: Erik Tiekstra <erik.tiekstra@arbetsformedlingen.se> Date: Tue Nov 2 12:31:48 2021 +0100 Added checkbox
272 lines
8.2 KiB
JSON
272 lines
8.2 KiB
JSON
{
|
|
"version": 1,
|
|
"cli": {
|
|
"defaultCollection": "@nrwl/angular"
|
|
},
|
|
"defaultProject": "mina-sidor-fa",
|
|
"schematics": {
|
|
"@nrwl/angular": {
|
|
"application": {
|
|
"linter": "eslint"
|
|
},
|
|
"library": {
|
|
"linter": "eslint"
|
|
},
|
|
"storybook-configuration": {
|
|
"linter": "eslint"
|
|
}
|
|
},
|
|
"@nrwl/angular:application": {
|
|
"style": "scss",
|
|
"linter": "eslint",
|
|
"unitTestRunner": "jest",
|
|
"e2eTestRunner": "cypress"
|
|
},
|
|
"@nrwl/angular:library": {
|
|
"style": "scss",
|
|
"linter": "eslint",
|
|
"unitTestRunner": "jest"
|
|
},
|
|
"@nrwl/angular:component": {
|
|
"style": "scss",
|
|
"changeDetection": "OnPush"
|
|
}
|
|
},
|
|
"projects": {
|
|
"mina-sidor-fa": {
|
|
"projectType": "application",
|
|
"root": "apps/mina-sidor-fa",
|
|
"sourceRoot": "apps/mina-sidor-fa/src",
|
|
"prefix": "msfa",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/apps/mina-sidor-fa",
|
|
"index": "apps/mina-sidor-fa/src/index.html",
|
|
"main": "apps/mina-sidor-fa/src/main.ts",
|
|
"polyfills": "apps/mina-sidor-fa/src/polyfills.ts",
|
|
"tsConfig": "apps/mina-sidor-fa/tsconfig.app.json",
|
|
"aot": true,
|
|
"assets": ["apps/mina-sidor-fa/src/assets"],
|
|
"styles": ["apps/mina-sidor-fa/src/styles/styles.scss"],
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": ["libs/styles/src"]
|
|
},
|
|
"scripts": ["node_modules/marked/lib/marked.js"],
|
|
"allowedCommonJsDependencies": ["opentracing/lib/span", "opentracing/lib/tracer", "error-stack-parser"]
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "apps/mina-sidor-fa/src/environments/environment.ts",
|
|
"with": "apps/mina-sidor-fa/src/environments/environment.prod.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
]
|
|
},
|
|
"acc": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "apps/mina-sidor-fa/src/environments/environment.ts",
|
|
"with": "apps/mina-sidor-fa/src/environments/environment.acc.ts"
|
|
}
|
|
],
|
|
"optimization": true,
|
|
"outputHashing": "all",
|
|
"sourceMap": false,
|
|
"namedChunks": false,
|
|
"extractLicenses": true,
|
|
"vendorChunk": false,
|
|
"buildOptimizer": true,
|
|
"budgets": [
|
|
{
|
|
"type": "initial",
|
|
"maximumWarning": "2mb",
|
|
"maximumError": "5mb"
|
|
},
|
|
{
|
|
"type": "anyComponentStyle",
|
|
"maximumWarning": "6kb",
|
|
"maximumError": "10kb"
|
|
}
|
|
]
|
|
},
|
|
"mock": {
|
|
"fileReplacements": [
|
|
{
|
|
"replace": "apps/mina-sidor-fa/src/environments/environment.ts",
|
|
"with": "apps/mina-sidor-fa/src/environments/environment.mock.ts"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"serve": {
|
|
"builder": "@angular-devkit/build-angular:dev-server",
|
|
"options": {
|
|
"browserTarget": "mina-sidor-fa:build",
|
|
"proxyConfig": "./config/proxy.conf.json"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"browserTarget": "mina-sidor-fa:build:production"
|
|
},
|
|
"acc": {
|
|
"browserTarget": "mina-sidor-fa:build:acc",
|
|
"proxyConfig": "./config/proxy.conf.json"
|
|
},
|
|
"mock": {
|
|
"browserTarget": "mina-sidor-fa:build:mock",
|
|
"proxyConfig": "./config/proxy.conf.mock.json"
|
|
}
|
|
}
|
|
},
|
|
"extract-i18n": {
|
|
"builder": "@angular-devkit/build-angular:extract-i18n",
|
|
"options": {
|
|
"browserTarget": "mina-sidor-fa:build"
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["apps/mina-sidor-fa/src/**/*.ts", "apps/mina-sidor-fa/src/**/*.html"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/apps/mina-sidor-fa"],
|
|
"options": {
|
|
"jestConfig": "apps/mina-sidor-fa/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mina-sidor-fa-e2e": {
|
|
"root": "apps/mina-sidor-fa-e2e",
|
|
"sourceRoot": "apps/mina-sidor-fa-e2e/src",
|
|
"projectType": "application",
|
|
"architect": {
|
|
"e2e": {
|
|
"builder": "@nrwl/cypress:cypress",
|
|
"options": {
|
|
"cypressConfig": "apps/mina-sidor-fa-e2e/cypress.json",
|
|
"tsConfig": "apps/mina-sidor-fa-e2e/tsconfig.e2e.json",
|
|
"devServerTarget": "mina-sidor-fa:serve"
|
|
},
|
|
"configurations": {
|
|
"production": {
|
|
"devServerTarget": "mina-sidor-fa:serve:production"
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["apps/mina-sidor-fa-e2e/**/*.{js,ts}"]
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ui": {
|
|
"projectType": "library",
|
|
"root": "libs/ui",
|
|
"sourceRoot": "libs/ui/src",
|
|
"prefix": "mina-sidor-fa-web",
|
|
"architect": {
|
|
"build": {
|
|
"builder": "@angular-devkit/build-angular:browser",
|
|
"options": {
|
|
"outputPath": "dist/apps/mina-sidor-fa",
|
|
"index": "apps/mina-sidor-fa/src/index.html",
|
|
"main": "apps/mina-sidor-fa/src/main.ts",
|
|
"tsConfig": "apps/mina-sidor-fa/tsconfig.app.json",
|
|
"stylePreprocessorOptions": {
|
|
"includePaths": ["libs/styles/src"]
|
|
}
|
|
}
|
|
},
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/ui/src/**/*.ts", "libs/ui/src/**/*.html"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/libs/ui"],
|
|
"options": {
|
|
"jestConfig": "libs/ui/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"styles": {
|
|
"projectType": "library",
|
|
"root": "libs/styles",
|
|
"sourceRoot": "libs/styles/src",
|
|
"prefix": "mina-sidor-fa-web",
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/styles/src/**/*.ts", "libs/styles/src/**/*.html"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/libs/styles"],
|
|
"options": {
|
|
"jestConfig": "libs/styles/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"utils": {
|
|
"projectType": "library",
|
|
"root": "libs/utils",
|
|
"sourceRoot": "libs/utils/src",
|
|
"prefix": "mina-sidor-fa-web",
|
|
"architect": {
|
|
"lint": {
|
|
"builder": "@nrwl/linter:eslint",
|
|
"options": {
|
|
"lintFilePatterns": ["libs/utils/src/**/*.ts", "libs/utils/src/**/*.html"]
|
|
}
|
|
},
|
|
"test": {
|
|
"builder": "@nrwl/jest:jest",
|
|
"outputs": ["coverage/libs/utils"],
|
|
"options": {
|
|
"jestConfig": "libs/utils/jest.config.js",
|
|
"passWithNoTests": true
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|