-
Notifications
You must be signed in to change notification settings - Fork 75
Expand file tree
/
Copy pathpackage.json
More file actions
170 lines (170 loc) · 8.76 KB
/
package.json
File metadata and controls
170 lines (170 loc) · 8.76 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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
{
"name": "p3x-redis-ui",
"version": "2026.4.2009",
"description": "📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
"corifeus": {
"description-snap": "P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
"description": "📡 P3X Redis UI: A highly functional and convenient database GUI that fits in your pocket, accessible on both responsive web and desktop applications",
"snap": true,
"icon": "fas fa-database",
"code": "2Q",
"prefix": "p3x-",
"type": "p3x",
"publish": true,
"build": true,
"nodejs": "v24.14.1",
"reponame": "redis-ui",
"opencollective": false,
"install-appimage-launcher": "sudo add-apt-repository ppa:appimagelauncher-team/stable && sudo apt install -y appimagelauncher"
},
"main": "src/app.mjs",
"bin": {
"p3x-redis": "./bin/p3x-redis.mjs"
},
"scripts": {
"test": "grunt",
"dist": "electron-builder",
"build": "electron-builder --ia32 --x64 build/dist",
"build-test": "electron-builder build/dist",
"publish-electron": "rm -rf dist && electron-builder --p onTagOrDraft --linux --arm64 --linux AppImage deb rpm --x64",
"publish-windows": "rimraf dist && electron-builder -p always --windows",
"publish-windows-store": "rimraf dist && electron-builder --windows",
"publish-electron-snap": "rimraf dist && electron-builder --linux snap -p never --x64",
"publish-electron-snap-arm64": "rimraf dist && electron-builder --linux snap -p never --arm64",
"publish-electron-yml": "node ./node_modules/corifeus-builder/src/utils/appimage/post-build.js",
"publish-electron-flatpak": "rm -rf dist && electron-builder -p always --linux flatpak --x64 --arm64",
"publish-macos": "electron-builder --mac --publish never",
"publish-macos-mas": "source ./secure/apple-env.sh && sudo rm -rf build && sudo rm -rf dist && mkdir build && cp secure/apple/p3xredisuimacos.provisionprofile ./build && cp -R artifacts/apple/entitlements/ ./build && electron-builder --mac mas --universal --publish never",
"publish-macos-mas-save": "source ./secure/apple-env.sh && sudo rm -rf build && sudo rm -rf dist && cp -R artifacts/apple/entitlements/ ./build && cp secure/apple/p3xredisuimacos.provisionprofile ./build && electron-builder --mac mas --universal --publish never"
},
"repository": {
"type": "git",
"url": "https://github.com/patrikx3/redis-ui.git"
},
"keywords": [
"redis",
"ui",
"gui",
"web",
"electron",
"desktop",
"server",
"angularjs",
"javascript",
"material",
"dark",
"light",
"tree",
"database",
"redis-cluster",
"donation",
"redis-desktop-manager",
"ioredis",
"p3x",
"redis-gui",
"redis-gui-client",
"redis-desktop"
],
"author": "Patrik Laszlo <alabard@gmail.com>",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.59.1",
"axios": "^1.15.2",
"copyfiles": "^2.4.1",
"corifeus-builder": "^2026.4.151",
"electron": "^41.3.0",
"electron-builder": "^26.8.1",
"node-fetch": "^3.3.2",
"playwright": "^1.59.1",
"rimraf": "^6.1.3"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui",
"dependencies": {
"@fontsource/roboto": "^5.2.10",
"corifeus-utils": "^2026.4.132",
"electron-store": "^11.0.2",
"electron-updater": "^6.8.3",
"p3x-redis-ui-material": "^2026.4.455",
"p3x-redis-ui-server": "^2026.4.373"
},
"build-save": {
"mac": {
"icon": "artifacts/apple/icons/redis.icns",
"category": "public.app-category.developer-tools",
"hardenedRuntime": true,
"gatekeeperAssess": false,
"identity": "Patrik László (3GB3S9SH84)",
"extendInfo": {
"ElectronTeamID": "3GB3S9SH84"
},
"notarize": {
"teamId": "3GB3S9SH84"
},
"target": [
{
"target": "default",
"arch": [
"universal",
"x64",
"arm64"
]
}
]
}
},
"build": {
"asarUnpack": [
"node_modules/p3x-redis-ui-material/dist/**"
],
"afterAllArtifactBuild": "./node_modules/corifeus-builder/src/utils/appimage/after-all-artifact-build.js",
"publish": [
{
"provider": "github",
"owner": "patrikx3",
"repo": "redis-ui"
}
],
"icon": "src/electron/images/",
"appId": "com.patrikx3.redis-ui",
"productName": "P3X-Redis-UI",
"copyright": "(c) Copyright P3X / Corifeus / PatrikX3 - Free: MIT, Pro/Enterprise: Commercial",
"win": {
"icon": "src/electron/images/",
"target": "nsis"
},
"nsis": {
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"linux": {
"category": "Development",
"icon": "../src/electron/images/",
"target": "appimage"
},
"snap": {
"environment": {
"XDG_DATA_HOME": "$SNAP_USER_DATA/.local/share"
},
"description": "P3X Redis UI v2026.4.625\n\nA versatile Redis management GUI — works as a web server, Docker container, or desktop app (Electron). Manages JSON data with CodeMirror editor, supports SSH tunneling, cluster, and sentinel configurations.\n\nQUICK START (Docker):\n docker run -d --name p3x-redis-ui -p 7843:7843 patrikx3/p3x-redis-ui\n Open: http://localhost:7843\n\nFEATURES:\n- Dual GUI: Angular + React/MUI (switch live in Settings)\n- AI-powered Redis query translation (natural language to Redis commands)\n- 8 Redis data types: string, hash, list, set, zset, stream, JSON (ReJSON), TimeSeries\n- Auto data decompression (GZIP, ZIP, zlib, Zstandard, LZ4, Snappy, Brotli)\n- Value format toggle: Raw, JSON, Hex, Base64\n- Binary data upload/download\n- Key export/import with conflict handling\n- CodeMirror JSON editor with GitHub dark/light themes\n- 54 languages covering 88+ countries\n- 7 themes (4 dark, 3 light) with auto system preference detection\n- Responsive design (phone, tablet, desktop)\n\nMONITORING:\n- Pulse: live memory, ops/sec, clients, hit rate charts (uPlot)\n- Profiler: real-time MONITOR command stream\n- PubSub: PSUBSCRIBE channel message monitoring\n- Memory Analysis: type distribution, prefix memory, expiration stats\n- Export All as ZIP (text + PNG charts + PDF)\n\nCONSOLE:\n- Command autocomplete with syntax hints\n- Multi-line input (Shift+Enter for newline)\n- Command history (Shift+Arrow Up/Down)\n- AI auto-detect: unrecognized commands trigger AI translation\n\nCONNECTIONS:\n- SSH tunneling (single, cluster, sentinel)\n- TLS/SSL with certificate support\n- Cluster and Sentinel modes with multi-node config\n- Connection groups with drag-and-drop reorder\n- askAuth: prompt for credentials on connect\n- Readonly mode\n\nSEARCH:\n- RediSearch integration: full-text query, index management\n- Client-side or server-side key search\n- Tree view with virtual scrolling (up to 100,000 keys)\n\nDESKTOP (Electron):\n- Keyboard shortcuts: Ctrl+R/F5 (refresh), Ctrl+F (search), Ctrl+N (new key), Ctrl+K (command palette), Ctrl+D (disconnect)\n- Available as AppImage (x64/arm64), Snap (x64/arm64), Flatpak, Windows installer, macOS DMG\n\nDEPLOYMENT:\n- Docker: patrikx3/p3x-redis-ui (x64 + arm64)\n- NPM: npm install -g p3x-redis-ui && p3xrs\n- Snap: sudo snap install p3x-redis-ui\n- Kubernetes/Helm compatible\n\nHomepage: https://corifeus.com/redis-ui\nGitHub: https://github.com/patrikx3/redis-ui\nSnap Store: https://snapcraft.io/p3x-redis-ui"
},
"flatpak": {
"runtime": "org.freedesktop.Platform",
"runtimeVersion": "24.08",
"sdk": "org.freedesktop.Sdk",
"base": "org.electronjs.Electron2.BaseApp",
"baseVersion": "24.08",
"finishArgs": [
"--socket=wayland",
"--socket=x11",
"--share=ipc",
"--device=dri",
"--socket=pulseaudio",
"--filesystem=home",
"--share=network",
"--talk-name=org.freedesktop.Notifications"
]
}
}
}