UNPKG

3.39 kBJSONView Raw
1{
2 "name": "p3x-redis-ui-material",
3 "version": "2020.10.420",
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.19.0",
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 "@babel/core": "^7.11.6",
45 "@babel/preset-env": "^7.11.5",
46 "@fortawesome/fontawesome-free": "^5.15.1",
47 "@uirouter/angularjs": "^1.0.28",
48 "angular": "^1.8.1",
49 "angular-animate": "^1.8.1",
50 "angular-aria": "^1.8.1",
51 "angular-cookies": "^1.8.1",
52 "angular-json-tree": "^1.1.0",
53 "angular-material": "=1.2.1",
54 "angular-messages": "^1.8.1",
55 "angular-sanitize": "^1.8.1",
56 "angular-tree-control": "git+https://github.com/wix/angular-tree-control.git",
57 "babel-loader": "^8.1.0",
58 "babel-plugin-angularjs-annotate": "^0.10.0",
59 "clean-webpack-plugin": "^3.0.0",
60 "concurrently": "^5.3.0",
61 "copy-webpack-plugin": "^6.2.0",
62 "corifeus-builder": "^2020.10.116",
63 "css-loader": "^4.3.0",
64 "extract-text-webpack-plugin": "^4.0.0-beta.0",
65 "file-loader": "^6.1.0",
66 "grunt-injector": "^1.1.0",
67 "html-loader": "^1.3.1",
68 "html-webpack-plugin": "^4.5.0",
69 "jquery": "^3.5.1",
70 "js-htmlencode": "^0.3.0",
71 "lodash": "^4.17.20",
72 "material-design-icons-iconfont": "^6.1.0",
73 "mini-css-extract-plugin": "^0.12.0",
74 "node-sass": "^4.14.1",
75 "optimize-css-assets-webpack-plugin": "^5.0.4",
76 "pretty-bytes": "^5.4.1",
77 "raw-loader": "^4.0.1",
78 "sass-loader": "^10.0.2",
79 "socket.io-client": "^2.3.1",
80 "source-map-loader": "^1.1.0",
81 "style-loader": "^1.3.0",
82 "terser-webpack-plugin": "^4.2.3",
83 "typeface-roboto": "1.1.13",
84 "webpack": "^4.44.2",
85 "webpack-cli": "^3.3.12",
86 "webpack-dev-server": "^3.11.0"
87 },
88 "engines": {
89 "node": ">=12.13.0"
90 },
91 "homepage": "https://corifeus.com/redis-ui-material",
92 "dependencies": {
93 "angular-inview": "^3.1.0",
94 "humanize-duration": "^3.24.0",
95 "jsoneditor": "^9.1.1",
96 "timestring": "^6.0.0",
97 "typeface-roboto-mono": "1.1.13"
98 }
99}
\No newline at end of file