{ "name": "docker-registry-ui", "version": "2.2.1", "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" }, "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.17.9", "@babel/preset-env": "^7.16.0", "@riotjs/compiler": "^6.1.3", "@riotjs/observable": "^4.1.1", "@riotjs/route": "^8.0.1", "@rollup/plugin-babel": "^5.2.2", "@rollup/plugin-commonjs": "^21.1.0", "@rollup/plugin-html": "^0.2.4", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.2.1", "core-js": "^3.22.0", "node-sass": "^7.0.1", "prettier": "^2.6.2", "riot": "^6.1.2", "riot-mui": "github:joxit/riot-5-mui#4d68d7f", "rollup": "^2.70.2", "rollup-plugin-app-utils": "^1.0.6", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-copy": "^3.4.0", "rollup-plugin-riot": "^6.0.0", "rollup-plugin-scss": "^3.0.0", "rollup-plugin-serve": "^1.1.0", "rollup-plugin-styles": "^4.0.0", "rollup-plugin-terser": "^7.0.2" } }