-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
103 lines (103 loc) · 4.15 KB
/
package.json
File metadata and controls
103 lines (103 loc) · 4.15 KB
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
{
"name": "solutiontemplate",
"version": "1.0.0",
"private": true,
"scripts": {
"nx": "nx",
"build:core:webapps:shared-backend-api": "cd projects/OpenSpacePlanner/src/WebApps/shared-backend-api && npm run build && npm run generate",
"publish:webapps:openspaceplanner": "nx build openspaceplanner",
"generate:core:webapps:shared-backend-api": "cd projects/OpenSpacePlanner/src/WebApps/shared-backend-api && npm run generate",
"start:webapps:openspaceplanner": "nx serve openspaceplanner",
"audit:webapps": "npm run audit:dev || true && npm run audit:prod",
"audit:webapps:dev": "echo Audit dev dependencies && better-npm-audit audit -l high",
"audit:webapps:prod": "echo Audit prod dependencies && better-npm-audit audit -l moderate --production"
},
"dependencies": {
"@angular/animations": "18.2.8",
"@angular/common": "18.2.8",
"@angular/compiler": "18.2.8",
"@angular/core": "18.2.8",
"@angular/forms": "18.2.8",
"@angular/platform-browser-dynamic": "18.2.8",
"@angular/platform-browser": "18.2.8",
"@angular/router": "18.2.8",
"@angular/service-worker": "18.2.8",
"@fortawesome/angular-fontawesome": "0.15.0",
"@fortawesome/fontawesome-svg-core": "6.6.0",
"@fortawesome/free-brands-svg-icons": "6.6.0",
"@fortawesome/free-regular-svg-icons": "6.6.0",
"@fortawesome/free-solid-svg-icons": "6.6.0",
"@ng-bootstrap/ng-bootstrap": "17.0.1",
"@ng-select/ng-select": "13.9.1",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "8.0.0",
"@ngxs-labs/attach-action": "0.1.3",
"@ngxs/logger-plugin": "18.1.1",
"@ngxs/router-plugin": "18.1.1",
"@ngxs/storage-plugin": "18.1.1",
"@ngxs/store": "18.1.1",
"@popperjs/core": "2.11.8",
"bootstrap": "5.3.3",
"ngx-ui-loader": "13.0.0",
"rxjs": "7.8.1",
"tslib": "2.7.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.2.12",
"@angular-devkit/core": "18.2.8",
"@angular-devkit/schematics": "18.2.8",
"@angular-eslint/eslint-plugin-template": "18.3.1",
"@angular-eslint/eslint-plugin": "18.3.1",
"@angular-eslint/template-parser": "18.3.1",
"@angular/cli": "18.2.8",
"@angular/compiler-cli": "18.2.8",
"@angular/language-service": "18.2.8",
"@angular/localize": "18.2.8",
"@ngxs/devtools-plugin": "18.1.1",
"@nx/angular": "20.0.0",
"@nx/devkit": "20.0.0",
"@nx/eslint-plugin": "20.0.0",
"@nx/eslint": "20.0.0",
"@nx/jest": "20.0.0",
"@nx/js": "20.0.0",
"@nx/workspace": "20.0.0",
"@openapitools/openapi-generator-cli": "2.14.0",
"@prettier/plugin-xml": "3.4.1",
"@schematics/angular": "18.2.8",
"@swc-node/register": "1.10.9",
"@swc/core": "1.7.35",
"@swc/helpers": "0.5.13",
"@testing-library/angular": "^17.3.1",
"@testing-library/dom": "^10.4.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.5",
"@typescript-eslint/eslint-plugin": "8.8.1",
"@typescript-eslint/parser": "8.8.1",
"@typescript-eslint/utils": "8.8.1",
"autoprefixer": "10.4.20",
"better-npm-audit": "3.11.0",
"cross-env": "7.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsdoc": "50.3.2",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-rxjs": "5.0.3",
"eslint": "9.12.0",
"jest-environment-jsdom": "29.7.0",
"jest-extended": "^4.0.2",
"jest-preset-angular": "14.2.4",
"jest": "29.7.0",
"jsonc-eslint-parser": "2.4.0",
"ng-packagr": "~18.2.1",
"nx": "20.0.0",
"postcss-url": "~10.1.3",
"postcss": "8.4.47",
"prettier": "3.3.3",
"rimraf": "6.0.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4"
}
}