mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2026-05-07 03:26:33 +00:00
* add electron app * add some readme * add more documentation * add a password fix for windows * format code * overwrite existing dists * build app first before building electron app * add authentication * add build * use material ui for credentials * add application bar * open dev tools only in dev mode * cleanup code * disable add button if a new item is added * do not always create credentials helper - create it once * improve add button * do not make credential helper modal * use dark mode if user prefers it * disable menubar in credentials window * clean up package json * show windows first when all DOMs are loaded * remove save button * write documentation * load credentials after credentials helper is closed * execute npm install first * add gif animation for the credential helper
36 lines
963 B
JSON
36 lines
963 B
JSON
{
|
|
"name": "docker-registry-ui",
|
|
"version": "1.4.8",
|
|
"scripts": {
|
|
"build": "./node_modules/gulp/bin/gulp.js build",
|
|
"build:electron": "npm run build && cd electron && npm install && npm run dist"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Joxit/docker-registry-ui.git"
|
|
},
|
|
"author": "Jones Magloire (Joxit)",
|
|
"license": "AGPL-3.0",
|
|
"description": "A web UI for private docker registry",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"del": "^3.0.0",
|
|
"gulp": "^4.0.2",
|
|
"gulp-clean-css": "^4.2.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-filter": "^5.1.0",
|
|
"gulp-htmlmin": "^5.0.1",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-inject-version": "^1.0.1",
|
|
"gulp-license": "^1.1.0",
|
|
"gulp-riot": "^1.1.5",
|
|
"gulp-uglify": "^3.0.2",
|
|
"gulp-useref": "^3.1.6",
|
|
"riot": "^3.13.2",
|
|
"riot-mui": "^0.1.1",
|
|
"riot-route": "^3.1.4",
|
|
"stream-series": "^0.1.1",
|
|
"uglify-es": "^3.3.10"
|
|
}
|
|
}
|