-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
144 lines (144 loc) · 5.2 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
{
"name": "nx-ng-net-core",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"nx": "nx",
"ngcc": "ngcc",
"start": "nx run-many --target=serve --projects=web-app,api --parallel",
"build": "nx run-many --target=build --projects=web-app,api --parallel",
"build:prod": "npm run build -- --configuration production",
"build:api": "nx build api",
"build:api:prod": "nx build api --configuration production",
"build:web-app": "nx build web-app",
"build:web-app:prod": "nx build web-app --configuration production",
"build:dotnet-builder": "rimraf ./tools/builders/dotnet-builder/dist && tsc -p ./tools/builders/dotnet-builder",
"clean": "rimraf ./dist ./junit ./coverage ./.angular ./.nx && nx reset",
"clean:node_modules": "rimraf ./node_modules ./package-lock.json",
"serve:api": "nx serve api",
"serve:prod": "nx serve-static web-app",
"test": "nx affected --target=test",
"test:ci": "npm run test -- --configuration ci",
"test:all": "nx run-many --target=test --all --configuration ci",
"lint": "nx affected --target=lint --fix",
"lint:all": "nx run-many --target=lint --all",
"lint:workspace": "nx workspace-lint && ng lint",
"e2e": "nx e2e web-app-e2e",
"e2e:cypress": "nx e2e web-app-e2e-cypress",
"e2e:ci": "npm run e2e:cypress -- --configuration production",
"e2e:watch": "npm run e2e:cypress -- --configuration watch",
"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": "npm run lint && npm run format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"workspace-schematic": "nx workspace-schematic",
"dep-graph": "nx dep-graph",
"help": "nx help",
"dotnet:restore": "dotnet restore apps/api",
"dotnet:coverage": "dotnet tool install --global dotnet-coverage",
"dotnet:clean": "dotnet clean apps/api",
"dotnet:build": "dotnet build apps/api",
"dotnet:update": "dotnet outdated -u apps/api",
"preinstall": "npm run dotnet:restore",
"postinstall": "npm run build:dotnet-builder",
"prepare": "husky",
"update-packages": "ts-node ./tools/update-packages/src/main.ts --omit esbuild typescript"
},
"private": true,
"dependencies": {
"@angular/animations": "19.0.5",
"@angular/cdk": "19.0.4",
"@angular/common": "19.0.5",
"@angular/compiler": "19.0.5",
"@angular/core": "19.0.5",
"@angular/forms": "19.0.5",
"@angular/material": "19.0.4",
"@angular/platform-browser": "19.0.5",
"@angular/platform-browser-dynamic": "19.0.5",
"@angular/router": "19.0.5",
"@angular/service-worker": "19.0.5",
"@ngrx/operators": "19.0.0",
"@ngrx/signals": "19.0.0",
"lodash": "4.17.21",
"marked": "15.0.4",
"moment": "2.30.1",
"ngx-markdown": "19.0.0",
"rxjs": "7.8.1",
"tslib": "2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "19.0.6",
"@angular-devkit/core": "19.0.6",
"@angular-devkit/schematics": "19.0.6",
"@angular-eslint/eslint-plugin": "19.0.2",
"@angular-eslint/eslint-plugin-template": "19.0.2",
"@angular-eslint/template-parser": "19.0.2",
"@angular/cli": "19.0.6",
"@angular/compiler-cli": "19.0.5",
"@angular/language-service": "19.0.5",
"@eslint/eslintrc": "3.2.0",
"@eslint/js": "9.17.0",
"@nx/angular": "20.3.0",
"@nx/cypress": "20.3.0",
"@nx/devkit": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/jest": "20.3.0",
"@nx/js": "20.3.0",
"@nx/node": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/web": "20.3.0",
"@nx/workspace": "20.3.0",
"@playwright/test": "1.49.1",
"@schematics/angular": "19.0.6",
"@swc-node/register": "1.10.9",
"@swc/core": "1.10.3",
"@testing-library/angular": "17.3.5",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@trivago/prettier-plugin-sort-imports": "5.2.0",
"@types/jest": "29.5.14",
"@types/node": "22.10.2",
"@typescript-eslint/utils": "8.18.2",
"angular-eslint": "19.0.2",
"autoprefixer": "10.4.20",
"commander": "12.1.0",
"cypress": "13.17.0",
"dotenv": "16.4.7",
"esbuild": "0.19.12",
"eslint": "9.17.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"eslint-plugin-playwright": "2.1.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "^29.4.1",
"jest-junit": "16.0.0",
"jest-preset-angular": "14.4.2",
"jsonc-eslint-parser": "2.4.0",
"lint-staged": "15.3.0",
"nx": "20.3.0",
"postcss": "8.4.49",
"prettier": "3.4.2",
"rimraf": "6.0.1",
"tailwindcss": "3.4.17",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.6.3",
"typescript-eslint": "8.18.2",
"zone.js": "^0.15.0"
},
"lint-staged": {
"*.{ts,js}": "eslint --cache --cache-location=.husky/_ --fix",
"*.{ts,js,css,scss,md,mdx}": "prettier --write"
}
}