forked from angular-architects/module-federation-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
123 lines (123 loc) · 4.46 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
{
"name": "angular-architects",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"ng": "nx",
"postinstall": "node ./decorate-angular-cli.js && ngcc --properties es2020 browser module main",
"nx": "nx",
"start": "ng serve",
"build": "nx build mf-runtime --configuration production && nx build mf && nx build mf-tools --configuration production && node post-build.js",
"test": "ng test",
"lint": "nx workspace-lint && ng lint",
"e2e": "ng e2e",
"publish:local": "npm publish dist/libs/mf --registry http://localhost:4873 && npm publish dist/libs/mf-runtime --registry http://localhost:4873 && npm publish dist/libs/mf-tools --registry http://localhost:4873",
"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-architects/module-federation": "file:angular-architects-module-federation-14.3.10.tgz",
"@angular-architects/module-federation-runtime": "file:angular-architects-module-federation-runtime-14.3.10.tgz",
"@angular-architects/native-federation": "file:angular-architects-native-federation-0.9.1.tgz",
"@angular/animations": "14.1.1",
"@angular/common": "14.1.1",
"@angular/compiler": "14.1.1",
"@angular/core": "14.1.1",
"@angular/forms": "14.1.1",
"@angular/platform-browser": "14.1.1",
"@angular/platform-browser-dynamic": "14.1.1",
"@angular/router": "14.1.1",
"@rollup/plugin-json": "^4.1.0",
"@softarc/native-federation": "file:softarc-native-federation-0.9.2-beta.3.tgz",
"@softarc/native-federation-runtime": "file:softarc-native-federation-runtime-0.9.2-beta.3.tgz",
"@types/browser-sync": "^2.26.3",
"@types/cross-spawn": "^6.0.2",
"acorn": "^8.8.1",
"es-module-shims": "^1.5.12",
"npmlog": "^6.0.2",
"rollup-plugin-esbuild": "^4.10.1",
"rollup-plugin-terser": "^7.0.2",
"rxjs": "~6.6.3",
"semver": "^7.3.5",
"tslib": "^2.0.0",
"zone.js": "0.11.7"
},
"devDependencies": {
"@angular-architects/build-angular": "^14.2.0-next.0",
"@angular-devkit/build-angular": "14.1.1",
"@angular-eslint/eslint-plugin": "14.0.2",
"@angular-eslint/eslint-plugin-template": "14.0.2",
"@angular-eslint/template-parser": "14.0.2",
"@angular/cli": "~14.1.0",
"@angular/compiler-cli": "14.1.1",
"@angular/language-service": "14.1.1",
"@nrwl/angular": "14.5.2",
"@nrwl/cli": "14.5.2",
"@nrwl/cypress": "14.5.2",
"@nrwl/devkit": "14.5.2",
"@nrwl/eslint-plugin-nx": "14.5.2",
"@nrwl/jest": "14.5.2",
"@nrwl/js": "14.5.2",
"@nrwl/linter": "14.5.2",
"@nrwl/node": "14.5.2",
"@nrwl/nx-plugin": "14.5.2",
"@nrwl/workspace": "14.5.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-replace": "^4.0.0",
"@schematics/angular": "14.0.7",
"@swc-node/register": "^1.4.2",
"@swc/cli": "~0.1.55",
"@swc/core": "^1.2.173",
"@swc/helpers": "~0.3.3",
"@types/jest": "27.4.1",
"@types/node": "18.0.0",
"@types/npmlog": "^4.1.4",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"browser-sync": "^2.27.10",
"callsite": "^1.0.0",
"cross-spawn": "^7.0.3",
"cypress": "^6.0.1",
"dotenv": "10.0.0",
"esbuild": "^0.14.53",
"eslint": "8.15.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-cypress": "^2.10.3",
"jest": "27.5.1",
"jest-preset-angular": "11.1.2",
"json5": "^2.2.0",
"jsonc-eslint-parser": "^2.1.0",
"ng-packagr": "~14.1.0",
"node-fetch": "^2.6.7",
"node-watch": "^0.7.3",
"nx": "14.5.2",
"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": "^2.79.0",
"rollup-plugin-node-externals": "^4.1.1",
"ts-jest": "27.1.4",
"ts-node": "10.8.2",
"tslib": "^2.0.0",
"typescript": "4.7.4"
}
}