92 lines
2.9 KiB
JSON
92 lines
2.9 KiB
JSON
{
|
|
"name": "dafa-web-monorepo",
|
|
"version": "0.0.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",
|
|
"start:dafa": "ng serve dafa-web",
|
|
"build": "ng build",
|
|
"build:dafa": "ng build dafa-web",
|
|
"test": "ng test",
|
|
"test:dafa": "ng test dafa-web",
|
|
"lint": "nx workspace-lint && ng lint",
|
|
"e2e": "ng e2e",
|
|
"e2e:dafa": "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/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",
|
|
"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",
|
|
"@types/jest": "26.0.8",
|
|
"@types/node": "12.12.38",
|
|
"@typescript-eslint/eslint-plugin": "4.3.0",
|
|
"@typescript-eslint/parser": "4.3.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",
|
|
"ts-jest": "26.4.0",
|
|
"ts-node": "~9.1.1",
|
|
"typescript": "~4.0.3"
|
|
}
|
|
}
|