{
    "name": "p3x-redis-ui-material",
    "version": "2026.4.399",
    "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io",
    "corifeus": {
        "icon": "fas fa-database",
        "code": "Fireball",
        "opencollective": false,
        "build": true,
        "nodejs": "v24.14.1",
        "reponame": "redis-ui-material",
        "publish": true,
        "prefix": "p3x-",
        "type": "p3x",
        "angular": "21.2.6"
    },
    "main": "src/index.js",
    "scripts": {
        "test": "grunt",
        "dev": "webpack serve --config ./src/builder/webpack.config.js",
        "dev-webpack": "webpack serve --config ./src/builder/webpack.config.js",
        "build": "grunt build && webpack --config ./src/builder/webpack.config.js --mode=production",
        "stats": "grunt build && WEBPACK_STATS=1 webpack --mode=production --config ./src/builder/webpack.config.js && webpack-bundle-analyzer ./dist/stats.json",
        "dev-react": "vite --config ./src/react/vite.config.ts",
        "build-react": "vite build --config ./src/react/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.2.6",
        "@angular/animations": "^21",
        "@angular/cdk": "^21.2.5",
        "@angular/common": "^21",
        "@angular/compiler": "^21",
        "@angular/compiler-cli": "^21.2.7",
        "@angular/core": "^21",
        "@angular/forms": "^21",
        "@angular/material": "^21.2.5",
        "@angular/platform-browser": "^21",
        "@angular/platform-browser-dynamic": "^21",
        "@angular/router": "^21.2.7",
        "@babel/core": "^7.29.0",
        "@babel/preset-env": "^7.29.2",
        "@fontsource/roboto": "^5.2.10",
        "@fontsource/roboto-mono": "^5.2.8",
        "@fortawesome/fontawesome-free": "^7.2.0",
        "@ngtools/webpack": "^21.2.6",
        "@playwright/test": "^1.59.1",
        "@types/react": "^19.2.14",
        "@types/react-dom": "^19.2.3",
        "@vitejs/plugin-react": "^6.0.1",
        "babel-loader": "^10.1.1",
        "clean-webpack-plugin": "^4.0.0",
        "concurrently": "^9.2.1",
        "copy-webpack-plugin": "^14.0.0",
        "corifeus-builder": "^2025.4.135",
        "corifeus-utils": "^2025.4.123",
        "css-loader": "^7.1.4",
        "css-minimizer-webpack-plugin": "^8.0.0",
        "html-loader": "^5.1.0",
        "html-webpack-plugin": "^5.6.6",
        "humanize-duration": "^3.33.2",
        "js-htmlencode": "^0.3.0",
        "lodash": "^4.18.1",
        "material-design-icons-iconfont": "^6.7.0",
        "mini-css-extract-plugin": "^2.10.2",
        "mobile-detect": "^1.4.5",
        "playwright": "^1.59.1",
        "pretty-bytes": "^7.1.0",
        "raw-loader": "^4.0.2",
        "rxjs": "^7.8.2",
        "sass": "^1.99.0",
        "sass-loader": "^16.0.7",
        "socket.io-client": "^4.8.3",
        "source-map-loader": "^5.0.0",
        "style-loader": "^4.0.0",
        "terser-webpack-plugin": "^5.4.0",
        "timestring": "^7.0.0",
        "ts-loader": "^9.5.7",
        "typescript": "^6.0.2",
        "vite": "^8.0.3",
        "webpack": "^5.105.4",
        "webpack-bundle-analyzer": "^5.3.0",
        "webpack-cli": "^7.0.2",
        "webpack-dev-server": "^5.2.3",
        "webpack-remove-debug": "^0.1.0",
        "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.0",
        "@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",
        "@msgpack/msgpack": "^3.1.3",
        "@mui/icons-material": "^7.3.9",
        "@mui/material": "^7.3.9",
        "@tanstack/react-virtual": "^3.13.23",
        "@uiw/codemirror-theme-github": "^4.25.9",
        "codemirror": "^6.0.2",
        "jspdf": "^4.2.1",
        "jszip": "^3.10.1",
        "react": "^19.2.4",
        "react-dom": "^19.2.4",
        "react-router-dom": "^7.14.0",
        "uplot": "^1.6.32",
        "zustand": "^5.0.12"
    },
    "resolutions": {
        "@codemirror/view": "^6.41.0"
    }
}