-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
91 lines (91 loc) · 2.69 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
{
"name": "mfe-plugin",
"version": "0.0.0",
"license": "MIT",
"private": true,
"engines": {
"node": "^18.10.0"
},
"packageManager": "[email protected]",
"dependencies": {
"@alauda-fe/common": "^1.3.1",
"@alauda-fe/i18n": "^1.0.6",
"@alauda/chart": "^0.1.12",
"@alauda/code-editor": "^5.2.1",
"@alauda/ui": "^8.0.0",
"@angular/animations": "18.1.1",
"@angular/cdk": "^18.2.0",
"@angular/common": "18.1.1",
"@angular/compiler": "18.1.1",
"@angular/core": "18.1.1",
"@angular/forms": "18.1.1",
"@angular/platform-browser": "18.1.1",
"@angular/platform-browser-dynamic": "18.1.1",
"@angular/router": "18.1.1",
"@nx/angular": "19.5.1",
"ab64": "^0.1.1",
"compare-versions": "^6.1.1",
"cronstrue": "^2.50.0",
"crypto-js": "^4.2.0",
"d3": "^7.9.0",
"dayjs": "^1.11.12",
"dompurify": "^3.1.6",
"lottie-web": "^5.12.2",
"marked": "^14.0.0",
"ng-monaco-editor": "^5.1.1",
"ng-resource-form-util": "^6.1.0",
"pluralize": "^8.0.0",
"ramda": "^0.30.1",
"rxjs": "~7.8.0",
"ts-md5": "^1.3.1",
"tslib": "^2.3.0",
"xterm": "^5.3.0",
"xterm-addon-canvas": "^0.5.0",
"xterm-addon-fit": "^0.8.0",
"xterm-addon-search": "^0.13.0",
"xterm-addon-web-links": "^0.9.0",
"xterm-addon-webgl": "^0.16.0",
"zone.js": "0.14.8",
"zz-chart": "^0.1.1-beta.48"
},
"devDependencies": {
"@alauda-fe/devkit": "^1.0.4",
"@angular-devkit/build-angular": "18.1.1",
"@angular-devkit/core": "18.1.1",
"@angular-devkit/schematics": "18.1.1",
"@angular-eslint/eslint-plugin": "18.1.0",
"@angular-eslint/eslint-plugin-template": "18.1.0",
"@angular-eslint/template-parser": "18.1.0",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "18.1.1",
"@angular/language-service": "18.1.1",
"@module-federation/enhanced": "~0.2.3",
"@nx/eslint-plugin": "19.5.1",
"@nx/jest": "19.5.1",
"@nx/js": "19.5.1",
"@nx/linter": "19.5.1",
"@nx/web": "19.5.1",
"@nx/webpack": "19.5.1",
"@nx/workspace": "19.5.1",
"@schematics/angular": "18.1.1",
"@swc-node/register": "~1.9.1",
"@swc/core": "~1.5.7",
"@swc/helpers": "~0.5.11",
"@types/jest": "^29.4.0",
"@types/node": "^18.16.9",
"@typescript-eslint/eslint-plugin": "7.16.1",
"@typescript-eslint/parser": "7.16.1",
"@typescript-eslint/utils": "^7.16.0",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-preset-angular": "14.1.1",
"jsonc-eslint-parser": "^2.1.0",
"nx": "19.5.1",
"prettier": "^2.6.2",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "5.5.3"
}
}