-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
82 lines (82 loc) · 2.51 KB
/
Copy pathpackage.json
File metadata and controls
82 lines (82 loc) · 2.51 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
{
"name": "client",
"version": "0.0.0",
"scripts": {
"dev": "ng serve --watch --host 0.0.0.0 --configuration development",
"build": "ng build",
"test:unit": "ng test --watch",
"test:unit:ci": "ng test --no-watch --coverage",
"lint": "eslint --max-warnings 0 --fix .",
"generate:openapi": "openapi-ts"
},
"private": true,
"license": "MIT",
"author": {
"name": "Stephan Krusche",
"email": "krusche@tum.de",
"url": "https://aet.cit.tum.de/krusche"
},
"cacheDirectories": [
"node_modules"
],
"dependencies": {
"@angular/animations": "21.2.19",
"@angular/cdk": "21.2.14",
"@angular/common": "21.2.17",
"@angular/compiler": "21.2.17",
"@angular/core": "21.2.17",
"@angular/forms": "21.2.19",
"@angular/platform-browser": "21.2.19",
"@angular/platform-browser-dynamic": "21.2.19",
"@angular/router": "21.2.19",
"@hey-api/client-fetch": "0.13.1",
"@primeng/themes": "21.0.4",
"@sentry/angular": "10.69.0",
"@sentry/cli": "3.6.2",
"@tanstack/angular-query-experimental": "5.101.4",
"angular-tabler-icons": "3.26.0",
"canvas-confetti": "1.9.4",
"eslint-config-prettier": "10.1.8",
"keycloak-js": "26.2.4",
"marked": "16.4.2",
"primeicons": "7.0.0",
"primeng": "21.1.9",
"rxjs": "7.8.2",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.2.19",
"@angular-eslint/builder": "21.4.0",
"@angular-eslint/eslint-plugin": "21.4.0",
"@angular-eslint/eslint-plugin-template": "21.4.0",
"@angular-eslint/schematics": "21.4.0",
"@angular-eslint/template-parser": "21.4.0",
"@angular/build": "21.2.19",
"@angular/cli": "21.2.19",
"@angular/compiler-cli": "21.2.19",
"@hey-api/openapi-ts": "0.99.0",
"@types/canvas-confetti": "1.9.0",
"@types/node": "24.13.3",
"@typescript-eslint/eslint-plugin": "8.66.0",
"@typescript-eslint/parser": "8.66.0",
"@typescript-eslint/types": "8.66.0",
"@typescript-eslint/utils": "8.66.0",
"@vitest/coverage-v8": "4.1.10",
"@vitest/ui": "4.1.10",
"autoprefixer": "10.5.4",
"eslint": "10.8.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jsdoc": "63.3.3",
"eslint-plugin-prefer-arrow": "1.2.3",
"eslint-plugin-prettier": "5.5.6",
"jsdom": "26.1.0",
"postcss": "8.5.16",
"prettier": "3.9.6",
"tailwindcss": "3.4.19",
"tailwindcss-primeui": "0.6.1",
"typescript": "5.9.3",
"vite": "8.2.0",
"vitest": "4.1.10"
},
"packageManager": "pnpm@11.20.0"
}