-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
74 lines (74 loc) · 2.26 KB
/
Copy pathpackage.json
File metadata and controls
74 lines (74 loc) · 2.26 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
72
73
74
{
"name": "nx-reference",
"version": "2.2.0",
"license": "MIT",
"scripts": {
"docs:json": "compodoc -p ./tsconfig.doc.json -e json -d ."
},
"private": true,
"packageManager": "npm@11.8.0",
"dependencies": {
"@angular/animations": "~21.2.0",
"@angular/common": "~21.2.0",
"@angular/compiler": "~21.2.0",
"@angular/core": "~21.2.0",
"@angular/forms": "~21.2.0",
"@angular/platform-browser": "~21.2.0",
"@angular/platform-browser-dynamic": "~21.2.0",
"@angular/router": "~21.2.0",
"@softarc/native-federation-node": "^3.3.4",
"cors": "^2.8.6",
"es-module-shims": "^1.5.12",
"express": "^5.1.0",
"rxjs": "~7.8.0"
},
"devDependencies": {
"@angular-architects/native-federation": "~21.2.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",
"@angular/cli": "~21.2.0",
"@angular/compiler-cli": "~21.2.0",
"@angular/language-service": "~21.2.0",
"@compodoc/compodoc": "1.2.1",
"@eslint/js": "^9.8.0",
"@nx/angular": "23.0.1",
"@nx/esbuild": "23.0.1",
"@nx/eslint": "23.0.1",
"@nx/eslint-plugin": "23.0.1",
"@nx/jest": "23.0.1",
"@nx/js": "23.0.1",
"@nx/node": "23.0.1",
"@nx/storybook": "23.0.1",
"@nx/web": "23.0.1",
"@nx/workspace": "23.0.1",
"@schematics/angular": "~21.2.0",
"@storybook/addon-docs": "^10.1.0",
"@storybook/angular": "^10.1.0",
"@swc/helpers": "~0.5.18",
"@types/cors": "^2.8.19",
"@types/express": "^5.0.0",
"@types/jest": "~30.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/utils": "^8.40.0",
"angular-eslint": "^21.2.0",
"esbuild": "^0.27.0",
"eslint": "^9.8.0",
"eslint-config-prettier": "^10.0.0",
"jest": "~30.3.0",
"jest-environment-jsdom": "~30.3.0",
"jest-environment-node": "~30.3.0",
"jest-preset-angular": "~16.0.0",
"jest-util": "~30.3.0",
"nx": "23.0.1",
"prettier": "~3.6.2",
"storybook": "^10.1.0",
"ts-jest": "^29.4.0",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "~5.9.2",
"typescript-eslint": "^8.40.0"
},
"description": "Reference Nx monorepo: Angular Module Federation + Storybook (Atomic Design)"
}