UNPKG

p3x-redis-ui-material

Version:

💿 P3X Redis UI triple frontend — Angular + React/MUI + Vue/Vuetify with 54 languages, 7 themes, Socket.IO, desktop notifications, and full feature parity

132 lines • 4.48 kB
{ "name": "p3x-redis-ui-material", "version": "2026.4.451", "description": "💿 P3X Redis UI triple frontend — Angular + React/MUI + Vue/Vuetify with 54 languages, 7 themes, Socket.IO, desktop notifications, and full feature parity", "corifeus": { "icon": "fas fa-palette", "code": "Fireball", "opencollective": false, "build": true, "nodejs": "v24.14.1", "reponame": "redis-ui-material", "publish": true, "prefix": "p3x-", "type": "p3x", "angular": "21.2.8" }, "main": "src/index.js", "scripts": { "test": "grunt", "dev": "ng serve", "build": "grunt build", "dev-react": "vite --config ./src/react/vite.config.ts", "build-react": "vite build --config ./src/react/vite.config.ts", "dev-vue": "vite --config ./src/vue/vite.config.ts", "build-vue": "vite build --config ./src/vue/vite.config.ts", "test:e2e": "bash tests/run-e2e.sh", "test:e2e:gui": "bash tests/run-e2e.sh --gui" }, "repository": { "type": "git", "url": "https://github.com/patrikx3/redis-ui-material.git" }, "keywords": [ "redis", "ui", "gui", "web", "electron", "desktop", "server", "angularjs", "javascript", "material", "dark", "light" ], "author": "Patrik Laszlo <alabard@gmail.com>", "license": "MIT", "devDependencies": { "@angular-devkit/build-angular": "^21", "@angular/animations": "^21", "@angular/cdk": "^21", "@angular/cli": "^21", "@angular/common": "^21", "@angular/compiler": "^21", "@angular/compiler-cli": "^21", "@angular/core": "^21", "@angular/forms": "^21", "@angular/material": "^21", "@angular/platform-browser": "^21", "@angular/platform-browser-dynamic": "^21", "@angular/router": "^21", "@fontsource/roboto": "^5.2.10", "@fontsource/roboto-mono": "^5.2.8", "@fortawesome/fontawesome-free": "^7.2.0", "@playwright/test": "^1.59.1", "@types/diff": "^8.0.0", "@types/lodash-es": "^4.17.12", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", "concurrently": "^9.2.1", "corifeus-builder": "^2026.4.143", "corifeus-utils": "^2025.4.123", "humanize-duration": "^3.33.2", "js-htmlencode": "^0.3.0", "lodash-es": "^4.18.1", "mobile-detect": "^1.4.5", "playwright": "^1.59.1", "pretty-bytes": "^7.1.0", "rxjs": "^7.8.2", "sass": "^1.99.0", "socket.io-client": "^4.8.3", "timestring": "^7.0.0", "typescript": "^6.0.3", "vite": "^8.0.9", "zone.js": "^0.16.1" }, "engines": { "node": ">=12.13.0" }, "homepage": "https://corifeus.com/redis-ui-material", "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "dependencies": { "@codemirror/lang-json": "^6.0.2", "@codemirror/state": "^6.6.0", "@codemirror/theme-one-dark": "^6.1.3", "@codemirror/view": "^6.41.1", "@dnd-kit/core": "^6.3.1", "@dnd-kit/sortable": "^10.0.0", "@dnd-kit/utilities": "^3.2.2", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.1", "@mdi/js": "^7.4.47", "@msgpack/msgpack": "^3.1.3", "@mui/icons-material": "^9.0.0", "@mui/material": "^9.0.0", "@tanstack/react-virtual": "^3.13.24", "@tanstack/vue-virtual": "^3.13.24", "@uiw/codemirror-theme-github": "^4.25.9", "@vitejs/plugin-vue": "^6.0.6", "codemirror": "^6.0.2", "diff": "^9.0.0", "jspdf": "^4.2.1", "jszip": "^3.10.1", "material-design-icons-iconfont": "^6.7.0", "pinia": "^3", "react": "^19.2.5", "react-dom": "^19.2.5", "react-router-dom": "^7.14.1", "uplot": "^1.6.32", "vite-plugin-vuetify": "^2.1.3", "vue": "^3", "vue-router": "^5", "vuedraggable": "^4.1.0", "vuetify": "^4", "zustand": "^5.0.12" }, "resolutions": { "@codemirror/view": "6.41.1" } }