Files
dozzle/package.json
T
Amir Raminfar 2b1d9e889e
Push container / Push branches and PRs (push) Has been cancelled
Deploy VitePress site to Pages / build (push) Has been cancelled
Test / Typecheck (push) Has been cancelled
Test / JavaScript Tests (push) Has been cancelled
Test / Go Tests (push) Has been cancelled
Test / Go Staticcheck (push) Has been cancelled
Test / Integration Tests (push) Has been cancelled
Deploy VitePress site to Pages / Deploy (push) Has been cancelled
chore: release v10.6.9
2026-07-10 11:18:45 -07:00

117 lines
3.9 KiB
JSON

{
"name": "dozzle",
"version": "10.6.9",
"description": "Realtime log viewer for docker containers.",
"homepage": "https://github.com/amir20/dozzle#readme",
"bugs": {
"url": "https://github.com/amir20/dozzle/issues"
},
"packageManager": "pnpm@11.10.0+sha512.0b7f8b98060031904c017e3a41eb187a16d40eeb829b95c4f8cb03681761fc4ab53dd219115b9b447f4dce1a05a214764461e7d3703392a9f32f9511ce8c86c8",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/amir20/dozzle.git"
},
"license": "ISC",
"author": "Amir Raminfar <findamir@gmail.com>",
"scripts": {
"agent:dev": "DEV=true air -- agent --level debug --agent-addr localhost:7007",
"watch:frontend": "vite --open http://localhost:3100/",
"watch:backend": "LIVE_FS=true DEV=true air -- --level debug --addr localhost:3100",
"dev": "concurrently --kill-others \"npm:watch:*\"",
"build": "vite build",
"preview": "LIVE_FS=true air -- --addr localhost:3100",
"release": "bumpp",
"test": "TZ=UTC vitest",
"typecheck": "vue-tsc --noEmit",
"docs:dev": "vitepress dev docs --open",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"dependencies": {
"@codemirror/autocomplete": "^6.20.3",
"@codemirror/lang-javascript": "^6.2.5",
"@codemirror/lang-json": "^6.0.2",
"@codemirror/language": "^6.12.4",
"@codemirror/state": "^6.7.1",
"@codemirror/theme-one-dark": "^6.1.3",
"@codemirror/view": "^6.43.6",
"@duckdb/duckdb-wasm": "1.33.1-dev57.0",
"@fontsource/jetbrains-mono": "^5.2.8",
"@iconify-json/carbon": "^1.2.24",
"@iconify-json/cil": "^1.2.3",
"@iconify-json/ic": "^1.2.4",
"@iconify-json/material-symbols": "^1.2.83",
"@iconify-json/mdi": "^1.2.3",
"@iconify-json/mdi-light": "^1.2.2",
"@iconify-json/octicon": "^1.2.29",
"@iconify-json/ph": "^1.2.2",
"@intlify/unplugin-vue-i18n": "^11.2.4",
"@lezer/highlight": "^1.2.3",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "4.3.2",
"@vueuse/components": "^14.3.0",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"@vueuse/router": "14.3.0",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/xterm": "^6.0.0",
"ansi-to-html": "^0.7.2",
"codemirror": "^6.0.2",
"daisyui": "5.6.16",
"entities": "^8.0.0",
"fuse.js": "^7.4.2",
"lodash.debounce": "^4.0.8",
"pinia": "^3.0.4",
"sortablejs": "^1.15.7",
"splitpanes": "^4.1.2",
"strip-ansi": "^7.2.0",
"tailwindcss": "4.3.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-icons": "^23.0.1",
"unplugin-vue-components": "^32.1.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "8.1.4",
"vite-plugin-vue-layouts": "^0.11.0",
"vite-svg-loader": "^5.1.1",
"vitepress": "1.6.4",
"vue": "^3.5.39",
"vue-i18n": "^11.4.6",
"vue-router": "^5.1.0"
},
"devDependencies": {
"@apache-arrow/esnext-esm": "^21.1.0",
"@iconify-json/ion": "^1.2.7",
"@iconify-json/material-symbols-light": "^1.2.83",
"@iconify-json/ri": "^1.2.10",
"@iconify-json/simple-icons": "^1.2.89",
"@iconify-json/svg-spinners": "^1.2.4",
"@iconify/vue": "^5.0.1",
"@pinia/testing": "^1.0.3",
"@playwright/test": "^1.61.1",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^25.9.5",
"@vitejs/plugin-vue": "6.0.7",
"@vue/compiler-sfc": "^3.5.39",
"@vue/test-utils": "^2.4.11",
"bumpp": "^11.1.0",
"c8": "^11.0.0",
"concurrently": "^10.0.3",
"eventsourcemock": "^2.0.0",
"jsdom": "^29.1.1",
"lint-staged": "^17.0.8",
"prettier": "^3.9.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"simple-git-hooks": "^2.13.1",
"ts-node": "^10.9.2",
"typescript": "^6.0.3",
"vitest": "^4.1.10",
"vue-component-type-helpers": "3.3.7",
"vue-tsc": "3.3.7"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged --allow-empty"
}
}