{
    "name": "p3x-redis-ui-material",
    "version": "2024.4.209",
    "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": "v20.12.0",
        "reponame": "redis-ui-material",
        "publish": true,
        "prefix": "p3x-",
        "type": "p3x"
    },
    "main": "src/index.js",
    "scripts": {
        "test": "grunt",
        "dev": "concurrently \"grunt watch:js\"  \"grunt watch:sass\" \"webpack serve --hot --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"
    },
    "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": {
        "@babel/core": "^7.24.3",
        "@babel/preset-env": "^7.24.3",
        "@fontsource/roboto": "^5.0.12",
        "@fontsource/roboto-mono": "^5.0.17",
        "@fortawesome/fontawesome-free": "^6.5.1",
        "@uirouter/angularjs": "^1.1.0",
        "angular": "^1.8.3",
        "angular-animate": "^1.8.3",
        "angular-aria": "^1.8.3",
        "angular-cookies": "^1.8.3",
        "angular-inview": "^3.1.0",
        "angular-json-tree": "^1.1.0",
        "angular-material": "=1.2.5",
        "angular-messages": "^1.8.3",
        "angular-sanitize": "^1.8.3",
        "angular-tree-control": "git+https://github.com/wix/angular-tree-control.git",
        "babel-loader": "^9.1.3",
        "babel-plugin-angularjs-annotate": "^0.10.0",
        "clean-webpack-plugin": "^4.0.0",
        "concurrently": "^8.2.2",
        "copy-webpack-plugin": "^12.0.2",
        "corifeus-builder": "^2024.4.131",
        "css-loader": "^6.10.0",
        "css-minimizer-webpack-plugin": "^6.0.0",
        "grunt-injector": "^1.1.0",
        "html-loader": "^5.0.0",
        "html-webpack-plugin": "^5.6.0",
        "humanize-duration": "^3.32.0",
        "jquery": "^3.7.1",
        "js-htmlencode": "^0.3.0",
        "jsoneditor": "^10.0.2",
        "lodash": "^4.17.21",
        "material-design-icons-iconfont": "^6.7.0",
        "mini-css-extract-plugin": "^2.8.1",
        "mobile-detect": "^1.4.5",
        "node-sass": "^9.0.0",
        "pretty-bytes": "^5.6.0",
        "raw-loader": "^4.0.2",
        "sass-loader": "^14.1.1",
        "socket.io-client": "^4.7.5",
        "source-map-loader": "^5.0.0",
        "style-loader": "^3.3.4",
        "terser-webpack-plugin": "^5.3.10",
        "timestring": "^7.0.0",
        "webpack": "^5.91.0",
        "webpack-bundle-analyzer": "^4.10.1",
        "webpack-cli": "^5.1.4",
        "webpack-dev-server": "^5.0.4",
        "webpack-remove-debug": "^0.1.0",
        "moment": "^2.30.1"
    },
    "engines": {
        "node": ">=12.13.0"
    },
    "homepage": "https://corifeus.com/redis-ui-material",
    "dependencies": {}
}