-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
102 lines (102 loc) · 3.03 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
{
"name": "@ng-rspack/source",
"version": "0.0.8",
"license": "MIT",
"scripts": {
"prepare": "husky",
"check-format": "pnpx nx format:check",
"check-commit": "pnpm exec commitlint --from HEAD~1 --to HEAD"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "~19.0.0",
"@angular-devkit/core": "~19.0.0",
"@angular-devkit/schematics": "~19.0.0",
"@angular/build": "^19.0.6",
"@angular/cli": "~19.0.0",
"@angular/compiler-cli": "~19.0.0",
"@angular/language-service": "~19.0.0",
"@analogjs/vite-plugin-angular": "^1.10.3",
"@analogjs/vitest-angular": "^1.10.3",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.8.0",
"@module-federation/enhanced": "0.8.5",
"@module-federation/sdk": "0.8.5",
"@ng-rspack/build": "^0.0.31",
"@nx/angular": "20.2.2",
"@nx/eslint": "20.2.2",
"@nx/eslint-plugin": "20.2.2",
"@nx/jest": "20.2.2",
"@nx/js": "20.2.2",
"@nx/playwright": "20.2.2",
"@nx/plugin": "20.2.2",
"@nx/rsbuild": "^20.3.0",
"@nx/vite": "20.2.2",
"@nx/web": "20.2.2",
"@nx/workspace": "20.2.2",
"@playwright/test": "^1.36.0",
"@rsbuild/core": "^1.1.12",
"@rsbuild/plugin-sass": "^1.1.2",
"@rspack/core": "^1.1.8",
"@rspack/dev-server": "^1.0.10",
"@schematics/angular": "~19.0.0",
"@swc-node/register": "~1.9.1",
"@swc/cli": "~0.3.12",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@swc/jest": "~0.2.36",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "18.16.9",
"@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",
"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",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"kill-port": "^2.0.1",
"nx": "20.2.2",
"prettier": "^2.6.2",
"sass": "^1.79.3",
"sass-embedded": "^1.79.3",
"sass-loader": "^16.0.2",
"tcp-port-used": "^1.0.2",
"ts-jest": "^29.1.0",
"ts-morph": "^24.0.0",
"ts-node": "10.9.1",
"typescript": "5.6.3",
"typescript-eslint": "^8.13.0",
"verdaccio": "^5.0.4",
"vite": "^5.0.0",
"vitest": "^1.3.1",
"webpack-merge": "^6.0.1"
},
"nx": {
"includedScripts": []
},
"dependencies": {
"@angular/animations": "~19.0.0",
"@angular/common": "~19.0.0",
"@angular/compiler": "~19.0.0",
"@angular/core": "~19.0.0",
"@angular/forms": "~19.0.0",
"@angular/platform-browser": "~19.0.0",
"@angular/platform-browser-dynamic": "~19.0.0",
"@angular/router": "~19.0.0",
"@nx/devkit": "20.2.2",
"rxjs": "~7.8.0",
"tslib": "^2.3.0",
"zone.js": "~0.15.0"
},
"packageManager": "[email protected]"
}