-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
132 lines (132 loc) · 4.35 KB
/
package.json
File metadata and controls
132 lines (132 loc) · 4.35 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
{
"name": "@jscutlery/devkit",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"nx": "nx",
"start": "nx serve",
"build": "nx build",
"test": "NODE_OPTIONS=--experimental-vm-modules jest --watch",
"lint": "nx workspace-lint && nx lint",
"e2e": "nx e2e",
"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": "nx format:write",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"dep-graph": "nx dep-graph",
"help": "nx help",
"workspace-generator": "nx workspace-generator",
"publish:cypress-angular": "npm publish dist/packages/cypress-angular",
"publish:cypress-angular-dev-server": "npm publish dist/packages/cypress-angular-dev-server",
"publish:cypress-harness": "npm publish dist/packages/cypress-harness",
"publish:cypress-mount": "npm publish dist/packages/cypress-mount",
"contributors:add": "all-contributors add",
"prepare": "husky install"
},
"private": true,
"dependencies": {
"@angular/animations": "21.1.4",
"@angular/cdk": "21.1.4",
"@angular/common": "21.1.4",
"@angular/compiler": "21.1.4",
"@angular/core": "21.1.4",
"@angular/forms": "21.1.4",
"@angular/material": "21.1.4",
"@angular/platform-browser": "21.1.4",
"@angular/platform-browser-dynamic": "21.1.4",
"@angular/router": "21.1.4",
"@babel/core": "7.29.0",
"@babel/helper-plugin-utils": "^7.25.9",
"@types/babel__helper-plugin-utils": "^7.10.3",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.16.1"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "2.3.1",
"@angular-devkit/build-angular": "21.2.5",
"@angular-devkit/core": "21.2.5",
"@angular-devkit/schematics": "21.2.5",
"@angular-eslint/eslint-plugin": "21.3.1",
"@angular-eslint/eslint-plugin-template": "21.3.1",
"@angular-eslint/template-parser": "21.3.1",
"@angular/cli": "21.1.4",
"@angular/compiler-cli": "21.1.4",
"@angular/language-service": "21.1.4",
"@commitlint/cli": "^20.0.0",
"@commitlint/config-angular": "^20.0.0",
"@jscutlery/playwright-ct-angular": "link:dist/packages/playwright-ct-angular",
"@jscutlery/swc-angular": "link:dist/packages/swc-angular",
"@jscutlery/swc-angular-plugin": "link:dist/packages/swc-angular-plugin",
"@monodon/rust": "2.3.0",
"@nx/angular": "22.6.1",
"@nx/cypress": "22.6.1",
"@nx/devkit": "22.6.1",
"@nx/eslint": "22.6.1",
"@nx/eslint-plugin": "22.6.1",
"@nx/jest": "22.6.1",
"@nx/js": "22.6.1",
"@nx/node": "22.6.1",
"@nx/plugin": "22.6.1",
"@nx/rollup": "22.6.1",
"@nx/vite": "22.6.1",
"@nx/web": "22.6.1",
"@nx/workspace": "22.6.1",
"@playwright/experimental-ct-core": "1.59.0",
"@playwright/test": "1.59.0",
"@schematics/angular": "21.2.5",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.21",
"@swc/helpers": "0.5.20",
"@swc/jest": "0.2.39",
"@types/babel__core": "^7.20.5",
"@types/jest": "30.0.0",
"@types/node": "^24.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"@vitest/coverage-v8": "4.1.2",
"@vitest/ui": "4.1.2",
"autoprefixer": "^10.4.0",
"babel-jest": "30.3.0",
"cypress": "15.13.0",
"cypress-pipe": "^2.0.0",
"dotenv": "17.3.1",
"eslint": "9.14.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-cypress": "4.3.0",
"husky": "^9.0.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"jest-preset-angular": "16.1.1",
"jest-util": "30.3.0",
"jiti": "2.6.1",
"mock-fs": "^5.4.1",
"ng-packagr": "21.2.2",
"nx": "22.6.1",
"postcss": "^8.4.49",
"postcss-import": "16.1.1",
"postcss-preset-env": "~11.2.0",
"postcss-url": "10.1.3",
"prettier": "3.8.1",
"ts-jest": "29.4.6",
"ts-node": "10.9.2",
"tsx": "4.21.0",
"typescript": "5.9.3",
"unplugin-swc": "1.5.9",
"vite": "7.3.1",
"vitest": "4.1.2"
},
"workspaces": [
"packages/*"
],
"packageManager": "yarn@4.13.0"
}