mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-26 15:09:53 +03:00
47 lines
1.8 KiB
JSON
47 lines
1.8 KiB
JSON
{
|
|
"name": "docker-registry-ui",
|
|
"version": "2.4.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"format": "npm run format-html && npm run format-js && npm run format-riot",
|
|
"format-html": "find src rollup rollup.config.js -name '*.html' -exec prettier --config .prettierrc -w --parser html {} \\;",
|
|
"format-js": "find src rollup rollup.config.js -name '*.js' -exec prettier --config .prettierrc -w {} \\;",
|
|
"format-riot": "find src rollup rollup.config.js -name '*.riot' -exec prettier --config .prettierrc -w --parser html {} \\;",
|
|
"start": "rollup -c -w --environment ROLLUP_SERVE:true",
|
|
"build": "rollup -c",
|
|
"build:electron": "npm run build && cd examples/electron && npm install && npm run dist",
|
|
"test": "mocha"
|
|
},
|
|
"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",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.20.7",
|
|
"@babel/preset-env": "^7.20.2",
|
|
"@riotjs/compiler": "^6.4.2",
|
|
"@riotjs/observable": "^4.1.1",
|
|
"@riotjs/route": "^8.0.2",
|
|
"@rollup/plugin-babel": "^6.0.3",
|
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
"@rollup/plugin-html": "^1.0.1",
|
|
"@rollup/plugin-json": "^6.0.0",
|
|
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
"@rollup/plugin-terser": "^0.2.1",
|
|
"core-js": "^3.27.1",
|
|
"mocha": "^10.2.0",
|
|
"node-sass": "^8.0.0",
|
|
"prettier": "^2.8.1",
|
|
"riot": "^7.1.0",
|
|
"riot-mui": "github:joxit/riot-5-mui#a477acc",
|
|
"rollup": "^3.9.0",
|
|
"rollup-plugin-app-utils": "^1.0.6",
|
|
"rollup-plugin-copy": "^3.4.0",
|
|
"rollup-plugin-riot": "^6.0.0",
|
|
"rollup-plugin-scss": "^4.0.0",
|
|
"rollup-plugin-serve": "^2.0.2"
|
|
}
|
|
}
|