forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
135 lines (135 loc) · 4.44 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
{
"name": "angular-architects",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"nx": "nx",
"build": "npm run build:mf && npm run build:nf",
"build:mf": "nx run-many -t build --projects=tag:scope:mf* && nx run mf:post-build",
"build:nf": "nx run-many -t build --projects=tag:scope:nf* && nx run native-federation:post-build",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"publish": "npm run publish:mf && npm run publish:nf",
"publish:mf": "nx run-many -t publish --projects=tag:scope:mf*",
"publish:nf": "nx run-many -t publish --projects=tag:scope:nf*",
"publish-local": "npm run publish-local:mf && npm run publish-local:nf",
"publish-local:mf": "nx run-many -t publish-local --projects=tag:scope:mf*",
"publish-local:nf": "nx run-many -t publish-local --projects=tag:scope:nf*",
"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",
"workspace-generator": "nx workspace-generator",
"dep-graph": "nx dep-graph",
"help": "nx help"
},
"precommit": "format:write",
"private": true,
"dependencies": {
"@angular/animations": "18.1.3",
"@angular/common": "18.1.3",
"@angular/compiler": "18.1.3",
"@angular/core": "18.1.3",
"@angular/forms": "18.1.3",
"@angular/platform-browser": "18.1.3",
"@angular/platform-browser-dynamic": "18.1.3",
"@angular/router": "18.1.3",
"@module-federation/vite": "^0.2.6",
"es-module-shims": "^1.5.12",
"rxjs": "^7.0.0",
"tslib": "^2.0.0",
"zone.js": "0.14.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "18.1.3",
"@angular-devkit/core": "18.1.3",
"@angular-devkit/schematics": "18.1.3",
"@angular-eslint/eslint-plugin": "18.2.0",
"@angular-eslint/eslint-plugin-template": "18.2.0",
"@angular-eslint/template-parser": "18.2.0",
"@angular/cli": "~18.1.0",
"@angular/compiler-cli": "18.1.3",
"@angular/language-service": "18.1.3",
"@nx/angular": "19.5.6",
"@nx/cypress": "19.5.6",
"@nx/devkit": "19.5.6",
"@nx/eslint": "19.5.6",
"@nx/eslint-plugin": "19.5.6",
"@nx/jest": "19.5.6",
"@nx/js": "19.5.6",
"@nx/node": "19.5.6",
"@nx/plugin": "19.5.6",
"@nx/webpack": "19.5.6",
"@nx/workspace": "19.5.6",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"@schematics/angular": "18.1.3",
"@swc-node/register": "1.9.2",
"@swc/cli": "0.3.12",
"@swc/core": "1.5.7",
"@swc/helpers": "0.5.12",
"@types/browser-sync": "^2.29.0",
"@types/cross-spawn": "^6.0.2",
"@types/jest": "29.5.11",
"@types/node": "^18.19.50",
"@types/npmlog": "^4.1.4",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@typescript-eslint/utils": "^7.16.0",
"acorn": "^8.8.1",
"autoprefixer": "^10.4.0",
"browser-sync": "^3.0.2",
"callsite": "^1.0.0",
"chalk": "^5.3.0",
"chokidar": "^3.5.3",
"cross-spawn": "^7.0.3",
"cypress": "13.13.2",
"dotenv": "10.0.0",
"esbuild": "^0.19.2",
"eslint": "8.57.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "2.13.4",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-environment-node": "29.7.0",
"jest-preset-angular": "14.1.0",
"json5": "^2.2.0",
"jsonc-eslint-parser": "^2.1.0",
"mrmime": "^1.0.1",
"ng-packagr": "18.1.0",
"node-fetch": "^2.6.7",
"node-watch": "^0.7.3",
"npmlog": "^6.0.2",
"nx": "19.5.6",
"postcss": "^8.3.9",
"postcss-import": "14.1.0",
"postcss-preset-env": "7.5.0",
"postcss-url": "10.1.3",
"pre-commit": "^1.2.2",
"prettier": "2.6.2",
"rollup": "^3.27.0",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-node-externals": "^6.1.1",
"semver": "^7.3.5",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.5.4",
"verdaccio": "^5.0.4",
"word-wrap": "^1.2.5"
},
"nx": {
"includedScripts": []
}
}