-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
107 lines (107 loc) · 2.85 KB
/
package.json
File metadata and controls
107 lines (107 loc) · 2.85 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
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
{
"name": "@nx-angular-mf/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "node ./prepare.js"
},
"contributors": [
{
"email": "klerick666@gmain.com",
"name": "Aleksandr Kharkovey"
}
],
"keywords": [
"angular",
"microfrontend",
"ssr",
"builder",
"native esmodule",
"importmap"
],
"author": "Aleksandr Kharkovey <klerick666@gmain.com>",
"repository": {
"type": "git",
"url": "https://github.com/klerick/nx-angular-mf"
},
"sideEffects": false,
"bugs": {
"url": "https://github.com/klerick/nx-angular-mf/issues"
},
"homepage": "https://github.com/klerick/nx-angular-mf",
"private": true,
"dependencies": {
"@angular/animations": "21.0.6",
"@angular/common": "21.0.6",
"@angular/compiler": "21.0.6",
"@angular/core": "21.0.6",
"@angular/forms": "21.0.6",
"@angular/platform-browser": "21.0.6",
"@angular/platform-browser-dynamic": "21.0.6",
"@angular/platform-server": "21.0.6",
"@angular/router": "21.0.6",
"@angular/ssr": "21.0.3",
"@jspm/import-map": "^1.1.0",
"@nx/devkit": "22.3.1",
"express": "~4.18.2",
"rxjs": "~7.8.0",
"zone.js": "0.16.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "21.0.3",
"@angular-devkit/core": "21.0.3",
"@angular-devkit/schematics": "21.0.3",
"@angular/build": "21.0.3",
"@angular/cli": "~21.0.0",
"@angular/compiler-cli": "21.0.6",
"@angular/language-service": "21.0.6",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@eslint/js": "^9.8.0",
"@nx/angular": "22.3.1",
"@nx/eslint": "22.3.1",
"@nx/eslint-plugin": "22.3.1",
"@nx/js": "22.3.1",
"@nx/plugin": "22.3.1",
"@nx/web": "22.3.1",
"@nx/workspace": "22.3.1",
"@schematics/angular": "21.0.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.2",
"@swc-node/register": "~1.9.1",
"@swc/cli": "0.6.0",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/express": "4.17.14",
"@types/node": "^20.17.10",
"@typescript-eslint/utils": "^8.33.1",
"@vitest/coverage-v8": "^4.0.8",
"angular-eslint": "21.1.0",
"eslint": "^9.28.0",
"eslint-config-prettier": "10.1.8",
"husky": "^8.0.3",
"nx": "22.3.1",
"prettier": "^2.6.2",
"ts-node": "10.9.1",
"tslib": "^2.3.0",
"typescript": "5.9.3",
"typescript-eslint": "^8.33.1",
"verdaccio": "6.2.4",
"vitest": "^4.0.8"
},
"nx": {
"includedScripts": []
},
"overrides": {
"@nx/webpack": {
"parse5": "8.0.0"
},
"@nx/rspack": {
"parse5": "8.0.0"
}
}
}