UNPKG

p3x-redis-ui-material

Version:

💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io

91 lines • 3.03 kB
{ "name": "p3x-redis-ui-material", "version": "2020.10.306", "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": "v12.18.2", "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-dev-server --hot --inline --config ./src/builder/webpack.config.js\"", "dev-webpack": "webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js", "build": "grunt build && webpack --config ./src/builder/webpack.config.js --production" }, "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": { "@fortawesome/fontawesome-free": "^5.13.1", "@uirouter/angularjs": "^1.0.26", "angular": "^1.8.0", "angular-animate": "^1.8.0", "angular-aria": "^1.8.0", "angular-cookies": "^1.8.0", "angular-json-tree": "^1.1.0", "angular-material": "^1.1.24", "angular-messages": "^1.8.0", "angular-sanitize": "^1.8.0", "angular-tree-control": "^0.2.30", "clean-webpack-plugin": "^3.0.0", "concurrently": "^5.2.0", "copy-webpack-plugin": "^6.0.3", "corifeus-builder": "^2020.10.100", "css-loader": "^3.6.0", "extract-text-webpack-plugin": "^4.0.0-beta.0", "file-loader": "^6.0.0", "grunt-injector": "^1.1.0", "html-loader": "^1.1.0", "html-webpack-plugin": "^4.3.0", "jquery": "^3.5.1", "js-htmlencode": "^0.3.0", "lodash": "^4.17.19", "material-design-icons-iconfont": "^5.0.1", "node-sass": "^4.14.1", "optimize-css-assets-webpack-plugin": "^5.0.3", "pretty-bytes": "^5.3.0", "raw-loader": "^4.0.1", "sass-loader": "^9.0.2", "socket.io-client": "^2.3.0", "style-loader": "^1.2.1", "terser-webpack-plugin": "^3.0.6", "typeface-roboto": "0.0.75", "webpack": "^4.43.0", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" }, "engines": { "node": ">=12.13.0" }, "homepage": "https://corifeus.com/redis-ui-material", "dependencies": { "angular-inview": "^3.1.0", "jsoneditor": "^9.0.3", "typeface-roboto-mono": "0.0.75" } }