UNPKG

3.1 kBJSONView Raw
1{
2 "name": "p3x-redis-ui-material",
3 "version": "2020.10.326",
4 "description": "💿 The p3x-redis-ui-material web interface that connects to the p3x-redis-ui-server via http and socket.io",
5 "corifeus": {
6 "icon": "fas fa-database",
7 "code": "Fireball",
8 "opencollective": false,
9 "build": true,
10 "nodejs": "v12.18.3",
11 "reponame": "redis-ui-material",
12 "publish": true,
13 "prefix": "p3x-",
14 "type": "p3x"
15 },
16 "main": "src/index.js",
17 "scripts": {
18 "test": "grunt",
19 "dev": "concurrently \"grunt watch:js\" \"grunt watch:sass\" \"webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js\"",
20 "dev-webpack": "webpack-dev-server --hot --inline --config ./src/builder/webpack.config.js",
21 "build": "grunt build && webpack --config ./src/builder/webpack.config.js --production"
22 },
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/patrikx3/redis-ui-material.git"
26 },
27 "keywords": [
28 "redis",
29 "ui",
30 "gui",
31 "web",
32 "electron",
33 "desktop",
34 "server",
35 "angularjs",
36 "javascript",
37 "material",
38 "dark",
39 "light"
40 ],
41 "author": "Patrik Laszlo <alabard@gmail.com>",
42 "license": "MIT",
43 "devDependencies": {
44 "@fortawesome/fontawesome-free": "^5.14.0",
45 "@uirouter/angularjs": "^1.0.28",
46 "angular": "^1.8.0",
47 "angular-animate": "^1.8.0",
48 "angular-aria": "^1.8.0",
49 "angular-cookies": "^1.8.0",
50 "angular-json-tree": "^1.1.0",
51 "angular-material": "=1.2.0",
52 "angular-messages": "^1.8.0",
53 "angular-sanitize": "^1.8.0",
54 "angular-tree-control": "^0.2.30",
55 "clean-webpack-plugin": "^3.0.0",
56 "concurrently": "^5.3.0",
57 "copy-webpack-plugin": "^6.0.3",
58 "corifeus-builder": "^2020.10.105",
59 "css-loader": "^4.2.1",
60 "extract-text-webpack-plugin": "^4.0.0-beta.0",
61 "file-loader": "^6.0.0",
62 "grunt-injector": "^1.1.0",
63 "html-loader": "^1.1.0",
64 "html-webpack-plugin": "^4.3.0",
65 "jquery": "^3.5.1",
66 "js-htmlencode": "^0.3.0",
67 "lodash": "^4.17.20",
68 "material-design-icons-iconfont": "^5.0.1",
69 "node-sass": "^4.14.1",
70 "optimize-css-assets-webpack-plugin": "^5.0.3",
71 "pretty-bytes": "^5.3.0",
72 "raw-loader": "^4.0.1",
73 "sass-loader": "^9.0.3",
74 "socket.io-client": "^2.3.0",
75 "style-loader": "^1.2.1",
76 "terser-webpack-plugin": "^4.1.0",
77 "typeface-roboto": "0.0.75",
78 "webpack": "^4.44.1",
79 "webpack-cli": "^3.3.12",
80 "webpack-dev-server": "^3.11.0"
81 },
82 "engines": {
83 "node": ">=12.13.0"
84 },
85 "homepage": "https://corifeus.com/redis-ui-material",
86 "dependencies": {
87 "angular-inview": "^3.1.0",
88 "humanize-duration": "^3.23.1",
89 "jsoneditor": "^9.0.3",
90 "timestring": "^6.0.0",
91 "typeface-roboto-mono": "0.0.75"
92 }
93}
\No newline at end of file