-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.03 KB
/
package.json
File metadata and controls
134 lines (134 loc) · 4.03 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
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
{
"name": "angular-challenges",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"start": "nx serve",
"build": "nx build",
"test": "nx test forms-crossfield-validation-signal-form --ui --watch",
"prepare": "husky install",
"doc:dev": "cd docs && pnpm exec pnpm run dev",
"preinstall": "npx only-allow pnpm",
"postinstall": "playwright install chromium"
},
"engines": {
"node": ">=20.19.6"
},
"private": true,
"packageManager": "pnpm@10.23.0",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@angular/animations": "21.2.2",
"@angular/cdk": "21.2.1",
"@angular/common": "21.2.2",
"@angular/compiler": "21.2.2",
"@angular/core": "21.2.2",
"@angular/forms": "21.2.2",
"@angular/material": "21.2.1",
"@angular/platform-browser": "21.2.2",
"@angular/platform-browser-dynamic": "21.2.2",
"@angular/platform-server": "21.2.2",
"@angular/router": "21.2.2",
"@angular/ssr": "21.2.1",
"@ngneat/falso": "7.2.0",
"@ngrx/component-store": "21.0.0",
"@ngrx/operators": "21.0.0",
"@nx/angular": "22.5.4",
"@swc/helpers": "0.5.19",
"@tanstack/angular-query-experimental": "5.90.16",
"express": "^4.21.2",
"rxjs": "7.8.1",
"tailwindcss": "4.2.1",
"tslib": "^2.3.0",
"zone.js": "0.16.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "2.2.3",
"@analogjs/vitest-angular": "2.2.3",
"@angular-devkit/build-angular": "21.2.1",
"@angular-devkit/core": "21.2.1",
"@angular-devkit/schematics": "21.2.1",
"@angular/build": "21.2.1",
"@angular/cli": "21.2.1",
"@angular/compiler-cli": "21.2.2",
"@angular/language-service": "21.2.2",
"@commitlint/cli": "^17.2.0",
"@commitlint/config-conventional": "^17.2.0",
"@cypress/webpack-dev-server": "5.4.1",
"@eslint/eslintrc": "^2.1.1",
"@hirez_io/observer-spy": "^2.2.0",
"@ngrx/schematics": "19.0.1",
"@nx/cypress": "22.5.4",
"@nx/devkit": "22.5.4",
"@nx/eslint": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/jest": "22.5.4",
"@nx/js": "22.5.4",
"@nx/plugin": "22.5.4",
"@nx/vite": "22.5.4",
"@nx/vitest": "22.5.4",
"@nx/web": "22.5.4",
"@nx/workspace": "22.5.4",
"@schematics/angular": "21.2.1",
"@swc-node/register": "1.11.1",
"@swc/cli": "0.7.10",
"@swc/core": "1.15.8",
"@tailwindcss/forms": "^0.5.10",
"@testing-library/angular": "19.0.0",
"@testing-library/cypress": "10.1.0",
"@testing-library/jest-dom": "6.9.1",
"@testing-library/user-event": "14.6.1",
"@types/express": "^4.17.21",
"@types/jest": "30.0.0",
"@types/node": "18.16.9",
"@typescript-eslint/eslint-plugin": "^8.40.0",
"@typescript-eslint/parser": "^8.40.0",
"@typescript-eslint/utils": "^8.40.0",
"@vitest/browser-playwright": "4.1.0-beta.4",
"all-contributors-cli": "^6.26.1",
"angular-eslint": "21.3.0",
"autoprefixer": "^10.4.0",
"cypress": "15.8.1",
"eslint": "^9.8.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-cypress": "2.15.1",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.2",
"jest": "30.0.5",
"jest-environment-jsdom": "30.0.5",
"jest-preset-angular": "16.0.0",
"jest-util": "~30.0.0",
"jiti": "2.4.2",
"jsdom": "^27.1.0",
"jsonc-eslint-parser": "^2.1.0",
"lint-staged": "^13.0.3",
"ng-packagr": "21.0.1",
"nx": "22.5.4",
"playwright": "1.58.2",
"postcss": "^8.4.5",
"@tailwindcss/postcss": "4.2.1",
"postcss-import": "~14.1.0",
"postcss-preset-env": "~7.5.0",
"postcss-url": "~10.1.3",
"prettier": "~3.6.2",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-tailwindcss": "0.7.2",
"source-map-explorer": "^2.5.3",
"ts-jest": "29.4.6",
"ts-node": "10.9.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.40.0",
"vite": "7.3.1",
"vitest": "4.1.0-beta.4"
},
"overrides": {
"chokidar": "4.0.1"
},
"lint-staged": {
"*.{ts,json,md}": [
"prettier --write"
]
}
}