{ "name": "dozzle", "version": "3.9.0", "description": "Realtime log viewer for docker containers. ", "homepage": "https://github.com/amir20/dozzle#readme", "bugs": { "url": "https://github.com/amir20/dozzle/issues" }, "repository": { "type": "git", "url": "git+https://github.com/amir20/dozzle.git" }, "license": "ISC", "author": "Amir Raminfar ", "scripts": { "watch:assets": "vite --open", "watch:server": "LIVE_FS=true DOZZLE_ADDR=:3100 reflex -c .reflex", "dev": "make fake_assets && npm-run-all -p watch:assets watch:server", "build": "vite build", "release": "release-it", "test": "TZ=UTC jest", "postinstall": "husky install" }, "dependencies": { "@iconify-json/cil": "^1.0.1", "@iconify-json/mdi": "^1.0.10", "@iconify-json/mdi-light": "^1.0.1", "@iconify-json/octicon": "^1.0.5", "@oruga-ui/oruga-next": "^0.4.7", "@oruga-ui/theme-bulma": "^0.1.3", "@vitejs/plugin-vue": "^1.9.4", "@vueuse/core": "^6.9.1", "ansi-to-html": "^0.7.2", "bulma": "^0.9.3", "date-fns": "^2.25.0", "fuzzysort": "^1.1.4", "hotkeys-js": "^3.8.7", "lodash.debounce": "^4.0.8", "lodash.throttle": "^4.1.1", "pinia": "^2.0.3", "sass": "^1.43.4", "semver": "^7.3.5", "splitpanes": "^3.0.6", "typescript": "^4.4.4", "unplugin-auto-import": "^0.4.14", "unplugin-icons": "^0.12.18", "unplugin-vue-components": "^0.17.2", "vite": "^2.6.14", "vue": "^3.2.22", "vue-router": "^4.0.12" }, "devDependencies": { "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", "@iconify-json/carbon": "^1.0.10", "@pinia/testing": "^0.0.6", "@types/jest": "^27.0.2", "@types/lodash.debounce": "^4.0.6", "@types/lodash.throttle": "^4.1.6", "@types/semver": "^7.3.9", "@vue/compiler-sfc": "^3.2.22", "@vue/test-utils": "^2.0.0-rc.16", "@vue/vue3-jest": "^27.0.0-alpha.3", "eventsourcemock": "^2.0.0", "husky": "^7.0.4", "jest": "^27.3.1", "jest-serializer-vue": "^2.0.2", "lint-staged": "^11.2.6", "npm-run-all": "^4.1.5", "prettier": "^2.4.1", "release-it": "^14.11.7", "ts-jest": "^27.0.7", "ts-node": "^10.4.0" }, "lint-staged": { "*.{js,vue,css}": [ "prettier --write" ] }, "release-it": { "github": { "release": false, "releaseNotes": "git log --pretty=format:\"* %s (%h)\" $(git describe --abbrev=0 --tags $(git rev-list --tags --skip=1 --max-count=1))...HEAD~1" }, "npm": { "publish": false } } }