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

98 lines • 3.33 kB
{ "name": "p3x-redis-ui-material", "version": "2020.10.435", "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.19.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 --inline --config ./src/builder/webpack.config.js\"", "dev-webpack": "webpack serve --hot --inline --config ./src/builder/webpack.config.js", "build": "grunt build && webpack --config ./src/builder/webpack.config.js --mode=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": { "@babel/core": "^7.11.6", "@babel/preset-env": "^7.11.5", "@fortawesome/fontawesome-free": "^5.15.1", "@uirouter/angularjs": "^1.0.28", "angular": "^1.8.1", "angular-animate": "^1.8.1", "angular-aria": "^1.8.1", "angular-cookies": "^1.8.1", "angular-json-tree": "^1.1.0", "angular-material": "=1.2.1", "angular-messages": "^1.8.1", "angular-sanitize": "^1.8.1", "angular-tree-control": "git+https://github.com/wix/angular-tree-control.git", "babel-loader": "^8.1.0", "babel-plugin-angularjs-annotate": "^0.10.0", "clean-webpack-plugin": "^3.0.0", "concurrently": "^5.3.0", "copy-webpack-plugin": "^6.2.1", "corifeus-builder": "^2020.10.120", "css-loader": "^4.3.0", "file-loader": "^6.1.1", "grunt-injector": "^1.1.0", "html-loader": "^1.3.2", "html-webpack-plugin": "^4.5.0", "jquery": "^3.5.1", "js-htmlencode": "^0.3.0", "lodash": "^4.17.20", "material-design-icons-iconfont": "^6.1.0", "mini-css-extract-plugin": "^1.0.0", "node-sass": "^4.14.1", "optimize-css-assets-webpack-plugin": "^5.0.4", "pretty-bytes": "^5.4.1", "raw-loader": "^4.0.2", "sass-loader": "^10.0.3", "socket.io-client": "^2.3.1", "source-map-loader": "^1.1.1", "style-loader": "^2.0.0", "terser-webpack-plugin": "^4.2.3", "typeface-roboto": "1.1.13", "webpack": "^5.1.0", "webpack-cli": "^4.0.0", "webpack-dev-server": "^3.11.0" }, "engines": { "node": ">=12.13.0" }, "homepage": "https://corifeus.com/redis-ui-material", "dependencies": { "angular-inview": "^3.1.0", "humanize-duration": "^3.24.0", "jsoneditor": "^9.1.1", "timestring": "^6.0.0", "typeface-roboto-mono": "1.1.13" } }