-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
129 lines (129 loc) · 4.28 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
{
"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": "18.2.9",
"@angular/cdk": "18.2.9",
"@angular/common": "18.2.9",
"@angular/compiler": "18.2.9",
"@angular/core": "18.2.9",
"@angular/forms": "18.2.9",
"@angular/material": "18.2.9",
"@angular/platform-browser": "18.2.9",
"@angular/platform-browser-dynamic": "18.2.9",
"@angular/router": "18.2.9",
"@babel/core": "7.26.0",
"@babel/helper-plugin-utils": "^7.25.9",
"@types/babel__helper-plugin-utils": "^7.10.3",
"rxjs": "7.8.1",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@analogjs/vite-plugin-angular": "1.9.4",
"@angular-devkit/build-angular": "18.2.9",
"@angular-devkit/core": "18.2.9",
"@angular-devkit/schematics": "18.2.9",
"@angular-eslint/eslint-plugin": "18.4.1",
"@angular-eslint/eslint-plugin-template": "18.4.1",
"@angular-eslint/template-parser": "18.4.1",
"@angular/cli": "~18.2.0",
"@angular/compiler-cli": "18.2.9",
"@angular/language-service": "18.2.9",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-angular": "^19.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.1.1",
"@nx/angular": "20.1.4",
"@nx/cypress": "20.1.4",
"@nx/devkit": "20.1.4",
"@nx/eslint": "20.1.4",
"@nx/eslint-plugin": "20.1.4",
"@nx/jest": "20.1.4",
"@nx/js": "20.1.4",
"@nx/node": "20.1.4",
"@nx/plugin": "20.1.4",
"@nx/rollup": "20.1.4",
"@nx/vite": "20.1.4",
"@nx/web": "20.1.4",
"@nx/workspace": "20.1.4",
"@playwright/experimental-ct-core": "1.49.0",
"@playwright/test": "1.49.0",
"@schematics/angular": "18.2.12",
"@swc-node/register": "1.10.9",
"@swc/core": "1.9.3",
"@swc/helpers": "0.5.15",
"@swc/jest": "0.2.37",
"@types/babel__core": "^7.20.5",
"@types/jest": "29.5.14",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.18.0",
"@vitest/coverage-v8": "2.1.6",
"@vitest/ui": "2.1.6",
"autoprefixer": "^10.4.0",
"babel-jest": "29.7.0",
"cypress": "13.16.0",
"cypress-pipe": "^2.0.0",
"dotenv": "16.4.5",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "4.1.0",
"husky": "^9.0.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-preset-angular": "14.4.1",
"mock-fs": "^5.1.1",
"ng-packagr": "19.0.1",
"nx": "20.1.4",
"postcss": "^8.4.5",
"postcss-import": "16.1.0",
"postcss-preset-env": "~10.1.0",
"postcss-url": "10.1.3",
"prettier": "3.4.1",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.5.4",
"unplugin-swc": "1.5.1",
"vite": "6.0.2",
"vitest": "2.1.6"
},
"workspaces": [
"packages/*"
],
"packageManager": "[email protected]"
}