forked from native-federation/angular-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 1.82 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 1.82 KB
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
{
"name": "@nf-beta/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"test:e2e:runtime": "cd packages/runtime && pnpm test:e2e"
},
"private": true,
"devDependencies": {
"@eslint/js": "^9.39.1",
"@nx/devkit": "~22.6.0",
"@nx/esbuild": "~22.6.0",
"@nx/js": "~22.6.0",
"@nx/vite": "~22.6.0",
"@nx/web": "~22.6.0",
"@playwright/test": "^1.56.1",
"@swc-node/register": "~1.11.1",
"@swc/core": "~1.15.17",
"@swc/helpers": "~0.5.11",
"@types/node": "~24.10.0",
"@typescript-eslint/eslint-plugin": "^8.46.4",
"@typescript-eslint/parser": "^8.46.4",
"@vitest/browser": "^4.0.0",
"@vitest/coverage-v8": "^4.0.0",
"@vitest/ui": "^4.0.0",
"esbuild": "^0.28.0",
"eslint": "^9.39.1",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"globals": "^17.0.0",
"jiti": "^2.6.1",
"jsdom": "^29.0.0",
"msw": "^2.12.3",
"nx": "~22.6.0",
"prettier": "^3.6.2",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.46.4",
"verdaccio": "^6.0.5",
"vite": "^7.0.0",
"vitest": "^4.0.0"
},
"workspaces": [
"packages/*"
],
"pnpm": {
"overrides": {
"lodash": "^4.18.0",
"minimatch": "^7.4.8"
}
},
"dependencies": {
"@angular-devkit/architect": "^0.2102.0",
"@angular-devkit/build-angular": "^21.2.0",
"@angular-devkit/core": "^21.2.0",
"@angular-devkit/schematics": "^21.2.0",
"@angular/build": "^21.2.0",
"@babel/core": "^7.28.5",
"@chialab/esbuild-plugin-commonjs": "^0.19.0",
"@schematics/angular": "^21.2.0",
"@softarc/native-federation": "4.0.0",
"@types/babel__core": "^7.20.5",
"chalk": "^5.6.2",
"fast-glob": "^3.3.3",
"json5": "^2.2.3",
"mrmime": "^2.0.1"
},
"nx": {
"includedScripts": []
}
}