-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
129 lines (129 loc) · 4.02 KB
/
package.json
File metadata and controls
129 lines (129 loc) · 4.02 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
{
"name": "@service-bus-browser/source",
"productName": "Servicebus Browser",
"version": "0.0.1",
"license": "MIT",
"private": true,
"author": "Martin Ligtenberg",
"description": "A cross platform tool to view and manage your Azure Service Bus instances",
"homepage": "https://github.com/mligtenberg/ServicebusBrowser",
"dependencies": {
"@angular/animations": "^21.2.9",
"@angular/cdk": "^21.2.7",
"@angular/common": "^21.2.9",
"@angular/compiler": "^21.2.9",
"@angular/core": "^21.2.9",
"@angular/platform-browser": "^21.2.9",
"@angular/platform-browser-dynamic": "^21.2.9",
"@angular/router": "^21.2.9",
"@azure/core-amqp": "^4.4.1",
"@azure/core-auth": "^1.10.1",
"@azure/event-hubs": "^6.0.3",
"@azure/identity": "^4.13.1",
"@azure/service-bus": "7.10.0-beta.4",
"@fortawesome/angular-fontawesome": "^4.0.0",
"@fortawesome/fontawesome-common-types": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-brands-svg-icons": "^7.2.0",
"@fortawesome/free-regular-svg-icons": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@ngrx/effects": "21.0.1",
"@ngrx/router-store": "21.0.1",
"@ngrx/store": "21.0.1",
"@ngrx/store-devtools": "21.0.1",
"@primeuix/themes": "^2.0.3",
"@sqlite.org/sqlite-wasm": "3.51.2-build6",
"@types/luxon": "^3.7.1",
"@zip.js/zip.js": "^2.8.26",
"angular-auth-oidc-client": "^21.0.1",
"axios": "^1.15.1",
"body-parser": "^2.2.2",
"bson": "^7.2.0",
"express": "^4.22.1",
"fast-xml-parser": "^5.7.1",
"jose": "^6.2.2",
"libs": "^0.1.2",
"long": "^5.3.2",
"luxon": "^3.7.2",
"monaco-editor": "^0.55.1",
"primeicons": "^7.0.0",
"primeng": "^21.1.6",
"rhea": "^3.0.4",
"rhea-promise": "^3.0.3",
"rxjs": "~7.8.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^21.2.7",
"@angular-devkit/core": "^21.2.7",
"@angular-devkit/schematics": "^21.2.7",
"@angular/build": "^21.2.7",
"@angular/cli": "^21.2.7",
"@angular/compiler-cli": "^21.2.9",
"@angular/forms": "^21.2.9",
"@angular/language-service": "^21.2.9",
"@electron/notarize": "^2.5.0",
"@eslint/js": "^9.39.4",
"@ngrx/schematics": "21.0.1",
"@nx/angular": "22.6.5",
"@nx/eslint": "22.6.5",
"@nx/eslint-plugin": "22.6.5",
"@nx/express": "22.6.5",
"@nx/jest": "22.6.5",
"@nx/js": "22.6.5",
"@nx/node": "22.6.5",
"@nx/web": "22.6.5",
"@nx/webpack": "22.6.5",
"@nx/workspace": "22.6.5",
"@schematics/angular": "^21.2.7",
"@svgr/webpack": "^8.1.0",
"@swc-node/register": "1.11.1",
"@swc/core": "1.15.8",
"@swc/helpers": "0.5.18",
"@types/body-parser": "^1.19.6",
"@types/express": "^4.17.25",
"@types/jest": "~29.5.14",
"@types/node": "~22.13.17",
"@typescript-eslint/utils": "8.46.3",
"angular-eslint": "21.3.1",
"electron": "^40.9.1",
"electron-builder": "^26.8.1",
"eslint": "^9.39.4",
"eslint-config-prettier": "10.1.5",
"jasmine-marbles": "~0.9.2",
"jest": "30.2.0",
"jest-environment-jsdom": "~30.2.0",
"jest-environment-node": "^29.7.0",
"jest-preset-angular": "16.0.0",
"jest-util": "30.0.5",
"jsonc-eslint-parser": "^2.4.2",
"nx": "22.6.5",
"nx-electron": "^22.0.0",
"prettier": "~3.6.2",
"react-refresh": "^0.10.0",
"ts-jest": "29.4.0",
"ts-node": "10.9.2",
"typescript": "5.9.3",
"typescript-eslint": "8.46.3",
"webpack-cli": "^5.1.4"
},
"pnpm": {
"onlyBuiltDependencies": [
"electron",
"@swc/core"
]
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"patch-files": "node scripts/patch-files.js"
},
"engines": {
"node": ">=22",
"pnpm": ">=10"
},
"repository": {
"type": "git",
"url": "https://github.com/mligtenberg/ServicebusBrowser"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b"
}