This repository has been archived by the owner on Nov 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
153 lines (153 loc) · 5.44 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"name": "tributech-catalog",
"version": "2.0.0",
"description": "Tributech Catalog",
"author": "Tributech Solutions GmbH",
"private": true,
"scripts": {
"execute-ngcc": "ngcc || exit 0",
"postinstall": "npm run execute-ngcc",
"prebuild": "rimraf dist",
"generate-connectors": "npx openapi-generator-cli generate",
"update-schemas": "ts-node ./tools/scripts/schema-download.ts",
"start": "nx run-many --target=serve --projects=tributech-catalog,tributech-catalog-ui --parallel",
"serve-api": "nx serve tributech-catalog",
"serve-ui": "nx serve tributech-catalog-ui",
"serve-ui-secure": "nx serve --ssl true tributech-catalog-ui",
"test": "npm run affected:test-all",
"lint": "npm run affected:lint-all",
"build": "npm run affected:build-all",
"build-api": "nx build tributech-catalog",
"build-ui": "nx build tributech-catalog-ui",
"docker-api": "nx docker tributech-catalog",
"docker-ui": "nx docker tributech-catalog-ui",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",
"affected:build": "nx affected:build",
"affected:build-all": "nx affected:build --all",
"affected:deploy-all": "nx affected:deploy --all",
"affected:e2e": "nx affected:e2e",
"affected:test": "nx affected:test",
"affected:test-all": "nx affected:test --all --code-coverage --source-maps",
"affected:lint": "nx affected:lint",
"affected:lint-all": "nx affected:lint --all",
"affected:dep-graph": "nx affected:dep-graph",
"affected": "nx affected",
"format": "nx format:write",
"format:write": "nx format:write --all",
"format:check": "nx format:check --all",
"update": "nx migrate latest --ignore-engines",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help",
"e2e": "ng e2e"
},
"dependencies": {
"@angular/animations": "12.1.2",
"@angular/cdk": "^12.1.2",
"@angular/common": "12.1.2",
"@angular/compiler": "12.1.2",
"@angular/core": "12.1.2",
"@angular/forms": "12.1.2",
"@angular/material": "^12.1.2",
"@angular/platform-browser": "12.1.2",
"@angular/platform-browser-dynamic": "12.1.2",
"@angular/router": "12.1.2",
"@circlon/angular-tree-component": "^11.0.4",
"@datorama/akita": "^6.2.0",
"@fortawesome/angular-fontawesome": "^0.9.0",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@nestjs-addons/in-memory-db": "^3.0.3",
"@nestjs/common": "^8.0.2",
"@nestjs/config": "^1.0.0",
"@nestjs/core": "^8.0.2",
"@nestjs/event-emitter": "^1.0.0",
"@nestjs/platform-express": "^8.0.2",
"@nestjs/swagger": "^5.0.1",
"@nestjs/terminus": "^8.0.1",
"@ng-web-apis/common": "^1.12.0",
"@ng-web-apis/resize-observer": "^1.0.3",
"@ngneat/until-destroy": "^8.0.3",
"@ngx-formly/core": "^5.0.0",
"@ngx-formly/material": "^5.0.0",
"@swimlane/ngx-graph": "^7.2.0",
"ajv": "^8.6.1",
"angular-oauth2-oidc": "^12.0.0",
"angular-split": "^5.0.0",
"await-to-js": "^3.0.0",
"bootstrap": "^4.5.3",
"fs-extra": "^10.0.0",
"intersection-observer": "^0.12.0",
"jsonld-graph": "^5.0.3",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^2.0.3",
"lodash": "^4.17.21",
"ng-dynamic-component": "^8.0.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rxjs": "6.6.7",
"strip-json-comments": "^3.1.1",
"swagger-ui-express": "^4.1.6",
"tslib": "^2.0.0",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "12.1.2",
"@angular-eslint/eslint-plugin": "12.3.1",
"@angular-eslint/eslint-plugin-template": "12.3.1",
"@angular-eslint/template-parser": "12.3.1",
"@angular/cli": "12.1.2",
"@angular/compiler-cli": "12.1.2",
"@angular/language-service": "12.1.2",
"@datorama/akita-ngdevtools": "^6.0.0",
"@nestjs/cli": "^8.0.2",
"@nestjs/schematics": "^8.0.1",
"@nestjs/testing": "^8.0.2",
"@ngneat/spectator": "^8.0.1",
"@ngx-formly/schematics": "^5.10.18",
"@nrwl/angular": "12.10.0",
"@nrwl/cli": "12.10.0",
"@nrwl/eslint-plugin-nx": "12.10.0",
"@nrwl/jest": "12.10.0",
"@nrwl/linter": "12.10.0",
"@nrwl/nest": "12.10.0",
"@nrwl/node": "12.10.0",
"@nrwl/nx-cloud": "latest",
"@nrwl/tao": "12.10.0",
"@nrwl/workspace": "12.10.0",
"@nx-tools/nx-docker": "^1.0.5",
"@openapitools/openapi-generator-cli": "^2.4.12",
"@types/express": "^4.17.13",
"@types/fs-extra": "^9.0.12",
"@types/jest": "^26.0.24",
"@types/jsonwebtoken": "^8.5.4",
"@types/lodash": "^4.14.171",
"@types/node": "^16.3.1",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.28.3",
"@typescript-eslint/parser": "^4.28.3",
"eslint": "^7.30.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-jsdoc": "35.4.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "^3.3.1",
"jest": "27.0.6",
"jest-junit": "^12.0.0",
"jest-preset-angular": "9.0.4",
"ng-mocks": "^12.3.1",
"ng-packagr": "12.1.2",
"ngx-deploy-npm": "^3.0.5",
"postcss": "^8.3.5",
"prettier": "^2.3.2",
"prettier-eslint": "^12.0.0",
"prettier-plugin-organize-imports": "^2.2.0",
"supertest": "^6.1.3",
"ts-jest": "27.0.3",
"ts-loader": "^9.2.3",
"ts-node": "^10.1.0",
"tsconfig-paths": "^3.10.1",
"typescript": "4.3.5"
}
}