-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
158 lines (158 loc) · 5.97 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
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
{
"name": "p3x-redis-ui",
"version": "2024.10.121",
"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": "v22.12.0",
"reponame": "redis-ui",
"opencollective": false,
"install-appimage-launcher": "sudo add-apt-repository ppa:appimagelauncher-team/stable && sudo apt install -y appimagelauncher"
},
"main": "src/app.js",
"bin": {
"p3x-redis": "./bin/p3x-redis.js"
},
"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 --armv7l --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 --armv7l --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 ",
"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 <[email protected]>",
"license": "MIT",
"devDependencies": {
"axios": "^1.7.9",
"copyfiles": "^2.4.1",
"corifeus-builder": "^2024.10.111",
"electron": "^33.2.1",
"electron-builder": "^25.1.8",
"node-fetch": "^3.3.2",
"rimraf": "^6.0.1"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui",
"dependencies": {
"@fontsource/roboto": "^5.1.0",
"angular": "^1.8.3",
"angular-animate": "^1.8.3",
"angular-aria": "^1.8.3",
"angular-material": "^1.2.5",
"angular-messages": "^1.8.3",
"corifeus-utils": "^2024.10.126",
"electron-store": "8.2.0",
"electron-updater": "^6.3.9",
"p3x-redis-ui-material": "^2024.10.124",
"p3x-redis-ui-server": "^2024.10.125"
},
"build-save": {
"afterSign": "scripts/notarize.js",
"mac": {
"entitlements": "artifacts/apple/entitlements/entitlements.plist",
"entitlementsInherit": "artifacts/apple/entitlements/entitlementsInherit.plist",
"provisioningProfile": "p3xredisui.provisionprofile"
}
},
"build": {
"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 as MIT license",
"win": {
"icon": "src/electron/images/",
"target": "nsis"
},
"nsis": {
"artifactName": "${productName}-Setup-${version}.${ext}"
},
"linux": {
"category": "Development",
"icon": "../src/electron/images/",
"target": "appimage"
},
"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"
]
}
]
},
"snap": {
"environment": {
"DISABLE_WAYLAND": 1
}
}
}
}