-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
100 lines (100 loc) · 3.47 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "p3x-redis-ui-material",
"version": "2024.10.124",
"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": "v22.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 <[email protected]>",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@uirouter/angularjs": "^1.1.1",
"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.2.1",
"babel-plugin-angularjs-annotate": "^0.10.0",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^9.1.0",
"copy-webpack-plugin": "^12.0.2",
"corifeus-builder": "^2024.10.111",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"grunt-injector": "^1.1.0",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"humanize-duration": "^3.32.1",
"jquery": "^3.7.1",
"js-htmlencode": "^0.3.0",
"jsoneditor": "^10.1.2",
"lodash": "^4.17.21",
"material-design-icons-iconfont": "^6.7.0",
"mini-css-extract-plugin": "^2.9.2",
"mobile-detect": "^1.4.5",
"moment": "^2.30.1",
"pretty-bytes": "^5.6.0",
"raw-loader": "^4.0.2",
"sass": "^1.83.0",
"sass-loader": "^16.0.4",
"socket.io-client": "^4.8.1",
"source-map-loader": "^5.0.0",
"style-loader": "^4.0.0",
"terser-webpack-plugin": "^5.3.11",
"timestring": "^7.0.0",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.0",
"webpack-remove-debug": "^0.1.0"
},
"engines": {
"node": ">=12.13.0"
},
"homepage": "https://corifeus.com/redis-ui-material"
}