{ "name": "ncontrol-mijnncontrol", "version": "0.0.0", "license": "MIT", "scripts": { "ng": "ng", "start-mijnncontrol-local": "ng serve mijnncontrol --proxy-config=./proxy-local.conf.json", "start-vipcontrol-local": "ng serve vipcontrol --proxy-config=./apps/vipcontrol/proxy-local.conf.json", "start": "ng serve", "build": "ng build", "build:prod": "yarn affected:build --prod --parallel", "test": "ng test --project", "test:all": "yarn test:ci --all", "test:affected": "yarn test:ci --base=master --head=HEAD ", "test:ci": "yarn affected:test --parallel --maxParallel=6 --exclude=patientdossier,mijnncontrol,touchstone,ncontracts,nchecker,disv,vipcontrol", "lint": "yarn affected:lint --parallel --maxParallel=10", "lint:scss": "stylelint **/**/*.scss --config ./stylelint.config.js", "lint:all": "yarn lint:scss --fix && yarn lint --fix --all", "e2e": "ng e2e", "get-apps": "./tools/build-utils/get-apps", "for-affected-apps": "./tools/build-utils/for-affected-apps", "affected:apps": "./node_modules/.bin/nx affected:apps", "affected:build": "./node_modules/.bin/nx affected:build", "affected:e2e": "./node_modules/.bin/nx affected:e2e", "affected:test": "./node_modules/.bin/nx affected:test", "affected:lint": "./node_modules/.bin/nx affected:lint", "affected:dep-graph": "./node_modules/.bin/nx affected:dep-graph", "format": "./node_modules/.bin/nx format:write", "format:write": "./node_modules/.bin/nx format:write", "format:check": "./node_modules/.bin/nx format:check", "update": "ng update @nrwl/workspace", "update:check": "ng update", "update:nrwl": "ng update @nrwl/schematics", "update:angular": "ng update @angular/animations @angular/cdk @angular/common @angular/compiler @angular/core @angular/forms @angular/material @angular/platform-browser @angular/platform-browser-dynamic @angular/router @angular-devkit/build-angular @angular/cli @angular/compiler-cli @angular/language-service", "workspace-schematic": "./node_modules/.bin/nx workspace-schematic", "dep-graph": "./node_modules/.bin/nx dep-graph", "help": "./node_modules/.bin/nx help", "affected:libs": "./node_modules/.bin/nx affected:libs", "run:menu-service": "json-server ./test-data/menu-data-flat.json -p 4000 ", "build:with-stats": "ng build --prod=true --stats-json --project", "analyze-touchstone": "webpack-bundle-analyzer dist/apps/touchstone/stats.json" }, "private": true, "dependencies": { "@angular/animations": "8.2.14", "@angular/cdk": "8.2.3", "@angular/common": "8.2.14", "@angular/compiler": "8.2.14", "@angular/core": "8.2.14", "@angular/forms": "8.2.14", "@angular/material": "8.2.3", "@angular/platform-browser": "8.2.14", "@angular/platform-browser-dynamic": "8.2.14", "@angular/router": "8.2.14", "@ngrx/effects": "8.5.2", "@ngrx/entity": "8.5.2", "@ngrx/router-store": "8.5.2", "@ngrx/store": "8.5.2", "@nrwl/angular": "8.8.3", "classlist.js": "1.1.20150312", "date-fns": "2.8.1", "hammerjs": "2.0.8", "ngx-toastr": "11.2.1", "oidc-client": "1.9.1", "ramda": "0.26.1", "ramda-extension": "0.10.1", "rxjs": "6.5.3", "uuid": "3.3.3", "zone.js": "0.10.2" }, "devDependencies": { "@angular-devkit/build-angular": "0.803.20", "@angular/cli": "8.3.20", "@angular/compiler-cli": "8.2.14", "@angular/language-service": "8.2.14", "@ngneat/spectator": "4.6.0", "@ngrx/schematics": "8.5.2", "@ngrx/store-devtools": "8.5.2", "@nrwl/jest": "8.8.3", "@nrwl/workspace": "8.8.3", "@types/faker": "4.1.7", "@types/jest": "24.0.23", "@types/node": "12.12.12", "@types/ramda": "0.26.36", "@types/uuid": "3.4.6", "codelyzer": "5.1.1", "faker": "4.1.0", "jest": "24.9.0", "jest-junit": "9.0.0", "jest-marbles": "2.5.0", "jest-preset-angular": "8.0.0", "prettier": "1.19.1", "rxjs-tslint-rules": "4.26.3", "stylelint": "12.0.0", "ts-jest": "24.2.0", "ts-node": "8.5.2", "tslib": "1.10.0", "tslint": "5.20.1", "typescript": "3.5.3", "webpack-bundle-analyzer": "3.6.0" }, "browserslist": [ "> 0.5%", "last 2 versions", "Firefox ESR", "not dead" ], "jest-junit": { "suiteName": "jest tests", "outputDirectory": "jest-results/", "classNameTemplate": "{classname}-{title}", "titleTemplate": "{classname}-{title}", "ancestorSeparator": " › ", "usePathForSuiteName": "true" } }