-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
148 lines (148 loc) · 4.5 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
145
146
147
148
{
"name": "@ng-rspack/source",
"version": "0.0.9",
"license": "MIT",
"scripts": {
"prepare": "husky",
"eslint-next/nx": "pnpx tsx --tsconfig tools/tsconfig.tools.json tools/scripts/eslint-next/bin.ts --report",
"check-format": "pnpx nx format:check",
"check-commit": "pnpm exec commitlint --from HEAD~1 --to HEAD",
"release": "tsx tools/scripts/release.ts"
},
"private": true,
"devDependencies": {
"@analogjs/vite-plugin-angular": "^1.10.3",
"@analogjs/vitest-angular": "^1.10.3",
"@angular-devkit/architect": "0.1901.7",
"@angular-devkit/build-angular": "19.1.7",
"@angular-devkit/core": "19.1.7",
"@angular-devkit/schematics": "19.1.7",
"@angular/build": "19.1.7",
"@angular/cli": "19.1.7",
"@angular/compiler-cli": "19.1.6",
"@angular/language-service": "19.1.6",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/types": "^19.5.0",
"@eslint/js": "^9.8.0",
"@module-federation/enhanced": "0.8.5",
"@module-federation/sdk": "0.8.5",
"@nx/angular": "20.3.0",
"@nx/eslint": "20.3.0",
"@nx/eslint-plugin": "20.3.0",
"@nx/js": "20.3.0",
"@nx/playwright": "20.3.0",
"@nx/plugin": "20.3.0",
"@nx/rsbuild": "20.3.0",
"@nx/rspack": "20.3.0",
"@nx/vite": "20.3.0",
"@nx/web": "20.3.0",
"@nx/workspace": "20.3.0",
"@playwright/test": "^1.36.0",
"@rsbuild/core": "^1.1.12",
"@rsbuild/plugin-less": "^1.1.1",
"@rsbuild/plugin-sass": "^1.1.2",
"@rspack/cli": "^1.1.8",
"@rspack/core": "^1.1.8",
"@rspack/dev-server": "1.0.9",
"@schematics/angular": "19.1.7",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/express": "^4.17.21",
"@types/node": "18.16.9",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/utils": "^8.13.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"angular-eslint": "^19.0.2",
"commitlint-plugin-tense": "1.0.4",
"css-loader": "^7.1.2",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-playwright": "^1.6.2",
"express": "4.21.1",
"fast-glob": "^3.3.2",
"http-proxy-middleware": "3.0.3",
"husky": "^9.1.6",
"kill-port": "^2.0.1",
"less-loader": "^12.2.0",
"nx": "20.3.0",
"prettier": "^2.6.2",
"resolve-url-loader": "^5.0.0",
"sass": "^1.79.3",
"sass-embedded": "^1.79.3",
"sass-loader": "^16.0.2",
"semver": "^7.5.3",
"tcp-port-used": "^1.0.2",
"ts-morph": "^24.0.0",
"ts-node": "10.9.1",
"tsx": "^4.19.3",
"typescript": "5.6.3",
"typescript-eslint": "^8.13.0",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vite-plugin-dts": "^4.5.0",
"vitest": "^1.3.1",
"webpack-merge": "^6.0.1",
"yargs": "^17.7.2"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@angular/animations": "19.1.6",
"@angular/cdk": "19.0.4",
"@angular/common": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/core": "19.1.6",
"@angular/forms": "19.1.6",
"@angular/material": "19.0.4",
"@angular/platform-browser": "19.1.6",
"@angular/platform-browser-dynamic": "19.1.6",
"@angular/platform-server": "19.1.6",
"@angular/router": "19.1.6",
"@angular/ssr": "19.1.6",
"@code-pushup/cli": "^0.63.0",
"@code-pushup/coverage-plugin": "^0.64.0",
"@code-pushup/eslint-plugin": "^0.63.0",
"@code-pushup/models": "^0.63.0",
"@code-pushup/portal-client": "0.11.0",
"@code-pushup/utils": "^0.63.0",
"@commitlint/config-nx-scopes": "^19.5.0",
"@netlify/functions": "^3.0.0",
"@nx/devkit": "20.3.0",
"@types/minimatch": "^5.1.2",
"ansis": "^3.9.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-vitest": "^0.5.4",
"highlight.js": "^11.11.1",
"memfs": "^4.17.0",
"minimatch": "^10.0.1",
"rxjs": "~7.8.0",
"serverless-http": "^3.2.0",
"tslib": "^2.3.0",
"ws": "^8.18.0",
"zone.js": "~0.15.0"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@angular/core",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/build"
],
"allowedVersions": {
"@angular/core": "19.1.6",
"@angular/compiler": "19.1.6",
"@angular/compiler-cli": "19.1.6",
"@angular/build": "19.1.7"
}
}
},
"packageManager": "[email protected]"
}