-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 2.94 KB
/
package.json
File metadata and controls
86 lines (86 loc) · 2.94 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
{
"name": "lebenslaeufe-app",
"private": true,
"version": "0.0.0",
"license": "UNLICENSED",
"engines": {
"node": "^24.0.0",
"npm": "^11.0.0"
},
"scripts": {
"prepare": "husky",
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"codegen": "cd frontend && graphql-codegen --config codegen.yml",
"watch-prod": "ng build --watch",
"test-serve": "ws -d frontend/dist/lebenslaeufe-app/browser --spa=index.html -p 4200 --rewrite '/api/(.*) -> http://localhost:8000/api/$1'",
"run-prod-watched": "run-p watch-prod test-serve",
"test": "ng test",
"lint": "ng lint",
"i18n:extract": "transloco-keys-manager extract -R",
"i18n:find": "transloco-keys-manager find",
"update-graphql": "rover graph introspect http://localhost:8000/api/graphql/ --output ./schema.graphql",
"precompress": "node --expose-gc --inspect scripts/precompress-frontend.mjs"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.1.1",
"@angular/cli": "^20.1.1",
"@angular/compiler-cli": "^20.1.2",
"@apollo/rover": "^0.34.1",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/fragment-matcher": "^5.0.2",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-apollo-angular": "^4.0.0",
"@graphql-codegen/typescript-apollo-client-helpers": "^3.0.0",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@playwright/test": "^1.49.1",
"@thx/graphql-typescript-scalar-type-policies": "^2.0.0",
"@types/jasmine": "~5.1.0",
"@types/luxon": "^3.4.2",
"@types/node": "^22.10.6",
"angular-eslint": "20.1.1",
"eslint": "^9.28.0",
"eslint-plugin-unused-imports": "^4.1.4",
"glob": "^11.0.3",
"husky": "^9.1.7",
"jasmine-core": "~5.4.0",
"karma": "~6.4.0",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^16.1.2",
"local-web-server": "^5.4.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.2",
"serve": "^14.2.4",
"typescript": "~5.8.3",
"typescript-eslint": "^8.33.1"
},
"dependencies": {
"@angular/animations": "^20.1.2",
"@angular/cdk": "^20.1.6",
"@angular/common": "^20.1.2",
"@angular/compiler": "^20.1.2",
"@angular/core": "^20.1.2",
"@angular/forms": "^20.1.2",
"@angular/platform-browser": "^20.1.2",
"@angular/platform-browser-dynamic": "^20.1.2",
"@angular/router": "^20.1.2",
"@angular/service-worker": "^20.1.2",
"@apollo/client": "^3.12.5",
"@floating-ui/dom": "^1.7.0",
"@fontsource/fira-sans": "^5.1.1",
"@jsverse/transloco": "^7.6.1",
"@jsverse/transloco-keys-manager": "^7.0.0",
"apollo-angular": "^11.0.0",
"luxon": "^3.5.0",
"ngx-valdemort": "^14.0.0",
"rxjs": "~7.8.0",
"swiper": "^11.2.10",
"tslib": "^2.3.0"
}
}